From 3d47689f22efd887728f8595788a8ebd4d312838 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Wed, 4 Feb 2015 19:14:15 +0100 Subject: [PATCH] Show the ARMv6/ARMv5 options only for ARMEABI --- compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile.sh b/compile.sh index 3e6808fb9..afb6d1921 100755 --- a/compile.sh +++ b/compile.sh @@ -105,7 +105,7 @@ export GCCVER export ANDROID_API # XXX : important! -[ "$HAVE_ARM" = 1 ] && cat << EOF +[ ${ANDROID_ABI} = "armeabi" ] && cat << EOF For an ARMv6 device without FPU: $ export NO_FPU=1 For an ARMv5 device: -- GitLab