community/v8: armv6h bits

This commit is contained in:
Kevin Mihelich 2012-07-29 19:14:17 +00:00
parent 726f248bb3
commit 8e5a60aa61

View file

@ -27,6 +27,9 @@ if [ "$CARCH" == "arm" ]; then
export CCFLAGS ; export CCFLAGS ;
CARCH_V8="armeabi=soft" CARCH_V8="armeabi=soft"
fi fi
if [ "$CARCH" == "armv6h" ]; then
CARCH_V8="armeabi=hard vfpv3=off"
fi
if [ "$CARCH" == "armv7h" ]; then if [ "$CARCH" == "armv7h" ]; then
CARCH_V8="armeabi=hard vfpv3=on" CARCH_V8="armeabi=hard vfpv3=on"
fi fi