Merge "Fix PIC default to be -fPIC"

This commit is contained in:
Nick Kralevich
2014-07-10 17:27:20 +00:00
committed by Gerrit Code Review
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 \