summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 42dac5ff64..9b4fa94521 100755
--- a/configure
+++ b/configure
@@ -760,6 +760,8 @@ def configure_node(o):
want_snapshots = not options.without_snapshot
o['variables']['want_separate_host_toolset'] = int(
cross_compiling and want_snapshots)
+ o['variables']['want_separate_host_toolset_mkpeephole'] = int(
+ cross_compiling)
if target_arch == 'arm':
configure_arm(o)