summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2015-12-14 16:29:36 -0800
committerDan Willemsen <dwillemsen@google.com>2015-12-14 16:33:53 -0800
commit5a3e01f63f7885f69e5783d8e9a588d4720fc15c (patch)
tree5454cb17ef32854d267bef7b21a6150bbffd97bb
parent1c2f771b6fb63b5923e7b7c0f011cfbcb2893a68 (diff)
downloadflo-5a3e01f63f7885f69e5783d8e9a588d4720fc15c.tar.gz
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
-rwxr-xr-xBoardConfigCommon.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index bfd9de3..e1486a0 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