commit
e6f47ace30
1 changed files with 2 additions and 0 deletions
|
@ -97,12 +97,14 @@ TARGET_GLOBAL_CFLAGS += \
|
||||||
-ffunction-sections \
|
-ffunction-sections \
|
||||||
-funwind-tables \
|
-funwind-tables \
|
||||||
-fstack-protector \
|
-fstack-protector \
|
||||||
|
-Wa,--noexecstack \
|
||||||
-fno-short-enums \
|
-fno-short-enums \
|
||||||
$(arch_variant_cflags) \
|
$(arch_variant_cflags) \
|
||||||
-include $(android_config_h) \
|
-include $(android_config_h) \
|
||||||
-I $(arch_include_dir)
|
-I $(arch_include_dir)
|
||||||
|
|
||||||
TARGET_GLOBAL_LDFLAGS += \
|
TARGET_GLOBAL_LDFLAGS += \
|
||||||
|
-Wl,-z,noexecstack \
|
||||||
$(arch_variant_ldflags)
|
$(arch_variant_ldflags)
|
||||||
|
|
||||||
# We only need thumb interworking in cases where thumb support
|
# We only need thumb interworking in cases where thumb support
|
||||||
|
|
Loading…
Reference in a new issue