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

* commit '8689b90bcfdc92c94475901935b5f6efae0c9abc':
  Fix PIC default to be -fPIC
This commit is contained in:
Nick Kralevich 2014-07-14 18:17:18 +00:00 committed by Android Git Automerger
commit d07a58bc6d
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 \