diff --git a/configure b/configure index cff6324a4d807c..4e3455056cfb98 100755 --- a/configure +++ b/configure @@ -843,8 +843,6 @@ 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)