mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Ladislav Michl <ladis@linux-mips.org>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH] at91bootstrap2: add wrapper blacklist
Date: Tue, 7 Nov 2017 10:06:37 +0100	[thread overview]
Message-ID: <20171107090637.hgrra7vi5g4njjwc@lenoch> (raw)

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

                 reply	other threads:[~2017-11-07  9:06 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20171107090637.hgrra7vi5g4njjwc@lenoch \
    --to=ladis@linux-mips.org \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox