summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2017-09-08 13:42:53 +0200
committerRuben Bridgewater <ruben@bridgewater.de>2017-09-11 01:06:22 -0300
commitc79fd2b9b109b310916d49c5958bfafcd98965ee (patch)
treeaf11ee97d11fa8779d8a855cf3fe0648cf54d0ce /configure
parent21a3ae35740e8a89395d05c68dd40814264d4bb0 (diff)
downloadandroid-node-v8-c79fd2b9b109b310916d49c5958bfafcd98965ee.tar.gz
android-node-v8-c79fd2b9b109b310916d49c5958bfafcd98965ee.tar.bz2
android-node-v8-c79fd2b9b109b310916d49c5958bfafcd98965ee.zip
build: remove unused configuration variable
`want_separate_host_toolset_mkpeephole` was removed when V8 was upgraded to version 5.9 in commit 3dc8c3b from June. PR-URL: https://github.com/nodejs/node/pull/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>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure b/configure
index cff6324a4d..4e3455056c 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)