am 861fea29: am 3fd89533: Merge "Make aarch64 more like arm wrt strict-aliasing."
* commit '861fea291dfcb9c536df9849e39f7ba3eca1cd52': Make aarch64 more like arm wrt strict-aliasing.
This commit is contained in:
commit
07d4b794b8
|
@ -73,6 +73,9 @@ endif
|
|||
|
||||
TARGET_NO_UNDEFINED_LDFLAGS := -Wl,--no-undefined
|
||||
|
||||
TARGET_GLOBAL_CFLAGS += \
|
||||
-fno-strict-aliasing \
|
||||
|
||||
android_config_h := $(call select-android-config-h,linux-aarch64)
|
||||
|
||||
TARGET_GLOBAL_CFLAGS += \
|
||||
|
|
Loading…
Reference in New Issue