summaryrefslogtreecommitdiffstats
path: root/rules/templates/template-barebox-make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2019-02-21 06:31:35 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-02-21 15:09:05 +0100
commit6882ddc29fda973c0245bc148720efd601f40acd (patch)
tree786a05523403589774dcba68c25dea1867f11b16 /rules/templates/template-barebox-make
parenta1908d5b4b86f95f84e189a24487513ca326b6b1 (diff)
downloadptxdist-6882ddc29fda973c0245bc148720efd601f40acd.tar.gz
ptxdist-6882ddc29fda973c0245bc148720efd601f40acd.tar.xz
hardening: add option for -fstack-clash-protection
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/templates/template-barebox-make')
-rw-r--r--rules/templates/template-barebox-make1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules/templates/template-barebox-make b/rules/templates/template-barebox-make
index 6391f4e6b..282de8846 100644
--- a/rules/templates/template-barebox-make
+++ b/rules/templates/template-barebox-make
@@ -34,6 +34,7 @@ BAREBOX_@PACKAGE@_SOURCE := $(SRCDIR)/$(BAREBOX_@PACKAGE@).$(BAREBOX_@PACKAGE@_S
BAREBOX_@PACKAGE@_PATH := PATH=$(HOST_PATH)
BAREBOX_@PACKAGE@_WRAPPER_BLACKLIST := \
+ TARGET_HARDEN_STACKCLASH \
TARGET_HARDEN_RELRO \
TARGET_HARDEN_BINDNOW \
TARGET_HARDEN_PIE \