diff options
author | Nick Kralevich <nnk@google.com> | 2012-10-16 13:38:37 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-10-16 13:38:38 -0700 |
commit | 118d9eff86a8f58c6e5d0768f50b5c9d423b2625 (patch) | |
tree | 5d68d793939e1cb9cef2ee57e804a41df18fd23a /core/combo/TARGET_linux-arm.mk | |
parent | b47cbd0dd562a81666f2dfed00e5aa1cc56bc946 (diff) | |
parent | edfee7250f072cb148da6de04eacb834366bef38 (diff) | |
download | build-118d9eff86a8f58c6e5d0768f50b5c9d423b2625.zip build-118d9eff86a8f58c6e5d0768f50b5c9d423b2625.tar.gz build-118d9eff86a8f58c6e5d0768f50b5c9d423b2625.tar.bz2 |
Merge "arm: turn on -Wl,--fatal-warnings"
Diffstat (limited to 'core/combo/TARGET_linux-arm.mk')
-rw-r--r-- | core/combo/TARGET_linux-arm.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/combo/TARGET_linux-arm.mk b/core/combo/TARGET_linux-arm.mk index 854037d..4aa8576 100644 --- a/core/combo/TARGET_linux-arm.mk +++ b/core/combo/TARGET_linux-arm.mk @@ -138,6 +138,7 @@ TARGET_GLOBAL_LDFLAGS += \ -Wl,-z,relro \ -Wl,-z,now \ -Wl,--warn-shared-textrel \ + -Wl,--fatal-warnings \ -Wl,--icf=safe \ $(arch_variant_ldflags) |