mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
nodejs: v7h .. is v7h :/
This commit is contained in:
parent
f886542565
commit
6900e9803f
1 changed files with 3 additions and 3 deletions
|
@ -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 ../../
|
||||
|
|
Loading…
Reference in a new issue