Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(23)

Unified Diff: infra/mb/mb_config.pyl

Issue 2156063003: [gn] Fix remaining ia32/x86 misconfigurations (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra/mb/mb_config.pyl
diff --git a/infra/mb/mb_config.pyl b/infra/mb/mb_config.pyl
index 91fe84085cf96a44cafb011a99ccc7a721fdd887..0de52ca02c0fb24c7f0357e43be9bf868c99aa62 100644
--- a/infra/mb/mb_config.pyl
+++ b/infra/mb/mb_config.pyl
@@ -492,7 +492,7 @@
},
'simulate_arm': {
- 'gn_args': 'target_cpu="ia32" v8_target_cpu="arm"',
+ 'gn_args': 'target_cpu="x86" v8_target_cpu="arm"',
'gyp_defines': 'target_arch=ia32 v8_target_arch=arm',
},
@@ -502,7 +502,7 @@
},
'simulate_mipsel': {
- 'gn_args': 'target_cpu="ia32" v8_target_cpu="mipsel"',
+ 'gn_args': 'target_cpu="x86" v8_target_cpu="mipsel"',
'gyp_defines': 'target_arch=ia32 v8_target_arch=mipsel',
},
@@ -512,7 +512,7 @@
},
'simulate_ppc': {
- 'gn_args': 'target_cpu="ia32" v8_target_cpu="ppc"',
+ 'gn_args': 'target_cpu="x86" v8_target_cpu="ppc"',
'gyp_defines': 'target_arch=ia32 v8_target_arch=ppc',
},
@@ -522,7 +522,7 @@
},
'simulate_s390': {
- 'gn_args': 'target_cpu="ia32" v8_target_cpu="s390"',
+ 'gn_args': 'target_cpu="x86" v8_target_cpu="s390"',
'gyp_defines': 'target_arch=ia32 v8_target_arch=s390',
},
@@ -532,7 +532,7 @@
},
'simulate_x87': {
- 'gn_args': 'target_cpu="ia32" v8_target_cpu="x87"',
+ 'gn_args': 'target_cpu="x86" v8_target_cpu="x87"',
'gyp_defines': 'target_arch=ia32 v8_target_arch=x87',
},
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698