commit | 3fd895336dc7cfe219be4e1d49096bf53e661503 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Dec 17 15:39:06 2013 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Dec 17 15:39:06 2013 +0000 |
tree | a8d54aae81dd2b857afdd2fde97a1e4b616d82b5 | |
parent | 657eadd4b78b91185ca2042ffb7f92be84e6c1c4 [diff] | |
parent | c294779d7f6ddabbb6e009fa6dafa9d70ce4eb29 [diff] |
Merge "Make aarch64 more like arm wrt strict-aliasing."
diff --git a/core/combo/TARGET_linux-aarch64.mk b/core/combo/TARGET_linux-aarch64.mk index 1b24435..d5eba6e 100644 --- a/core/combo/TARGET_linux-aarch64.mk +++ b/core/combo/TARGET_linux-aarch64.mk
@@ -73,6 +73,9 @@ 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 += \