Commit 34fbcd70 authored by jochen's avatar jochen Committed by Commit bot

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}
parent 2cd66cab
...@@ -382,9 +382,6 @@ ...@@ -382,9 +382,6 @@
# fpxx - compatibility mode, it chooses fp32 or fp64 depending on runtime # fpxx - compatibility mode, it chooses fp32 or fp64 depending on runtime
# detection # detection
'mips_fpu_mode%': 'fp32', 'mips_fpu_mode%': 'fp32',
# Indicates if gcmole tools are downloaded by a hook.
'gcmole%': 0,
}, },
'target_defaults': { 'target_defaults': {
'variables': { 'variables': {
......
...@@ -131,6 +131,9 @@ ...@@ -131,6 +131,9 @@
# Link-Time Optimizations # Link-Time Optimizations
'use_lto%': 0, 'use_lto%': 0,
# Indicates if gcmole tools are downloaded by a hook.
'gcmole%': 0,
}, },
'conditions': [ 'conditions': [
['host_arch=="ia32" or host_arch=="x64" or \ ['host_arch=="ia32" or host_arch=="x64" or \
......
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