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
Add linux64-loongarch64 into Makefile
And run make

PR-URL: #46401
Backport-PR-URL: #48135
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 ruyadorno committed Aug 15, 2023
1 parent d3637cd commit f4617a4
Show file tree
Hide file tree
Showing 45 changed files with 17,018 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-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

0 comments on commit f4617a4

Please sign in to comment.