build: first set of updates to enable PPC support
authorMichael Dawson <michael_dawson@ca.ibm.com>
Tue, 7 Jul 2015 18:15:03 +0000 (14:15 -0400)
committerRod Vagg <rod@vagg.org>
Tue, 4 Aug 2015 18:56:16 +0000 (11:56 -0700)
commitb4226e797a43adec8f90c9d3bb4f0c39901acfea
treee7253738526064f1f38e0b36952b6b7cfc9ebd74
parente6ab2d92bc15c0f122ddc9310a9d69499008703a
build: first set of updates to enable PPC support

These are the core changes that allow pLinux BE/LE compile. They
don't include all of the changes needed for AIX which will follow
once we have pLinux up and running in the builds

PR-URL: https://github.com/nodejs/io.js/pull/2124
Reviewed-By: Ben Noordhuis <ben@strongloop.com>
Reviewed-By: Johan Bergstrom <bugs@bergstroem.nu>
Makefile
common.gypi
configure
deps/openssl/config/Makefile
deps/openssl/config/archs/linux-ppc/opensslconf.h [new file with mode: 0644]
deps/openssl/config/archs/linux-ppc64/opensslconf.h [new file with mode: 0644]
deps/openssl/config/opensslconf.h
deps/openssl/openssl.gyp
deps/openssl/openssl.gypi
tools/test.py
tools/utils.py