public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Mike Frysinger <vapier@gentoo.org>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [patch] drop ppc default for size in MAKEALL
Date: Fri, 22 Jun 2007 04:09:31 -0400	[thread overview]
Message-ID: <200706220409.32306.vapier@gentoo.org> (raw)

the host `size` should be sufficient for most cases when CROSS_COMPILE is not 
set when running MAKEALL ... better than getting a weird warning about 
ppc_8xx-size not being found

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
---
diff --git a/MAKEALL b/MAKEALL
index a9969a3..2ef75e9 100755
--- a/MAKEALL
+++ b/MAKEALL
@@ -339,7 +339,7 @@ build_target() {
 	${MAKE} ${JOBS} all 2>&1 >${LOG_DIR}/$target.MAKELOG \
 				| tee ${LOG_DIR}/$target.ERR
 
-	${CROSS_COMPILE:-ppc_8xx-}size ${BUILD_DIR}/u-boot \
+	${CROSS_COMPILE}size ${BUILD_DIR}/u-boot \
 				| tee -a ${LOG_DIR}/$target.MAKELOG
 }
 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 827 bytes
Desc: This is a digitally signed message part.
Url : http://lists.denx.de/pipermail/u-boot/attachments/20070622/d7510955/attachment.pgp 

             reply	other threads:[~2007-06-22  8:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-06-22  8:09 Mike Frysinger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2007-01-12  4:14 [U-Boot-Users] [patch] drop ppc default for size in MAKEALL Mike Frysinger

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=200706220409.32306.vapier@gentoo.org \
    --to=vapier@gentoo.org \
    --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