summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorFedor Indutny <fedor@indutny.com>2014-07-29 12:50:49 +0400
committerFedor Indutny <fedor@indutny.com>2014-07-29 12:51:27 +0400
commitf310c0f16b7d30c1f60eb4ae794748ef5d2ba77c (patch)
treee97594e903e36bef14571df87aeb31a895357d4b /configure
parentef3c4ed3dd23522d871e5951766441a7a0512f47 (diff)
parent38f6fcd822103f7e896532239c60c47b8fcc7d22 (diff)
downloadandroid-node-v8-f310c0f16b7d30c1f60eb4ae794748ef5d2ba77c.tar.gz
android-node-v8-f310c0f16b7d30c1f60eb4ae794748ef5d2ba77c.tar.bz2
android-node-v8-f310c0f16b7d30c1f60eb4ae794748ef5d2ba77c.zip
Merge remote-tracking branch 'origin/v0.10' into master
Conflicts: doc/api/buffer.markdown lib/_stream_readable.js lib/assert.js lib/buffer.js lib/child_process.js lib/http.js lib/string_decoder.js lib/zlib.js node.gyp test/simple/test-buffer.js test/simple/test-https-foafssl.js test/simple/test-stream2-compatibility.js test/simple/test-tls-server-verify.js
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 772e4e14b3..f7f6cc3d72 100755
--- a/configure
+++ b/configure
@@ -473,6 +473,8 @@ def configure_node(o):
if target_arch != host_arch and not options.without_snapshot:
o['variables']['want_separate_host_toolset'] = 1
+ else:
+ o['variables']['want_separate_host_toolset'] = 0
if target_arch == 'arm':
configure_arm(o)