summaryrefslogtreecommitdiff
path: root/deps/openssl/openssl_asm.gypi
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2019-07-28 21:14:57 +0200
committerRich Trott <rtrott@gmail.com>2019-07-30 14:56:26 -0700
commitfd9e0f72abd8b7712ba504596acd2fdcc04611f9 (patch)
tree81cb91fa868b9a6b27d7768e7aafe64e382487cd /deps/openssl/openssl_asm.gypi
parentde88d6c18796ad31edd1dbf4af102c4b05c64684 (diff)
downloadandroid-node-v8-fd9e0f72abd8b7712ba504596acd2fdcc04611f9.tar.gz
android-node-v8-fd9e0f72abd8b7712ba504596acd2fdcc04611f9.tar.bz2
android-node-v8-fd9e0f72abd8b7712ba504596acd2fdcc04611f9.zip
build: remove support for s390 (but not s390x)
Upstream V8 removed support for s390 earlier this year and it's known to no longer build. Remove the support from our build scripts. Fixes: https://github.com/nodejs/node/issues/28866 PR-URL: https://github.com/nodejs/node/pull/28883 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com> Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
Diffstat (limited to 'deps/openssl/openssl_asm.gypi')
-rw-r--r--deps/openssl/openssl_asm.gypi2
1 files changed, 0 insertions, 2 deletions
diff --git a/deps/openssl/openssl_asm.gypi b/deps/openssl/openssl_asm.gypi
index 85e5fd3a78..3f14419dc3 100644
--- a/deps/openssl/openssl_asm.gypi
+++ b/deps/openssl/openssl_asm.gypi
@@ -10,8 +10,6 @@
'includes': ['config/archs/linux-ppc64le/asm/openssl.gypi'],
}, 'target_arch=="ppc64" and OS=="linux"', {
'includes': ['config/archs/linux-ppc64/asm/openssl.gypi'],
- }, 'target_arch=="s390" and OS=="linux"', {
- 'includes': ['config/archs/linux32-s390x/asm/openssl.gypi'],
}, 'target_arch=="s390x" and OS=="linux"', {
'includes': ['config/archs/linux64-s390x/asm/openssl.gypi'],
}, 'target_arch=="arm" and OS=="linux"', {