diff options
author | Elliott Hughes <enh@google.com> | 2014-06-30 22:48:54 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2014-06-26 18:33:52 +0000 |
commit | 4b7ba41704a8f028ffdf9f2c8bff57d9d4055f93 (patch) | |
tree | 36fc90b2bd2ef4f30a2ebc5656f23ba7c269a0b0 | |
parent | 51254e6c6065c0c771886472853e6dbc5377c6ae (diff) | |
parent | 3beb51692e7726ffb295142bfe8735ee7c316103 (diff) | |
download | build-4b7ba41704a8f028ffdf9f2c8bff57d9d4055f93.zip build-4b7ba41704a8f028ffdf9f2c8bff57d9d4055f93.tar.gz build-4b7ba41704a8f028ffdf9f2c8bff57d9d4055f93.tar.bz2 |
Merge "Add -Wl,--fatal-warnings to x86_64."
-rw-r--r-- | core/combo/TARGET_linux-x86_64.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/combo/TARGET_linux-x86_64.mk b/core/combo/TARGET_linux-x86_64.mk index e24f548..43e12b1 100644 --- a/core/combo/TARGET_linux-x86_64.mk +++ b/core/combo/TARGET_linux-x86_64.mk @@ -161,6 +161,7 @@ TARGET_GLOBAL_LDFLAGS += -m64 TARGET_GLOBAL_LDFLAGS += -Wl,-z,noexecstack TARGET_GLOBAL_LDFLAGS += -Wl,-z,relro -Wl,-z,now TARGET_GLOBAL_LDFLAGS += -Wl,--warn-shared-textrel +TARGET_GLOBAL_LDFLAGS += -Wl,--fatal-warnings TARGET_GLOBAL_LDFLAGS += -Wl,--gc-sections TARGET_C_INCLUDES := \ |