summaryrefslogtreecommitdiff
path: root/deps/openssl/openssl_asm.gypi
diff options
context:
space:
mode:
authormutao <mutao-hf@loongson.cn>2019-05-31 15:53:13 +0800
committerRod Vagg <rod@vagg.org>2019-06-18 14:28:29 +1000
commit779a243f86f6a4c2a65392732574f3a53f96fd20 (patch)
tree5bca9bec9b2b53968763647b3b48ed3070a5b411 /deps/openssl/openssl_asm.gypi
parenteaddb22d920d092f13a034a11ed1e4516c3f602a (diff)
downloadandroid-node-v8-779a243f86f6a4c2a65392732574f3a53f96fd20.tar.gz
android-node-v8-779a243f86f6a4c2a65392732574f3a53f96fd20.tar.bz2
android-node-v8-779a243f86f6a4c2a65392732574f3a53f96fd20.zip
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 <info@bnoordhuis.nl> Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
Diffstat (limited to 'deps/openssl/openssl_asm.gypi')
-rw-r--r--deps/openssl/openssl_asm.gypi2
1 files changed, 2 insertions, 0 deletions
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'],