Commit cdab5ed6 authored by akos.palfi's avatar akos.palfi Committed by Commit bot

v8.gyp: Fix mips (big-endian) build.

Fixes the MIPS big-endian build after https://codereview.chromium.org/2276733002/ .

BUG=

Review-Url: https://codereview.chromium.org/2296473002
Cr-Commit-Position: refs/heads/master@{#38994}
parent fdef4132
...@@ -1274,10 +1274,8 @@ ...@@ -1274,10 +1274,8 @@
'toolsets': ['target'], 'toolsets': ['target'],
}], }],
['want_separate_host_toolset_mkpeephole==1', { ['want_separate_host_toolset_mkpeephole==1', {
'toolsets': ['host', 'target'],
'dependencies': ['mkpeephole#host'], 'dependencies': ['mkpeephole#host'],
}, { }, {
'toolsets': ['target'],
'dependencies': ['mkpeephole'], 'dependencies': ['mkpeephole'],
}], }],
['v8_target_arch=="arm"', { ['v8_target_arch=="arm"', {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment