Move gcmole to toolchain.gypi
it's referenced from isolate.gypi which in turn is used in non-standalone builds as well. BUG=chromium:609107 R=machenbach@chromium.org Review-Url: https://codereview.chromium.org/2023783003 Cr-Commit-Position: refs/heads/master@{#36591}
This commit is contained in:
parent
2cd66cabd6
commit
34fbcd70ae
@ -382,9 +382,6 @@
|
||||
# fpxx - compatibility mode, it chooses fp32 or fp64 depending on runtime
|
||||
# detection
|
||||
'mips_fpu_mode%': 'fp32',
|
||||
|
||||
# Indicates if gcmole tools are downloaded by a hook.
|
||||
'gcmole%': 0,
|
||||
},
|
||||
'target_defaults': {
|
||||
'variables': {
|
||||
|
@ -131,6 +131,9 @@
|
||||
|
||||
# Link-Time Optimizations
|
||||
'use_lto%': 0,
|
||||
|
||||
# Indicates if gcmole tools are downloaded by a hook.
|
||||
'gcmole%': 0,
|
||||
},
|
||||
'conditions': [
|
||||
['host_arch=="ia32" or host_arch=="x64" or \
|
||||
|
Loading…
Reference in New Issue
Block a user