forked from openkylin/platform_build
am d883749e: Merge "x86: add --warn-shared-textrel"
* commit 'd883749e600a34b5eb4db542d24946b25aa5c9fb': x86: add --warn-shared-textrel
This commit is contained in:
commit
7c56556d18
|
@ -144,6 +144,7 @@ TARGET_GLOBAL_LDFLAGS += -m32
|
|||
|
||||
TARGET_GLOBAL_LDFLAGS += -Wl,-z,noexecstack
|
||||
TARGET_GLOBAL_LDFLAGS += -Wl,-z,relro -Wl,-z,now
|
||||
TARGET_GLOBAL_LDFLAGS += -Wl,--warn-shared-textrel
|
||||
TARGET_GLOBAL_LDFLAGS += -Wl,--gc-sections
|
||||
|
||||
TARGET_C_INCLUDES := \
|
||||
|
|
Loading…
Reference in New Issue