| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent e3ea906 commit a44d555
10 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,6 @@ | |||
| 1 | 1 | { | |
| 2 | 2 | 'conditions': [ | |
| 3 | - ['target_arch=="ppc64" and OS=="aix"', { | ||
| 3 | + ['target_arch=="ppc64" and OS in ("aix", "os400")', { | ||
| 4 | 4 | 'includes': ['config/archs/aix64-gcc-as/asm/openssl-cl.gypi'], | |
| 5 | 5 | }, 'target_arch=="ppc64" and OS=="linux" and node_byteorder =="little"', { | |
| 6 | 6 | 'includes': ['config/archs/linux-ppc64le/asm/openssl-cl.gypi'], | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,6 @@ | |||
| 1 | 1 | { | |
| 2 | 2 | 'conditions': [ | |
| 3 | - ['target_arch=="ppc64" and OS=="aix"', { | ||
| 3 | + ['target_arch=="ppc64" and OS in ("aix", "os400")', { | ||
| 4 | 4 | 'includes': ['config/archs/aix64-gcc-as/asm_avx2/openssl-cl.gypi'], | |
| 5 | 5 | }, 'target_arch=="ppc64" and OS=="linux" and node_byteorder =="little"', { | |
| 6 | 6 | 'includes': ['config/archs/linux-ppc64le/asm_avx2/openssl-cl.gypi'], | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,6 @@ | |||
| 1 | 1 | { | |
| 2 | 2 | 'conditions': [ | |
| 3 | - ['target_arch=="ppc64" and OS=="aix"', { | ||
| 3 | + ['target_arch=="ppc64" and OS in ("aix", "os400")', { | ||
| 4 | 4 | 'includes': ['config/archs/aix64-gcc-as/no-asm/openssl-cl.gypi'], | |
| 5 | 5 | }, 'target_arch=="ppc64" and OS=="linux" and node_byteorder =="little"', { | |
| 6 | 6 | 'includes': ['config/archs/linux-ppc64le/no-asm/openssl-cl.gypi'], | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,6 @@ | |||
| 1 | 1 | { | |
| 2 | 2 | 'conditions': [ | |
| 3 | - ['target_arch=="ppc64" and OS=="aix"', { | ||
| 3 | + ['target_arch=="ppc64" and OS in ("aix", "os400")', { | ||
| 4 | 4 | 'includes': ['config/archs/aix64-gcc-as/asm/openssl-fips.gypi'], | |
| 5 | 5 | }, 'target_arch=="ppc64" and OS=="linux" and node_byteorder =="little"', { | |
| 6 | 6 | 'includes': ['config/archs/linux-ppc64le/asm/openssl-fips.gypi'], | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,6 @@ | |||
| 1 | 1 | { | |
| 2 | 2 | 'conditions': [ | |
| 3 | - ['target_arch=="ppc64" and OS=="aix"', { | ||
| 3 | + ['target_arch=="ppc64" and OS in ("aix", "os400")', { | ||
| 4 | 4 | 'includes': ['config/archs/aix64-gcc-as/asm_avx2/openssl-fips.gypi'], | |
| 5 | 5 | }, 'target_arch=="ppc64" and OS=="linux" and node_byteorder =="little"', { | |
| 6 | 6 | 'includes': ['config/archs/linux-ppc64le/asm_avx2/openssl-fips.gypi'], | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,7 +1,7 @@ | |||
| 1 | 1 | { | |
| 2 | 2 | 'defines': ['OPENSSL_NO_ASM'], | |
| 3 | 3 | 'conditions': [ | |
| 4 | - ['target_arch=="ppc64" and OS=="aix"', { | ||
| 4 | + ['target_arch=="ppc64" and OS in ("aix", "os400")', { | ||
| 5 | 5 | 'includes': ['config/archs/aix64-gcc-as/no-asm/openssl-fips.gypi'], | |
| 6 | 6 | }, 'target_arch=="ppc64" and OS=="linux" and node_byteorder =="little"', { | |
| 7 | 7 | 'includes': ['config/archs/linux-ppc64le/no-asm/openssl-fips.gypi'], | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,6 @@ | |||
| 1 | 1 | { | |
| 2 | 2 | 'conditions': [ | |
| 3 | - ['target_arch=="ppc64" and OS=="aix"', { | ||
| 3 | + ['target_arch=="ppc64" and OS in ("aix", "os400")', { | ||
| 4 | 4 | 'includes': ['config/archs/aix64-gcc-as/asm/openssl.gypi'], | |
| 5 | 5 | }, 'target_arch=="ppc64" and OS=="linux" and node_byteorder =="little"', { | |
| 6 | 6 | 'includes': ['config/archs/linux-ppc64le/asm/openssl.gypi'], | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,6 @@ | |||
| 1 | 1 | { | |
| 2 | 2 | 'conditions': [ | |
| 3 | - ['target_arch=="ppc64" and OS=="aix"', { | ||
| 3 | + ['target_arch=="ppc64" and OS in ("aix", "os400")', { | ||
| 4 | 4 | 'includes': ['config/archs/aix64-gcc-as/asm_avx2/openssl.gypi'], | |
| 5 | 5 | }, 'target_arch=="ppc64" and OS=="linux" and node_byteorder =="little"', { | |
| 6 | 6 | 'includes': ['config/archs/linux-ppc64le/asm_avx2/openssl.gypi'], | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -13,7 +13,7 @@ | |||
| 13 | 13 | ], | |
| 14 | 14 | # build options specific to OS | |
| 15 | 15 | 'conditions': [ | |
| 16 | - [ 'OS=="aix"', { | ||
| 16 | + [ 'OS in ("aix", "os400")', { | ||
| 17 | 17 | # AIX is missing /usr/include/endian.h | |
| 18 | 18 | 'defines': [ | |
| 19 | 19 | '__LITTLE_ENDIAN=1234', | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,7 +1,7 @@ | |||
| 1 | 1 | { | |
| 2 | 2 | 'defines': ['OPENSSL_NO_ASM'], | |
| 3 | 3 | 'conditions': [ | |
| 4 | - ['target_arch=="ppc64" and OS=="aix"', { | ||
| 4 | + ['target_arch=="ppc64" and OS in ("aix", "os400")', { | ||
| 5 | 5 | 'includes': ['config/archs/aix64-gcc-as/no-asm/openssl.gypi'], | |
| 6 | 6 | }, 'target_arch=="ppc64" and OS=="linux" and node_byteorder =="little"', { | |
| 7 | 7 | 'includes': ['config/archs/linux-ppc64le/no-asm/openssl.gypi'], | |
| Back | FazBrowse Home | New Git URL |
0 commit comments