Skip to content

Commit cfb5ca3

Browse files
mutao-loongsontargos
authored andcommitted
build: enable openssl support for mips64el
V8 now resume supporting for mipsel/mips64el. This commit add linux64-mips64 platform dependent files in 'deps/openssl/config/archs/linux64-mips64', and update the corresponding gypi files and header files. Refs: https://groups.google.com/forum/#!topic/v8-dev/oXkv5OVCXyc PR-URL: #27992 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Rod Vagg <[email protected]> Reviewed-By: Sam Roberts <[email protected]>
1 parent 2cf37f5 commit cfb5ca3

30 files changed

+49056
-2
lines changed

deps/openssl/config/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ PERL = perl
1212
ASM_ARCHS = aix-gcc aix64-gcc BSD-x86_64 \
1313
darwin64-x86_64-cc darwin-i386-cc linux-aarch64 \
1414
linux-armv4 linux-elf linux-x32 linux-x86_64 linux-ppc \
15-
linux-ppc64 linux-ppc64le linux32-s390x linux64-s390x \
15+
linux-ppc64 linux-ppc64le linux32-s390x linux64-s390x linux64-mips64\
1616
solaris-x86-gcc solaris64-x86_64-gcc VC-WIN64A VC-WIN32
1717

1818
NO_ASM_ARCHS = VC-WIN64-ARM

0 commit comments

Comments
 (0)