nodejs: v7h .. is v7h :/

This commit is contained in:
WarheadsSE 2012-02-04 22:33:47 -05:00
parent f886542565
commit 6900e9803f

View file

@ -48,11 +48,11 @@ if [ "$CARCH" == "arm" ]; then
# v8 thinks armv5te can use unaligned.. the kirkwood can't!
CCFLAGS="$CCFLAGS -march=armv5t" ;
export CCFLAGS ;
scons arch=arm armeabi=soft mode=release
../../tools/scons/scons.py arch=arm armeabi=soft mode=release snapshot=off
fi
if [ "$CARCH" == "armv7" ]; then
if [ "$CARCH" == "armv7h" ]; then
msg 'pre-compiling v8 for v7'
../../tools/scons/scons.py arch=arm armeabi=hard mode=release
../../tools/scons/scons.py arch=arm armeabi=hard mode=release snapshot=off
fi
# go back to the node source directory
cd ../../