0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/deps
Rasmus Andersson 899fffa395 Build system improvements: (cross compilation, libnode, etc)
- utilizing autoconf configure.guess to output canonical $target_{cpu,vendor,os}
- normalizing $target_cpu --> $arch according to v8 naming scheme
- normalizing $target_os --> $platform according to v8 naming scheme
- renamed c-ares platform-arch directories to represent v8 canonical names
- new targets in Makefile: libnode-{static,dynamic}[-debug]
- scons is symbolized as SCONS in Makefile for portability/flexibility.
- LINKFLAGS inherith from LDFLAGS ("magic" variable exported by autoconf and configure).
- When building on OS X, CFLAGS and LDFLAGS will contain appropriate -arch flag, set up by configure (instead of the Makefile).
- libv8.a make targets cleaned up with unison libv8_flags set of flags.
- the clean make target now cleans up libraries (libv8, libnode, etc).
- added config.guess, config.sub and install-sh (utilized by autoconf/configure)
2010-10-27 17:15:32 -07:00
..
c-ares Build system improvements: (cross compilation, libnode, etc) 2010-10-27 17:15:32 -07:00
http_parser Upgrade http-parser with a fix for spaces in headers 2010-10-13 02:47:10 -07:00
libeio Replace WAF with make/autoconf 2010-10-24 18:39:36 -07:00
libev Replace WAF with make/autoconf 2010-10-24 18:39:36 -07:00
v8 Upgrade V8 to 2.5.1 2010-10-21 15:22:38 -07:00