diff options
author | Elliott Hughes <enh@google.com> | 2014-06-30 14:52:30 -0700 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2014-06-30 14:52:30 -0700 |
commit | 3beb51692e7726ffb295142bfe8735ee7c316103 (patch) | |
tree | 57a286d89b1e92e1faeff00eb0d86892fb7f8012 /core | |
parent | e1b43254b72613e6bf9ac994c1b3f07e0020ed9c (diff) | |
download | build-3beb51692e7726ffb295142bfe8735ee7c316103.zip build-3beb51692e7726ffb295142bfe8735ee7c316103.tar.gz build-3beb51692e7726ffb295142bfe8735ee7c316103.tar.bz2 |
Add -Wl,--fatal-warnings to x86_64.
Bug: 11358761
Change-Id: I0c86a2ce3f95e89cc6c6eed65f3595922a90f45f
Diffstat (limited to 'core')
-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 := \ |