summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorFedor Indutny <fedor@indutny.com>2014-06-05 07:28:39 -0700
committerFedor Indutny <fedor@indutny.com>2014-06-05 07:28:39 -0700
commit9920ae67b53283192a7396cad63f6d92b80f1a95 (patch)
tree3c89c24c7a7759f9f46ff5e0eacd6c371ef1b562 /configure
parent2f8627528b7fa389793d1be68de3b27ebfbc3748 (diff)
parenta7dd0e51f326dfcc478cc897033e0cd7de62b65d (diff)
downloadandroid-node-v8-9920ae67b53283192a7396cad63f6d92b80f1a95.tar.gz
android-node-v8-9920ae67b53283192a7396cad63f6d92b80f1a95.tar.bz2
android-node-v8-9920ae67b53283192a7396cad63f6d92b80f1a95.zip
Merge branch 'v0.10'
Conflicts: ChangeLog lib/events.js lib/tls.js src/node_constants.cc src/node_crypto.cc src/node_crypto.h src/node_version.h
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index 6e48167403..daea8cad12 100755
--- a/configure
+++ b/configure
@@ -456,6 +456,9 @@ def configure_node(o):
o['variables']['host_arch'] = host_arch
o['variables']['target_arch'] = target_arch
+ if target_arch != host_arch and not options.without_snapshot:
+ o['variables']['want_separate_host_toolset'] = 1
+
if target_arch == 'arm':
configure_arm(o)