nodejs: v7h - scons/v8

This commit is contained in:
WarheadsSE 2012-02-05 00:07:16 -05:00
parent 3d47513885
commit 850b54e4b9

View file

@ -38,8 +38,8 @@ build() {
# we're going to attept to make use of this example
# https://github.com/joyent/node/issues/2131#issuecomment-3208846
# https://gist.github.com/1574158
# cheating
ln -s /usr/bin/python2 /usr/bin/python
# pathing scons
sed -i "s/python/&2/" tools/scons/scons.py
msg 'Selecting pre-compile of v8'
# move up to v8
cd deps/v8
@ -54,7 +54,7 @@ if [ "$CARCH" == "arm" ]; then
fi
if [ "$CARCH" == "armv7h" ]; then
msg 'pre-compiling v8 for v7'
../../tools/scons/scons.py arch=arm armeabi=hard mode=release snapshot=off
../../tools/scons/scons.py arch=arm armeabi=hard mode=release snapshot=off vfp3=on
fi
# go back to the node source directory
cd ../../