From 4a1502bc4a89037fbcc9fae39e4a103f43cf9d83 Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Mon, 22 Jul 2019 17:09:25 +0200 Subject: 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 Reviewed-By: Luigi Pinca --- 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 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"', { -- cgit v1.2.3