summaryrefslogtreecommitdiff
path: root/deps/openssl/openssl_asm.gypi
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2019-07-22 17:09:25 +0200
committerRich Trott <rtrott@gmail.com>2019-07-30 14:42:02 -0700
commit4a1502bc4a89037fbcc9fae39e4a103f43cf9d83 (patch)
tree3d568757a3a077724e5257849df7b9821f1572ff /deps/openssl/openssl_asm.gypi
parent834a413eed7c5f6a415e00b14d499c5cb0a34fca (diff)
downloadandroid-node-v8-4a1502bc4a89037fbcc9fae39e4a103f43cf9d83.tar.gz
android-node-v8-4a1502bc4a89037fbcc9fae39e4a103f43cf9d83.tar.bz2
android-node-v8-4a1502bc4a89037fbcc9fae39e4a103f43cf9d83.zip
build: generate openssl config for BSD-x86
Add BSD-x86 to the list of arches and regenerate everything. Everything in deps/openssl/config/archs/BSD-x86 is auto-generated, everything else is manual edits to include the right files in the right places. I cheated a little: I didn't check in changes to files for other arches because they contained mostly churn (updated buildstamps and such.) Fixes: https://github.com/nodejs/node/issues/20326 PR-URL: https://github.com/nodejs/node/pull/28806 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@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 c839b66f50..85e5fd3a78 100644
--- a/deps/openssl/openssl_asm.gypi
+++ b/deps/openssl/openssl_asm.gypi
@@ -18,6 +18,8 @@
'includes': ['config/archs/linux-armv4/asm/openssl.gypi'],
}, 'target_arch=="arm64" and OS=="linux"', {
'includes': ['config/archs/linux-aarch64/asm/openssl.gypi'],
+ }, 'target_arch=="ia32" and OS=="freebsd"', {
+ 'includes': ['config/archs/BSD-x86/asm/openssl.gypi'],
}, 'target_arch=="ia32" and OS=="linux"', {
'includes': ['config/archs/linux-elf/asm/openssl.gypi'],
}, 'target_arch=="ia32" and OS=="mac"', {