mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/v8: armv6h bits
This commit is contained in:
parent
726f248bb3
commit
8e5a60aa61
1 changed files with 3 additions and 0 deletions
|
@ -27,6 +27,9 @@ if [ "$CARCH" == "arm" ]; then
|
|||
export CCFLAGS ;
|
||||
CARCH_V8="armeabi=soft"
|
||||
fi
|
||||
if [ "$CARCH" == "armv6h" ]; then
|
||||
CARCH_V8="armeabi=hard vfpv3=off"
|
||||
fi
|
||||
if [ "$CARCH" == "armv7h" ]; then
|
||||
CARCH_V8="armeabi=hard vfpv3=on"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue