diff options
| author | Dan Willemsen <dwillemsen@google.com> | 2015-12-14 16:29:36 -0800 |
|---|---|---|
| committer | Zhao Wei Liew <zhaoweiliew@gmail.com> | 2016-02-15 17:46:56 +0800 |
| commit | 3042bbef6bbf9fbbc4414203145a411262bea70e (patch) | |
| tree | 8511d07e899d841a722251d08ffabbaa836dec28 | |
| parent | eb9cd783b8d255ea833c35c6a567e100c131124e (diff) | |
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-x | BoardConfigCommon.mk | 2 |
1 files changed, 0 insertions, 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 |
