From 8e5a60aa61be0591400deac1bc4d07c748c72d61 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Sun, 29 Jul 2012 19:14:17 +0000 Subject: [PATCH] community/v8: armv6h bits --- community/v8/PKGBUILD | 3 +++ 1 file changed, 3 insertions(+) diff --git a/community/v8/PKGBUILD b/community/v8/PKGBUILD index b4601bf9d..f7cd63d57 100644 --- a/community/v8/PKGBUILD +++ b/community/v8/PKGBUILD @@ -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