Skip to content

Commit

Permalink
deps: add loongarch64 into openssl Makefile and gen openssl-loongarch64
Browse files Browse the repository at this point in the history
PR-URL: #46401
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Michael Dawson <midawson@redhat.com>
  • Loading branch information
shipujin authored and targos committed May 30, 2023
1 parent d194241 commit c6a7525
Show file tree
Hide file tree
Showing 51 changed files with 46,832 additions and 1 deletion.
2 changes: 1 addition & 1 deletion deps/openssl/config/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ linux-armv4 linux-elf linux-x86_64 \
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 linux64-riscv64
NO_ASM_ARCHS = VC-WIN64-ARM linux64-riscv64 linux64-loongarch64

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

0 comments on commit c6a7525

Please sign in to comment.