From 779a243f86f6a4c2a65392732574f3a53f96fd20 Mon Sep 17 00:00:00 2001 From: mutao Date: Fri, 31 May 2019 15:53:13 +0800 Subject: 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: https://github.com/nodejs/node/pull/27992 Reviewed-By: Ben Noordhuis Reviewed-By: Rod Vagg Reviewed-By: Sam Roberts --- deps/openssl/openssl_asm.gypi | 2 ++ 1 file changed, 2 insertions(+) (limited to 'deps/openssl/openssl_asm.gypi') diff --git a/deps/openssl/openssl_asm.gypi b/deps/openssl/openssl_asm.gypi index d4024e72b9..c839b66f50 100644 --- a/deps/openssl/openssl_asm.gypi +++ b/deps/openssl/openssl_asm.gypi @@ -73,6 +73,8 @@ ], }, 'target_arch=="x64" and OS=="linux"', { 'includes': ['config/archs/linux-x86_64/asm/openssl.gypi'], + }, 'target_arch=="mips64el" and OS=="linux"', { + 'includes': ['config/archs/linux64-mips64/asm/openssl.gypi'], }, { # Other architectures don't use assembly 'includes': ['config/archs/linux-x86_64/asm/openssl.gypi'], -- cgit v1.2.3