From 3042bbef6bbf9fbbc4414203145a411262bea70e Mon Sep 17 00:00:00 2001 From: Dan Willemsen Date: Mon, 14 Dec 2015 16:29:36 -0800 Subject: Remove TARGET_GLOBAL_CFLAGS use This doesn't do anything - TARGET_GLOBAL_CFLAGS is reset in build/core/combo/select.mk. (And these options are already in the global cflags for ARMv7 targets). BoardConfig files also should not be changing global cflags. Change-Id: Ie6944a8e14dd7aeb17a0c8f241511bc05a26d851 --- BoardConfigCommon.mk | 2 -- 1 file changed, 2 deletions(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 8204fa0..0abdf4a 100755 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -14,8 +14,6 @@ # limitations under the License. # -TARGET_GLOBAL_CFLAGS += -mfpu=neon -mfloat-abi=softfp -TARGET_GLOBAL_CPPFLAGS += -mfpu=neon -mfloat-abi=softfp TARGET_CPU_ABI := armeabi-v7a TARGET_CPU_ABI2 := armeabi TARGET_ARCH := arm -- cgit v1.2.3