http: add 308 status_code, see RFC7238
[platform/upstream/nodejs.git] / configure
index 6e48167..daea8ca 100755 (executable)
--- 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)