From b4ad793d2ae69769bd3223014225b5281d483e5f Mon Sep 17 00:00:00 2001 From: Ali Ijaz Sheikh Date: Wed, 24 Aug 2016 21:36:32 -0700 Subject: [PATCH] build: fix mkpeephole configuration --- configure | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure b/configure index 42dac5ff64ce94..9b4fa94521a7f4 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)