am 62481e30: Merge "arm: add --warn-shared-textrel" into jb-mr1-dev

* commit '62481e30f331c09aed4270cbd6ee87b7a6baeb6e':
  arm: add --warn-shared-textrel
This commit is contained in:
Nick Kralevich 2012-08-10 14:13:00 -07:00 committed by Android Git Automerger
commit 1b3914f595
1 changed files with 1 additions and 0 deletions

View File

@ -138,6 +138,7 @@ TARGET_GLOBAL_LDFLAGS += \
-Wl,-z,noexecstack \
-Wl,-z,relro \
-Wl,-z,now \
-Wl,--warn-shared-textrel \
-Wl,--icf=safe \
$(arch_variant_ldflags)