diff options
author | Pawit Pornkitprasan <p.pawit@gmail.com> | 2012-03-05 21:35:41 +0700 |
---|---|---|
committer | Pawit Pornkitprasan <p.pawit@gmail.com> | 2012-03-05 21:36:54 +0700 |
commit | 1c60316d431000bf0fdc60b541ba216e497111cc (patch) | |
tree | 06aa5a3b7e1511519c5340226d592665fc5a97af | |
parent | 1d85478a3cbffc1325669764496dfca96a8cc5c0 (diff) | |
download | device_samsung_aries-common-1c60316d431000bf0fdc60b541ba216e497111cc.zip device_samsung_aries-common-1c60316d431000bf0fdc60b541ba216e497111cc.tar.gz device_samsung_aries-common-1c60316d431000bf0fdc60b541ba216e497111cc.tar.bz2 |
aries-common: Remove global CFLAGS
mfpu and mfloat-abi are already set in the build system
crespo doesn't set mtune and we want to remain consistent
Also see http://review.cyanogenmod.com/13035
-rw-r--r-- | BoardConfigCommon.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 4b28394..aca6f78 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -26,8 +26,6 @@ TARGET_CPU_ABI := armeabi-v7a TARGET_CPU_ABI2 := armeabi TARGET_ARCH_VARIANT := armv7-a-neon ARCH_ARM_HAVE_TLS_REGISTER := true -TARGET_GLOBAL_CFLAGS += -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -TARGET_GLOBAL_CPPFLAGS += -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp TARGET_NO_BOOTLOADER := true TARGET_NO_RADIOIMAGE := true |