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

* commit '1b3914f595a6c961d597d7dc66fb95f8f2afef24':
  arm: add --warn-shared-textrel
This commit is contained in:
Nick Kralevich 2012-08-10 14:15:24 -07:00 committed by Android Git Automerger
commit ec249e8c54
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)