Created
March 10, 2015 00:17
-
-
Save jbergstroem/c9491bec641a35353527 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[root@web01 ~/iojs-v1.5.1]# export OSTYPE=solaris | |
[root@web01 ~/iojs-v1.5.1]# export DESTCPU=ia32 | |
[root@web01 ~/iojs-v1.5.1]# export ARCH=ia32 | |
[root@web01 ~/iojs-v1.5.1]# ./configure | |
creating ./icu_config.gypi | |
{ 'target_defaults': { 'cflags': [], | |
'default_configuration': 'Release', | |
'defines': [], | |
'include_dirs': [], | |
'libraries': []}, | |
'variables': { 'host_arch': 'x64', | |
'icu_small': 'false', | |
'node_install_npm': 'true', | |
'node_prefix': '', | |
'node_shared_http_parser': 'false', | |
'node_shared_libuv': 'false', | |
'node_shared_openssl': 'false', | |
'node_shared_v8': 'false', | |
'node_shared_zlib': 'false', | |
'node_tag': '', | |
'node_use_dtrace': 'true', | |
'node_use_etw': 'false', | |
'node_use_lttng': 'false', | |
'node_use_openssl': 'true', | |
'node_use_perfctr': 'false', | |
'openssl_no_asm': 0, | |
'python': '/opt/local/bin/python2.7', | |
'target_arch': 'x64', | |
'uv_library': 'static_library', | |
'uv_parent_path': '/deps/uv/', | |
'uv_use_dtrace': 'true', | |
'v8_enable_gdbjit': 0, | |
'v8_enable_i18n_support': 0, | |
'v8_no_strict_aliasing': 1, | |
'v8_optimized_debug': 0, | |
'v8_random_seed': 0, | |
'v8_use_snapshot': 'false', | |
'want_separate_host_toolset': 0}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment