Skip to content

Commit f4617a4

Browse files
Shi Pujinruyadorno
Shi Pujin
authored andcommitted
deps: add loongarch64 into openssl Makefile and gen openssl-loongarch64
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
1 parent d3637cd commit f4617a4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+17018
-1
lines changed

deps/openssl/config/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ linux-armv4 linux-elf linux-x86_64 \
1515
linux-ppc64le linux32-s390x linux64-s390x linux64-mips64\
1616
solaris-x86-gcc solaris64-x86_64-gcc VC-WIN64A VC-WIN32
1717

18-
NO_ASM_ARCHS = VC-WIN64-ARM linux64-riscv64
18+
NO_ASM_ARCHS = VC-WIN64-ARM linux64-riscv64 linux64-loongarch64
1919

2020
CC = gcc
2121
FAKE_GCC = ../config/fake_gcc.pl

0 commit comments

Comments
 (0)