|
140 | 140 | 'conditions': [
|
141 | 141 | ['host_arch=="ia32" or host_arch=="x64" or \
|
142 | 142 | host_arch=="ppc" or host_arch=="ppc64" or \
|
143 |
| - host_arch=="s390" or host_arch=="s390x" or \ |
| 143 | + host_arch=="s390x" or \ |
144 | 144 | clang==1', {
|
145 | 145 | 'variables': {
|
146 | 146 | 'host_cxx_is_biarch%': 1,
|
|
151 | 151 | },
|
152 | 152 | }],
|
153 | 153 | ['target_arch=="ia32" or target_arch=="x64" or \
|
154 |
| - target_arch=="ppc" or target_arch=="ppc64" or target_arch=="s390" or \ |
| 154 | + target_arch=="ppc" or target_arch=="ppc64" or \ |
155 | 155 | target_arch=="s390x" or clang==1', {
|
156 | 156 | 'variables': {
|
157 | 157 | 'target_cxx_is_biarch%': 1,
|
|
302 | 302 | 'V8_TARGET_ARCH_ARM64',
|
303 | 303 | ],
|
304 | 304 | }],
|
305 |
| - ['v8_target_arch=="s390" or v8_target_arch=="s390x"', { |
| 305 | + ['v8_target_arch=="s390x"', { |
306 | 306 | 'defines': [
|
307 | 307 | 'V8_TARGET_ARCH_S390',
|
308 | 308 | ],
|
|
320 | 320 | 'cflags': [ '-march=z196' ],
|
321 | 321 | }],
|
322 | 322 | ],
|
323 |
| - }], # s390 |
| 323 | + }], # s390x |
324 | 324 | ['v8_target_arch=="ppc" or v8_target_arch=="ppc64"', {
|
325 | 325 | 'defines': [
|
326 | 326 | 'V8_TARGET_ARCH_PPC',
|
|
1045 | 1045 | or OS=="netbsd" or OS=="mac" or OS=="android" or OS=="qnx") and \
|
1046 | 1046 | (v8_target_arch=="arm" or v8_target_arch=="ia32" or \
|
1047 | 1047 | v8_target_arch=="mips" or v8_target_arch=="mipsel" or \
|
1048 |
| - v8_target_arch=="ppc" or v8_target_arch=="s390")', { |
| 1048 | + v8_target_arch=="ppc")', { |
1049 | 1049 | 'target_conditions': [
|
1050 | 1050 | ['_toolset=="host"', {
|
1051 | 1051 | 'conditions': [
|
1052 | 1052 | ['host_cxx_is_biarch==1', {
|
1053 | 1053 | 'conditions': [
|
1054 |
| - ['host_arch=="s390" or host_arch=="s390x"', { |
| 1054 | + ['host_arch=="s390x"', { |
1055 | 1055 | 'cflags': [ '-m31' ],
|
1056 | 1056 | 'ldflags': [ '-m31' ]
|
1057 | 1057 | },{
|
|
1069 | 1069 | 'conditions': [
|
1070 | 1070 | ['target_cxx_is_biarch==1', {
|
1071 | 1071 | 'conditions': [
|
1072 |
| - ['host_arch=="s390" or host_arch=="s390x"', { |
| 1072 | + ['host_arch=="s390x"', { |
1073 | 1073 | 'cflags': [ '-m31' ],
|
1074 | 1074 | 'ldflags': [ '-m31' ]
|
1075 | 1075 | },{
|
|
0 commit comments