summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFred Hornsey <hornseyf@objectcomputing.com>2018-10-30 17:19:29 -0500
committerFred Hornsey <hornseyf@objectcomputing.com>2018-10-30 17:19:29 -0500
commit40af509ec08305295db1db5e8c4ed6b74eb13ec8 (patch)
treedb27a83fecdace5c5879bf4ccd5a42d726cde830
parent55dfd83e68b0bdd90b0d29c1ee20a3906156a02e (diff)
downloadATCD-40af509ec08305295db1db5e8c4ed6b74eb13ec8.tar.gz
platform_android.GNU: Fix android_neon
-rw-r--r--ACE/include/makeinclude/platform_android.GNU4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/include/makeinclude/platform_android.GNU b/ACE/include/makeinclude/platform_android.GNU
index fd4708fe2de..813d56ba29b 100644
--- a/ACE/include/makeinclude/platform_android.GNU
+++ b/ACE/include/makeinclude/platform_android.GNU
@@ -50,7 +50,7 @@ endif
android_neon ?= 0
ifeq ($(ANDROID_ABI),armeabi-v7a-with-neon)
- ANDROID_ABI = armeabi-v7a
+ ANDROID_ABI := armeabi-v7a
android_neon := 1
endif
@@ -60,7 +60,7 @@ endif
ifeq ($(ANDROID_ABI),armeabi-v7a)
CROSS_COMPILE := arm-linux-androideabi-
FLAGS_C_CC += -march=armv7-a -mfloat-abi=softfp
- ifeq ($(android_neon),0)
+ ifeq ($(android_neon),1)
FLAGS_C_CC += -mfpu=neon
else
FLAGS_C_CC += -mfpu=vfpv3-d16