Skip to content

Commit

Permalink
build: remove unused configuration variable
Browse files Browse the repository at this point in the history
`want_separate_host_toolset_mkpeephole` was removed when V8 was upgraded
to version 5.9 in commit 3dc8c3b from June.

PR-URL: #15266
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
  • Loading branch information
bnoordhuis authored and jasnell committed Sep 20, 2017
1 parent 5ea4b88 commit 354f320
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 354f320

Please sign in to comment.