ref: fc06d8783b7032e0c631a07700d9425645c0b3ba
parent: b5a9a83c694e02539ed05bc13d658357bf333fb4
author: Martin Storsjö <martin@martin.st>
date: Thu Feb 20 07:00:15 EST 2014
Pass the right -mfpu flags for the armeabi-v7a target without NEON
--- a/build/platform-android.mk
+++ b/build/platform-android.mk
@@ -11,6 +11,8 @@
CFLAGS += -march=armv7-a -mfloat-abi=softfp
ifeq (Yes, $(HAVE_NEON))
CFLAGS += -mfpu=neon
+else
+ CFLAGS += -mfpu=vfpv3-d16
endif
LDFLAGS += -march=armv7-a -Wl,--fix-cortex-a8
APP_ABI = armeabi-v7a