* [ptxdist] [PATCH] at91bootstrap2: add wrapper blacklist
@ 2017-11-07 9:06 Ladislav Michl
0 siblings, 0 replies; only message in thread
From: Ladislav Michl @ 2017-11-07 9:06 UTC (permalink / raw)
To: ptxdist
at91bootstrap2 build gets confused with .gnu.build-id section present.
Fix that by blacklisting TARGET_BUILD_ID and while there add the same
blacklist as barebox_mlo adds.
Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
---
rules/at91bootstrap2.make | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/rules/at91bootstrap2.make b/rules/at91bootstrap2.make
index 33c7003f4..7f28a0650 100644
--- a/rules/at91bootstrap2.make
+++ b/rules/at91bootstrap2.make
@@ -30,6 +30,13 @@ AT91BOOTSTRAP2_LICENSE := unknown
# Prepare
# ----------------------------------------------------------------------------
+AT91BOOTSTRAP2_WRAPPER_BLACKLIST := \
+ TARGET_HARDEN_RELRO \
+ TARGET_HARDEN_BINDNOW \
+ TARGET_HARDEN_PIE \
+ TARGET_DEBUG \
+ TARGET_BUILD_ID
+
AT91BOOTSTRAP2_PATH := PATH=$(CROSS_PATH)
AT91BOOTSTRAP2_MAKEVARS := \
HOSTCC=$(HOSTCC) \
--
2.11.0
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2017-11-07 9:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-07 9:06 [ptxdist] [PATCH] at91bootstrap2: add wrapper blacklist Ladislav Michl
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox