Skip to content

Commit fc936a8

Browse files
RafaelGSSdanielleadams
authored andcommitted
deps: remove not used architectures
PR-URL: #43735 Fixes: #43667 Reviewed-By: Richard Lau <rlau@redhat.com>
1 parent d64dfd5 commit fc936a8

9 files changed

+9
-63
lines changed

deps/openssl/openssl-cl_asm.gypi

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
11
{
22
'conditions': [
3-
['target_arch=="ppc" and OS=="aix"', {
4-
'includes': ['config/archs/aix-gcc/asm/openssl-cl.gypi'],
5-
}, 'target_arch=="ppc" and OS=="linux"', {
6-
'includes': ['config/archs/linux-ppc/asm/openssl-cl.gypi'],
7-
}, 'target_arch=="ppc64" and OS=="aix"', {
3+
['target_arch=="ppc64" and OS=="aix"', {
84
'includes': ['config/archs/aix64-gcc-as/asm/openssl-cl.gypi'],
95
}, 'target_arch=="ppc64" and OS=="linux" and node_byteorder =="little"', {
106
'includes': ['config/archs/linux-ppc64le/asm/openssl-cl.gypi'],
11-
}, 'target_arch=="ppc64" and OS=="linux"', {
12-
'includes': ['config/archs/linux-ppc64/asm/openssl-cl.gypi'],
137
}, 'target_arch=="s390x" and OS=="linux"', {
148
'includes': ['config/archs/linux64-s390x/asm/openssl-cl.gypi'],
159
}, 'target_arch=="arm" and OS=="linux"', {

deps/openssl/openssl-cl_asm_avx2.gypi

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
11
{
22
'conditions': [
3-
['target_arch=="ppc" and OS=="aix"', {
4-
'includes': ['config/archs/aix-gcc/asm_avx2/openssl-cl.gypi'],
5-
}, 'target_arch=="ppc" and OS=="linux"', {
6-
'includes': ['config/archs/linux-ppc/asm_avx2/openssl-cl.gypi'],
7-
}, 'target_arch=="ppc64" and OS=="aix"', {
3+
['target_arch=="ppc64" and OS=="aix"', {
84
'includes': ['config/archs/aix64-gcc-as/asm_avx2/openssl-cl.gypi'],
95
}, 'target_arch=="ppc64" and OS=="linux" and node_byteorder =="little"', {
106
'includes': ['config/archs/linux-ppc64le/asm_avx2/openssl-cl.gypi'],
11-
}, 'target_arch=="ppc64" and OS=="linux"', {
12-
'includes': ['config/archs/linux-ppc64/asm_avx2/openssl-cl.gypi'],
137
}, 'target_arch=="s390x" and OS=="linux"', {
148
'includes': ['config/archs/linux64-s390x/asm_avx2/openssl-cl.gypi'],
159
}, 'target_arch=="arm" and OS=="linux"', {

deps/openssl/openssl-cl_no_asm.gypi

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
11
{
22
'conditions': [
3-
['target_arch=="ppc" and OS=="aix"', {
4-
'includes': ['config/archs/aix-gcc/no-asm/openssl-cl.gypi'],
5-
}, 'target_arch=="ppc" and OS=="linux"', {
6-
'includes': ['config/archs/linux-ppc/no-asm/openssl-cl.gypi'],
7-
}, 'target_arch=="ppc64" and OS=="aix"', {
3+
['target_arch=="ppc64" and OS=="aix"', {
84
'includes': ['config/archs/aix64-gcc-as/no-asm/openssl-cl.gypi'],
95
}, 'target_arch=="ppc64" and OS=="linux" and node_byteorder =="little"', {
106
'includes': ['config/archs/linux-ppc64le/no-asm/openssl-cl.gypi'],
11-
}, 'target_arch=="ppc64" and OS=="linux"', {
12-
'includes': ['config/archs/linux-ppc64/no-asm/openssl-cl.gypi'],
137
}, 'target_arch=="s390x" and OS=="linux"', {
148
'includes': ['config/archs/linux64-s390x/no-asm/openssl-cl.gypi'],
159
}, 'target_arch=="arm" and OS in ("linux", "android")', {

deps/openssl/openssl-fips_asm.gypi

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
11
{
22
'conditions': [
3-
['target_arch=="ppc" and OS=="aix"', {
4-
'includes': ['config/archs/aix-gcc/asm/openssl-fips.gypi'],
5-
}, 'target_arch=="ppc" and OS=="linux"', {
6-
'includes': ['config/archs/linux-ppc/asm/openssl-fips.gypi'],
7-
}, 'target_arch=="ppc64" and OS=="aix"', {
3+
['target_arch=="ppc64" and OS=="aix"', {
84
'includes': ['config/archs/aix64-gcc-as/asm/openssl-fips.gypi'],
95
}, 'target_arch=="ppc64" and OS=="linux" and node_byteorder =="little"', {
106
'includes': ['config/archs/linux-ppc64le/asm/openssl-fips.gypi'],
11-
}, 'target_arch=="ppc64" and OS=="linux"', {
12-
'includes': ['config/archs/linux-ppc64/asm/openssl-fips.gypi'],
137
}, 'target_arch=="s390x" and OS=="linux"', {
148
'includes': ['config/archs/linux64-s390x/asm/openssl-fips.gypi'],
159
}, 'target_arch=="arm" and OS=="linux"', {

deps/openssl/openssl-fips_asm_avx2.gypi

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
11
{
22
'conditions': [
3-
['target_arch=="ppc" and OS=="aix"', {
4-
'includes': ['config/archs/aix-gcc/asm_avx2/openssl-fips.gypi'],
5-
}, 'target_arch=="ppc" and OS=="linux"', {
6-
'includes': ['config/archs/linux-ppc/asm_avx2/openssl-fips.gypi'],
7-
}, 'target_arch=="ppc64" and OS=="aix"', {
3+
['target_arch=="ppc64" and OS=="aix"', {
84
'includes': ['config/archs/aix64-gcc-as/asm_avx2/openssl-fips.gypi'],
95
}, 'target_arch=="ppc64" and OS=="linux" and node_byteorder =="little"', {
106
'includes': ['config/archs/linux-ppc64le/asm_avx2/openssl-fips.gypi'],
11-
}, 'target_arch=="ppc64" and OS=="linux"', {
12-
'includes': ['config/archs/linux-ppc64/asm_avx2/openssl-fips.gypi'],
137
}, 'target_arch=="s390x" and OS=="linux"', {
148
'includes': ['config/archs/linux64-s390x/asm_avx2/openssl-fips.gypi'],
159
}, 'target_arch=="arm" and OS=="linux"', {

deps/openssl/openssl-fips_no_asm.gypi

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
11
{
22
'defines': ['OPENSSL_NO_ASM'],
33
'conditions': [
4-
['target_arch=="ppc" and OS=="aix"', {
5-
'includes': ['config/archs/aix-gcc/no-asm/openssl-fips.gypi'],
6-
}, 'target_arch=="ppc" and OS=="linux"', {
7-
'includes': ['config/archs/linux-ppc/no-asm/openssl-fips.gypi'],
8-
}, 'target_arch=="ppc64" and OS=="aix"', {
4+
['target_arch=="ppc64" and OS=="aix"', {
95
'includes': ['config/archs/aix64-gcc-as/no-asm/openssl-fips.gypi'],
106
}, 'target_arch=="ppc64" and OS=="linux" and node_byteorder =="little"', {
117
'includes': ['config/archs/linux-ppc64le/no-asm/openssl-fips.gypi'],
12-
}, 'target_arch=="ppc64" and OS=="linux"', {
13-
'includes': ['config/archs/linux-ppc64/no-asm/openssl-fips.gypi'],
148
}, 'target_arch=="s390x" and OS=="linux"', {
159
'includes': ['config/archs/linux64-s390x/no-asm/openssl-fips.gypi'],
1610
}, 'target_arch=="arm" and OS in ("linux", "android")', {

deps/openssl/openssl_asm.gypi

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
11
{
22
'conditions': [
3-
['target_arch=="ppc" and OS=="aix"', {
4-
'includes': ['config/archs/aix-gcc/asm/openssl.gypi'],
5-
}, 'target_arch=="ppc" and OS=="linux"', {
6-
'includes': ['config/archs/linux-ppc/asm/openssl.gypi'],
7-
}, 'target_arch=="ppc64" and OS=="aix"', {
3+
['target_arch=="ppc64" and OS=="aix"', {
84
'includes': ['config/archs/aix64-gcc-as/asm/openssl.gypi'],
95
}, 'target_arch=="ppc64" and OS=="linux" and node_byteorder =="little"', {
106
'includes': ['config/archs/linux-ppc64le/asm/openssl.gypi'],
11-
}, 'target_arch=="ppc64" and OS=="linux"', {
12-
'includes': ['config/archs/linux-ppc64/asm/openssl.gypi'],
137
}, 'target_arch=="s390x" and OS=="linux"', {
148
'includes': ['config/archs/linux64-s390x/asm/openssl.gypi'],
159
}, 'target_arch=="arm" and OS=="linux"', {

deps/openssl/openssl_asm_avx2.gypi

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
11
{
22
'conditions': [
3-
['target_arch=="ppc" and OS=="aix"', {
4-
'includes': ['config/archs/aix-gcc/asm_avx2/openssl.gypi'],
5-
}, 'target_arch=="ppc" and OS=="linux"', {
6-
'includes': ['config/archs/linux-ppc/asm_avx2/openssl.gypi'],
7-
}, 'target_arch=="ppc64" and OS=="aix"', {
3+
['target_arch=="ppc64" and OS=="aix"', {
84
'includes': ['config/archs/aix64-gcc-as/asm_avx2/openssl.gypi'],
95
}, 'target_arch=="ppc64" and OS=="linux" and node_byteorder =="little"', {
106
'includes': ['config/archs/linux-ppc64le/asm_avx2/openssl.gypi'],
11-
}, 'target_arch=="ppc64" and OS=="linux"', {
12-
'includes': ['config/archs/linux-ppc64/asm_avx2/openssl.gypi'],
137
}, 'target_arch=="s390x" and OS=="linux"', {
148
'includes': ['config/archs/linux64-s390x/asm_avx2/openssl.gypi'],
159
}, 'target_arch=="arm" and OS=="linux"', {

deps/openssl/openssl_no_asm.gypi

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
11
{
22
'defines': ['OPENSSL_NO_ASM'],
33
'conditions': [
4-
['target_arch=="ppc" and OS=="aix"', {
5-
'includes': ['config/archs/aix-gcc/no-asm/openssl.gypi'],
6-
}, 'target_arch=="ppc" and OS=="linux"', {
7-
'includes': ['config/archs/linux-ppc/no-asm/openssl.gypi'],
8-
}, 'target_arch=="ppc64" and OS=="aix"', {
4+
['target_arch=="ppc64" and OS=="aix"', {
95
'includes': ['config/archs/aix64-gcc-as/no-asm/openssl.gypi'],
106
}, 'target_arch=="ppc64" and OS=="linux" and node_byteorder =="little"', {
117
'includes': ['config/archs/linux-ppc64le/no-asm/openssl.gypi'],
12-
}, 'target_arch=="ppc64" and OS=="linux"', {
13-
'includes': ['config/archs/linux-ppc64/no-asm/openssl.gypi'],
148
}, 'target_arch=="s390x" and OS=="linux"', {
159
'includes': ['config/archs/linux64-s390x/no-asm/openssl.gypi'],
1610
}, 'target_arch=="arm" and OS in ("linux", "android")', {

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy