am 6ff84956: Merge "Fix PIC default to be -fPIC"

* commit '6ff849568c94c53c8a722f71f33c1e688ebbed74':
  Fix PIC default to be -fPIC
This commit is contained in:
Nick Kralevich 2014-07-11 01:56:46 +00:00 committed by Android Git Automerger
commit 8689b90bcf
2 changed files with 2 additions and 2 deletions

View File

@ -112,7 +112,7 @@ $(combo_2nd_arch_prefix)TARGET_GLOBAL_CFLAGS += \
-Werror=format-security \
-D_FORTIFY_SOURCE=2 \
-Wstrict-aliasing=2 \
-fPIC -fPIE \
-fPIC \
-ffunction-sections \
-finline-functions \
-finline-limit=300 \

View File

@ -110,7 +110,7 @@ TARGET_GLOBAL_CFLAGS += \
-Werror=format-security \
-D_FORTIFY_SOURCE=2 \
-Wstrict-aliasing=2 \
-fPIC -fPIE \
-fPIC \
-ffunction-sections \
-finline-functions \
-finline-limit=300 \