diff options
author | Andrei Sedoi <bsnote@gmail.com> | 2014-05-16 02:11:51 +0300 |
---|---|---|
committer | Fedor Indutny <fedor@indutny.com> | 2014-05-16 13:15:25 +0400 |
commit | 1d90b5b78e40ad5165e2eaec14e8f230bd08658d (patch) | |
tree | 35677a2b9152e40132cabcb52a7a4db677b2998f /common.gypi | |
parent | c06495713a95b40d28729e2211dc5a813611b2fe (diff) | |
download | node-new-1d90b5b78e40ad5165e2eaec14e8f230bd08658d.tar.gz |
configure: allow V8 snapshot for cross-compilation
Signed-off-by: Fedor Indutny <fedor@indutny.com>
Diffstat (limited to 'common.gypi')
-rw-r--r-- | common.gypi | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/common.gypi b/common.gypi index 8adafe3936..c05b793e95 100644 --- a/common.gypi +++ b/common.gypi @@ -1,13 +1,13 @@ { 'variables': { - 'werror': '', # Turn off -Werror in V8 build. - 'visibility%': 'hidden', # V8's visibility setting - 'target_arch%': 'ia32', # set v8's target architecture - 'host_arch%': 'ia32', # set v8's host architecture - 'want_separate_host_toolset': 0, # V8 should not build target and host - 'library%': 'static_library', # allow override to 'shared_library' for DLL/.so builds - 'component%': 'static_library', # NB. these names match with what V8 expects - 'msvs_multi_core_compile': '0', # we do enable multicore compiles, but not using the V8 way + 'werror': '', # Turn off -Werror in V8 build. + 'visibility%': 'hidden', # V8's visibility setting + 'target_arch%': 'ia32', # set v8's target architecture + 'host_arch%': 'ia32', # set v8's host architecture + 'want_separate_host_toolset%': 0, # V8 should not build target and host + 'library%': 'static_library', # allow override to 'shared_library' for DLL/.so builds + 'component%': 'static_library', # NB. these names match with what V8 expects + 'msvs_multi_core_compile': '0', # we do enable multicore compiles, but not using the V8 way 'gcc_version%': 'unknown', 'clang%': 0, 'python%': 'python', |