build: Updates to enable AIX support
authorMichael Dawson <michael_dawson@ca.ibm.com>
Wed, 12 Aug 2015 15:53:33 +0000 (11:53 -0400)
committerJeremiah Senkpiel <fishrock123@rocketmail.com>
Tue, 15 Sep 2015 17:54:10 +0000 (13:54 -0400)
commit43397b204e0f199866c67a30f44247b9667eed0b
treec89f8bb638aa1e33915f04a2dec465e4cf24a9d4
parent7ebd881c2948b043b8ea9fdcb4ea2d76955615ec
build: Updates to enable AIX support

These are the core changes that allow AIX to compile.  There
are still some test failures as there are some patches needed for
libuv and npm that we'll need to contribute through those
communities but this set allows node to be built on AIX and
pass most of the core tests

The change in js2c is because AIX does not support $ in
identifier names.  See the discussion/agreement in
https://github.com/nodejs/node/issues/2272

PR-URL: https://github.com/nodejs/node/pull/2364
Reviewed-By: Ben Noordhuis <ben@strongloop.com>
Reviewed-By: Rod Vagg <r@va.gg>
18 files changed:
common.gypi
configure
deps/cares/cares.gyp
deps/cares/common.gypi
deps/cares/config/aix/ares_config.h [new file with mode: 0644]
deps/openssl/config/Makefile
deps/openssl/config/archs/aix-gcc/opensslconf.h [new file with mode: 0644]
deps/openssl/config/archs/aix64-gcc/opensslconf.h [new file with mode: 0644]
deps/openssl/config/opensslconf.h
deps/openssl/openssl.gyp
node.gyp
src/node.cc
test/common.js
test/parallel/test-fs-readfile-pipe-large.js
test/parallel/test-fs-readfile-pipe.js
test/parallel/test-fs-readfilesync-pipe-large.js
tools/js2c.py
tools/utils.py