* commit '0f798297636ea07f1a87412776d48a57888ea8fe': x86: turn on -Wl,--fatal-warnings
This commit is contained in:
commit
3ee5710d69
1 changed files with 1 additions and 0 deletions
|
@ -185,6 +185,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,--fatal-warnings
|
||||
TARGET_GLOBAL_LDFLAGS += -Wl,--gc-sections
|
||||
|
||||
TARGET_C_INCLUDES := \
|
||||
|
|
Loading…
Reference in a new issue