Skip to content

Commit

Permalink
deps: add riscv64 into openssl Makefile and gen openssl-riscv64
Browse files Browse the repository at this point in the history
PR-URL: #40063
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Michael Dawson <midawson@redhat.com>
  • Loading branch information
luyahan authored and BethGriggs committed Sep 21, 2021
1 parent d80082f commit 06f6e01
Show file tree
Hide file tree
Showing 9 changed files with 16,947 additions and 1 deletion.
2 changes: 1 addition & 1 deletion deps/openssl/config/Makefile
Expand Up @@ -15,7 +15,7 @@ linux-armv4 linux-elf linux-x32 linux-x86_64 linux-ppc \
linux-ppc64 linux-ppc64le linux32-s390x linux64-s390x linux64-mips64\
solaris-x86-gcc solaris64-x86_64-gcc VC-WIN64A VC-WIN32

NO_ASM_ARCHS = VC-WIN64-ARM
NO_ASM_ARCHS = VC-WIN64-ARM linux64-riscv64

CC = gcc
FAKE_GCC = ../config/fake_gcc.pl
Expand Down

0 comments on commit 06f6e01

Please sign in to comment.