diff options
author | Andrew Hsieh <andrewhsieh@google.com> | 2015-04-09 12:37:36 +0800 |
---|---|---|
committer | Andrew Hsieh <andrewhsieh@google.com> | 2015-04-09 12:37:36 +0800 |
commit | 54b22a5a706f6556cda6ef3de13b9b0bdc22e989 (patch) | |
tree | 3d1577dcaefeece331a20e2da435a9f7e6516e10 /core/combo/TARGET_linux-arm64.mk | |
parent | 87df99f2f644802933cf937f19fe0ca269770e5f (diff) | |
download | build-54b22a5a706f6556cda6ef3de13b9b0bdc22e989.zip build-54b22a5a706f6556cda6ef3de13b9b0bdc22e989.tar.gz build-54b22a5a706f6556cda6ef3de13b9b0bdc22e989.tar.bz2 |
Enable linker -fix-cortex-a53-843419
Change-Id: Icb8a4ce4d5688847cfe536eba2139cdf7f6406f3
Diffstat (limited to 'core/combo/TARGET_linux-arm64.mk')
-rw-r--r-- | core/combo/TARGET_linux-arm64.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/combo/TARGET_linux-arm64.mk b/core/combo/TARGET_linux-arm64.mk index 07a1de9..c66b099 100644 --- a/core/combo/TARGET_linux-arm64.mk +++ b/core/combo/TARGET_linux-arm64.mk @@ -114,6 +114,7 @@ TARGET_GLOBAL_LDFLAGS += \ -Wl,--fatal-warnings \ -Wl,-maarch64linux \ -Wl,--hash-style=gnu \ + -Wl,--fix-cortex-a53-843419 \ $(arch_variant_ldflags) # Disable transitive dependency library symbol resolving. |