10 CC = os.environ.get('CC', 'cc')
12 root_dir = os.path.dirname(__file__)
13 sys.path.insert(0, os.path.join(root_dir, 'tools', 'gyp', 'pylib'))
14 from gyp.common import GetFlavor
17 parser = optparse.OptionParser()
19 parser.add_option("--debug",
22 help="Also build debug build")
24 parser.add_option("--prefix",
27 help="Select the install prefix (defaults to /usr/local)")
29 parser.add_option("--without-npm",
32 help="Don\'t install the bundled npm package manager")
34 parser.add_option("--without-ssl",
37 help="Build without SSL")
39 parser.add_option("--without-snapshot",
41 dest="without_snapshot",
42 help="Build without snapshotting V8 libraries. You might want to set"
43 " this for cross-compiling. [Default: False]")
45 parser.add_option("--shared-v8",
48 help="Link to a shared V8 DLL instead of static linking")
50 parser.add_option("--shared-v8-includes",
52 dest="shared_v8_includes",
53 help="Directory containing V8 header files")
55 parser.add_option("--shared-v8-libpath",
57 dest="shared_v8_libpath",
58 help="A directory to search for the shared V8 DLL")
60 parser.add_option("--shared-v8-libname",
62 dest="shared_v8_libname",
63 help="Alternative lib name to link to (default: 'v8')")
65 parser.add_option("--shared-openssl",
67 dest="shared_openssl",
68 help="Link to a shared OpenSSl DLL instead of static linking")
70 parser.add_option("--shared-openssl-includes",
72 dest="shared_openssl_includes",
73 help="Directory containing OpenSSL header files")
75 parser.add_option("--shared-openssl-libpath",
77 dest="shared_openssl_libpath",
78 help="A directory to search for the shared OpenSSL DLLs")
80 parser.add_option("--shared-openssl-libname",
82 dest="shared_openssl_libname",
83 help="Alternative lib name to link to (default: 'crypto,ssl')")
86 parser.add_option("--openssl-use-sys",
88 dest="shared_openssl",
89 help=optparse.SUPPRESS_HELP)
92 parser.add_option("--openssl-includes",
94 dest="shared_openssl_includes",
95 help=optparse.SUPPRESS_HELP)
98 parser.add_option("--openssl-libpath",
100 dest="shared_openssl_libpath",
101 help=optparse.SUPPRESS_HELP)
103 # TODO document when we've decided on what the tracing API and its options will
105 parser.add_option("--systemtap-includes",
107 dest="systemtap_includes",
108 help=optparse.SUPPRESS_HELP)
110 parser.add_option("--no-ssl2",
113 help="Disable OpenSSL v2")
115 parser.add_option("--shared-zlib",
118 help="Link to a shared zlib DLL instead of static linking")
120 parser.add_option("--shared-zlib-includes",
122 dest="shared_zlib_includes",
123 help="Directory containing zlib header files")
125 parser.add_option("--shared-zlib-libpath",
127 dest="shared_zlib_libpath",
128 help="A directory to search for the shared zlib DLL")
130 parser.add_option("--shared-zlib-libname",
132 dest="shared_zlib_libname",
133 help="Alternative lib name to link to (default: 'z')")
135 parser.add_option("--shared-http-parser",
137 dest="shared_http_parser",
138 help="Link to a shared http_parser DLL instead of static linking")
140 parser.add_option("--shared-http-parser-includes",
142 dest="shared_http_parser_includes",
143 help="Directory containing http_parser header files")
145 parser.add_option("--shared-http-parser-libpath",
147 dest="shared_http_parser_libpath",
148 help="A directory to search for the shared http_parser DLL")
150 parser.add_option("--shared-http-parser-libname",
152 dest="shared_http_parser_libname",
153 help="Alternative lib name to link to (default: 'http_parser')")
155 parser.add_option("--shared-cares",
158 help="Link to a shared cares DLL instead of static linking")
160 parser.add_option("--shared-cares-includes",
162 dest="shared_cares_includes",
163 help="Directory containing cares header files")
165 parser.add_option("--shared-cares-libpath",
167 dest="shared_cares_libpath",
168 help="A directory to search for the shared cares DLL")
170 parser.add_option("--shared-cares-libname",
172 dest="shared_cares_libname",
173 help="Alternative lib name to link to (default: 'cares')")
175 parser.add_option("--shared-libuv",
178 help="Link to a shared libuv DLL instead of static linking")
180 parser.add_option("--shared-libuv-includes",
182 dest="shared_libuv_includes",
183 help="Directory containing libuv header files")
185 parser.add_option("--shared-libuv-libpath",
187 dest="shared_libuv_libpath",
188 help="A directory to search for the shared libuv DLL")
190 parser.add_option("--shared-libuv-libname",
192 dest="shared_libuv_libname",
193 help="Alternative lib name to link to (default: 'uv')")
195 parser.add_option("--with-dtrace",
198 help="Build with DTrace (default is true on sunos)")
200 parser.add_option("--without-dtrace",
202 dest="without_dtrace",
203 help="Build without DTrace")
205 parser.add_option("--with-etw",
208 help="Build with ETW (default is true on Windows)")
210 parser.add_option("--without-etw",
213 help="Build without ETW")
215 parser.add_option("--with-perfctr",
218 help="Build with performance counters (default is true on Windows)")
220 parser.add_option("--without-perfctr",
222 dest="without_perfctr",
223 help="Build without performance counters")
225 # CHECKME does this still work with recent releases of V8?
226 parser.add_option("--gdb",
229 help="add gdb support")
231 parser.add_option("--dest-cpu",
234 help="CPU architecture to build for. Valid values are: arm, ia32, x64")
236 parser.add_option("--dest-os",
239 help="Operating system to build for. Valid values are: "
240 "win, mac, solaris, freebsd, openbsd, linux")
242 parser.add_option("--no-ifaddrs",
245 help="Use on deprecated SunOS systems that do not support ifaddrs.h")
247 parser.add_option("--with-arm-float-abi",
249 dest="arm_float_abi",
250 help="Specifies which floating-point ABI to use. Valid values are: "
251 "soft, softfp, hard")
253 parser.add_option("--with-mips-float-abi",
255 dest="mips_float_abi",
256 help="Specifies which floating-point ABI to use. Valid values are: "
259 parser.add_option("--ninja",
262 help="Generate files for the ninja build system")
264 # Using --unsafe-optimizations voids your warranty.
265 parser.add_option("--unsafe-optimizations",
267 dest="unsafe_optimizations",
268 help=optparse.SUPPRESS_HELP)
270 parser.add_option("--xcode",
273 help="Generate build files for use with xcode")
275 parser.add_option("--tag",
278 help="Custom build tag")
280 (options, args) = parser.parse_args()
284 """Returns the string 'true' if value is truthy, 'false' otherwise."""
292 cmd = os.popen('pkg-config --libs %s' % pkg, 'r')
293 libs = cmd.readline().strip()
295 if (ret): return None
297 cmd = os.popen('pkg-config --cflags %s' % pkg, 'r')
298 cflags = cmd.readline().strip()
300 if (ret): return None
302 return (libs, cflags)
306 """Checks predefined macros using the CC command."""
309 p = subprocess.Popen(shlex.split(CC) + ['-dM', '-E', '-'],
310 stdin=subprocess.PIPE,
311 stdout=subprocess.PIPE,
312 stderr=subprocess.PIPE)
314 print '''Node.js configure error: No acceptable C compiler found!
316 Please make sure you have a C compiler installed on your system and/or
317 consider adjusting the CC environment variable if you installed
318 it in a non-standard prefix.
323 out = p.communicate()[0]
325 out = str(out).split('\n')
329 lst = shlex.split(line)
338 """Check for ARMv7 instructions"""
339 cc_macros_cache = cc_macros()
340 return ('__ARM_ARCH_7__' in cc_macros_cache or
341 '__ARM_ARCH_7A__' in cc_macros_cache or
342 '__ARM_ARCH_7R__' in cc_macros_cache or
343 '__ARM_ARCH_7M__' in cc_macros_cache)
347 """Check for ARM NEON support"""
348 return '__ARM_NEON__' in cc_macros()
351 def arm_hard_float_abi():
352 """Check for hardfloat or softfloat eabi on ARM"""
353 # GCC versions 4.6 and above define __ARM_PCS or __ARM_PCS_VFP to specify
354 # the Floating Point ABI used (PCS stands for Procedure Call Standard).
355 # We use these as well as a couple of other defines to statically determine
357 # GCC versions 4.4 and below don't support hard-fp.
358 # GCC versions 4.5 may support hard-fp without defining __ARM_PCS or
361 if compiler_version() >= (4, 6, 0):
362 return '__ARM_PCS_VFP' in cc_macros()
363 elif compiler_version() < (4, 5, 0):
365 elif '__ARM_PCS_VFP' in cc_macros():
367 elif ('__ARM_PCS' in cc_macros() or
368 '__SOFTFP' in cc_macros() or
369 not '__VFP_FP__' in cc_macros()):
372 print '''Node.js configure error: Your version of GCC does not report
373 the Floating-Point ABI to compile for your hardware
375 Please manually specify which floating-point ABI to use with the
376 --with-arm-float-abi option.
382 """Host architecture check using the CC command."""
387 '__x86_64__' : 'x64',
393 rtn = 'ia32' # default
396 if i in k and k[i] != '0':
404 """Host architecture check using environ vars (better way to do this?)"""
406 arch = os.environ.get('PROCESSOR_ARCHITECTURE', 'x86')
415 return matchup.get(arch, 'ia32')
418 def compiler_version():
420 proc = subprocess.Popen(shlex.split(CC) + ['--version'], stdout=subprocess.PIPE)
424 is_clang = 'clang' in proc.communicate()[0].split('\n')[0]
426 proc = subprocess.Popen(shlex.split(CC) + ['-dumpversion'], stdout=subprocess.PIPE)
427 version = tuple(map(int, proc.communicate()[0].split('.')))
429 return (version, is_clang)
432 def configure_arm(o):
433 # V8 on ARM requires that armv7 is set. CPU Model detected by
434 # the presence of __ARM_ARCH_7__ and the like defines in compiler
435 if options.arm_float_abi:
436 hard_float = options.arm_float_abi == 'hard'
438 hard_float = arm_hard_float_abi()
440 armv7 = is_arch_armv7()
441 # CHECKME VFPv3 implies ARMv7+ but is the reverse true as well?
442 fpu = 'vfpv3' if armv7 else 'vfpv2'
444 o['variables']['armv7'] = int(armv7)
445 o['variables']['arm_fpu'] = fpu
446 o['variables']['arm_neon'] = int(is_arm_neon())
447 o['variables']['v8_use_arm_eabi_hardfloat'] = b(hard_float)
450 def configure_mips(o):
451 if options.mips_float_abi:
452 if options.mips_float_abi in ('soft', 'hard'):
453 o['variables']['v8_use_mips_abi_hardfloat'] = b(
454 options.mips_float_abi == 'hard')
457 'Invalid mips-float-abi value. Valid values are: soft, hard')
460 def configure_node(o):
461 o['variables']['v8_enable_gdbjit'] = 1 if options.gdb else 0
462 o['variables']['v8_no_strict_aliasing'] = 1 # work around compiler bugs
463 o['variables']['node_prefix'] = os.path.expanduser(options.prefix or '')
464 o['variables']['node_install_npm'] = b(not options.without_npm)
465 o['variables']['node_unsafe_optimizations'] = (
466 1 if options.unsafe_optimizations else 0)
467 o['default_configuration'] = 'Debug' if options.debug else 'Release'
469 host_arch = host_arch_win() if os.name == 'nt' else host_arch_cc()
470 target_arch = options.dest_cpu or host_arch
471 o['variables']['host_arch'] = host_arch
472 o['variables']['target_arch'] = target_arch
474 if target_arch == 'arm':
476 elif target_arch in ('mips', 'mipsel'):
479 cc_version, is_clang = compiler_version()
480 o['variables']['clang'] = 1 if is_clang else 0
482 if not is_clang and cc_version != 0:
483 o['variables']['gcc_version'] = 10 * cc_version[0] + cc_version[1]
485 # clang has always supported -fvisibility=hidden, right?
486 if not is_clang and cc_version < (4,0,0):
487 o['variables']['visibility'] = ''
489 # By default, enable DTrace on SunOS systems. Don't allow it on other
490 # systems, since it won't work. (The MacOS build process is different than
491 # SunOS, and we haven't implemented it.)
492 if flavor in ('solaris', 'mac'):
493 o['variables']['node_use_dtrace'] = b(not options.without_dtrace)
494 elif flavor == 'linux':
495 o['variables']['node_use_dtrace'] = 'false'
496 o['variables']['node_use_systemtap'] = b(options.with_dtrace)
497 if options.systemtap_includes:
498 o['include_dirs'] += [options.systemtap_includes]
499 elif options.with_dtrace:
501 'DTrace is currently only supported on SunOS, MacOS or Linux systems.')
503 o['variables']['node_use_dtrace'] = 'false'
504 o['variables']['node_use_systemtap'] = 'false'
506 if options.no_ifaddrs:
507 o['defines'] += ['SUNOS_NO_IFADDRS']
509 # By default, enable ETW on Windows.
511 o['variables']['node_use_etw'] = b(not options.without_etw);
512 elif options.with_etw:
513 raise Exception('ETW is only supported on Windows.')
515 o['variables']['node_use_etw'] = 'false'
517 # By default, enable Performance counters on Windows.
519 o['variables']['node_use_perfctr'] = b(not options.without_perfctr);
520 elif options.with_perfctr:
521 raise Exception('Performance counter is only supported on Windows.')
523 o['variables']['node_use_perfctr'] = 'false'
526 o['variables']['node_tag'] = '-' + options.tag
528 o['variables']['node_tag'] = ''
531 def configure_libz(o):
532 o['variables']['node_shared_zlib'] = b(options.shared_zlib)
534 # assume shared_zlib if one of these is set?
535 if options.shared_zlib_libpath:
536 o['libraries'] += ['-L%s' % options.shared_zlib_libpath]
537 if options.shared_zlib_libname:
538 o['libraries'] += ['-l%s' % options.shared_zlib_libname]
539 elif options.shared_zlib:
540 o['libraries'] += ['-lz']
541 if options.shared_zlib_includes:
542 o['include_dirs'] += [options.shared_zlib_includes]
545 def configure_http_parser(o):
546 o['variables']['node_shared_http_parser'] = b(options.shared_http_parser)
548 # assume shared http_parser if one of these is set?
549 if options.shared_http_parser_libpath:
550 o['libraries'] += ['-L%s' % options.shared_http_parser_libpath]
551 if options.shared_http_parser_libname:
552 o['libraries'] += ['-l%s' % options.shared_http_parser_libname]
553 elif options.shared_http_parser:
554 o['libraries'] += ['-lhttp_parser']
555 if options.shared_http_parser_includes:
556 o['include_dirs'] += [options.shared_http_parser_includes]
559 def configure_cares(o):
560 o['variables']['node_shared_cares'] = b(options.shared_cares)
562 # assume shared cares if one of these is set?
563 if options.shared_cares_libpath:
564 o['libraries'] += ['-L%s' % options.shared_cares_libpath]
565 if options.shared_cares_libname:
566 o['libraries'] += ['-l%s' % options.shared_cares_libname]
567 elif options.shared_cares:
568 o['libraries'] += ['-lcares']
569 if options.shared_cares_includes:
570 o['include_dirs'] += [options.shared_cares_includes]
573 def configure_libuv(o):
574 o['variables']['node_shared_libuv'] = b(options.shared_libuv)
576 # assume shared libuv if one of these is set?
577 if options.shared_libuv_libpath:
578 o['libraries'] += ['-L%s' % options.shared_libuv_libpath]
579 if options.shared_libuv_libname:
580 o['libraries'] += ['-l%s' % options.shared_libuv_libname]
581 elif options.shared_libuv:
582 o['libraries'] += ['-luv']
583 if options.shared_libuv_includes:
584 o['include_dirs'] += [options.shared_libuv_includes]
588 o['variables']['v8_use_snapshot'] = b(not options.without_snapshot)
589 o['variables']['node_shared_v8'] = b(options.shared_v8)
591 # assume shared_v8 if one of these is set?
592 if options.shared_v8_libpath:
593 o['libraries'] += ['-L%s' % options.shared_v8_libpath]
594 if options.shared_v8_libname:
595 o['libraries'] += ['-l%s' % options.shared_v8_libname]
596 elif options.shared_v8:
597 o['libraries'] += ['-lv8']
598 if options.shared_v8_includes:
599 o['include_dirs'] += [options.shared_v8_includes]
602 def configure_openssl(o):
603 o['variables']['node_use_openssl'] = b(not options.without_ssl)
604 o['variables']['node_shared_openssl'] = b(options.shared_openssl)
606 if options.without_ssl:
610 o['defines'] += ['OPENSSL_NO_SSL2=1']
612 if options.shared_openssl:
613 (libs, cflags) = pkg_config('openssl') or ('-lssl -lcrypto', '')
615 if options.shared_openssl_libpath:
616 o['libraries'] += ['-L%s' % options.shared_openssl_libpath]
618 if options.shared_openssl_libname:
619 libnames = options.shared_openssl_libname.split(',')
620 o['libraries'] += ['-l%s' % s for s in libnames]
622 o['libraries'] += libs.split()
624 if options.shared_openssl_includes:
625 o['include_dirs'] += [options.shared_openssl_includes]
627 o['cflags'] += cflags.split()
630 def configure_winsdk(o):
634 winsdk_dir = os.environ.get("WindowsSdkDir")
636 if winsdk_dir and os.path.isfile(winsdk_dir + '\\bin\\ctrpp.exe'):
637 print "Found ctrpp in WinSDK--will build generated files into tools/msvs/genfiles."
638 o['variables']['node_has_winsdk'] = 'true'
641 print "ctrpp not found in WinSDK path--using pre-gen files from tools/msvs/genfiles."
644 # determine the "flavor" (operating system) we're building for,
645 # leveraging gyp's GetFlavor function
647 if (options.dest_os):
648 flavor_params['flavor'] = options.dest_os;
649 flavor = GetFlavor(flavor_params);
652 'variables': { 'python': sys.executable },
659 configure_node(output)
660 configure_libz(output)
661 configure_http_parser(output)
662 configure_cares(output)
663 configure_libuv(output)
665 configure_openssl(output)
666 configure_winsdk(output)
668 # variables should be a root level element,
669 # move everything else to target_defaults
670 variables = output['variables']
671 del output['variables']
673 'variables': variables,
674 'target_defaults': output
676 pprint.pprint(output, indent=2)
678 def write(filename, data):
679 filename = os.path.join(root_dir, filename)
680 print "creating ", filename
681 f = open(filename, 'w+')
684 write('config.gypi', "# Do not edit. Generated by the configure script.\n" +
685 pprint.pformat(output, indent=2) + "\n")
688 'BUILDTYPE': 'Debug' if options.debug else 'Release',
689 'USE_NINJA': str(int(options.use_ninja or 0)),
690 'USE_XCODE': str(int(options.use_xcode or 0)),
691 'PYTHON': sys.executable,
693 config = '\n'.join(map('='.join, config.iteritems())) + '\n'
696 '# Do not edit. Generated by the configure script.\n' + config)
698 if options.use_ninja:
699 gyp_args = ['-f', 'ninja-' + flavor]
700 elif options.use_xcode:
701 gyp_args = ['-f', 'xcode']
702 elif flavor == 'win':
703 gyp_args = ['-f', 'msvs', '-G', 'msvs_version=auto']
705 gyp_args = ['-f', 'make-' + flavor]
707 subprocess.call([sys.executable, 'tools/gyp_node.py'] + gyp_args)