public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: "Andreas Bießmann" <andreas.devel@googlemail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 3/3] Makefile: fix readelf usage
Date: Tue,  2 Jul 2013 08:37:37 +0200	[thread overview]
Message-ID: <1372747057-85539-4-git-send-email-andreas.devel@googlemail.com> (raw)
In-Reply-To: <1372747057-85539-1-git-send-email-andreas.devel@googlemail.com>

Some OS (like OS X) do not provide a generic readelf. We should enforce to use
the toochain provided readelf instead, to do so use $(CROSS_COMPILE)readelf.

Signed-off-by: Andreas Bie?mann <andreas.devel@googlemail.com>
Tested-by: Lubomir Popov <lpopov@mm-sol.com>
---
Changes in v2: None

 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index ba1c10b..446c2f8 100644
--- a/Makefile
+++ b/Makefile
@@ -747,7 +747,7 @@ endif	# config.mk
 # ARM relocations should all be R_ARM_RELATIVE.
 checkarmreloc: $(obj)u-boot
 	@if test "R_ARM_RELATIVE" != \
-		"`readelf -r $< | cut -d ' ' -f 4 | grep R_ARM | sort -u`"; \
+		"`$(CROSS_COMPILE)readelf -r $< | cut -d ' ' -f 4 | grep R_ARM | sort -u`"; \
 		then echo "$< contains relocations other than \
 		R_ARM_RELATIVE"; false; fi
 
-- 
1.8.3.1

  parent reply	other threads:[~2013-07-02  6:37 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-02  6:37 [U-Boot] [PATCH v2 0/3] Adopt u-boot build to OS X Andreas Bießmann
2013-07-02  6:37 ` [U-Boot] [PATCH v2 1/3] lib/rsa/rsa-sig.c: compile on " Andreas Bießmann
2013-07-02  6:37 ` [U-Boot] [PATCH v2 2/3] tools/proftool: remove REG_NOERROR Andreas Bießmann
2013-07-02 18:19   ` Jeroen Hofstee
2013-07-03 14:24   ` Simon Glass
2013-07-02  6:37 ` Andreas Bießmann [this message]
2013-07-03 19:34 ` [U-Boot] [PATCH v2 0/3] Adopt u-boot build to OS X Tom Rini

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=1372747057-85539-4-git-send-email-andreas.devel@googlemail.com \
    --to=andreas.devel@googlemail.com \
    --cc=u-boot@lists.denx.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