public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] [patch] drop ppc default for size in MAKEALL
@ 2007-01-12  4:14 Mike Frysinger
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger @ 2007-01-12  4:14 UTC (permalink / raw)
  To: u-boot

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
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 827 bytes
Desc: not available
Url : http://lists.denx.de/pipermail/u-boot/attachments/20070111/dd2dc14a/attachment.pgp 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: u-boot-MAKEALL-size.patch
Type: text/x-diff
Size: 365 bytes
Desc: not available
Url : http://lists.denx.de/pipermail/u-boot/attachments/20070111/dd2dc14a/attachment.patch 

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [U-Boot-Users] [patch] drop ppc default for size in MAKEALL
@ 2007-06-22  8:09 Mike Frysinger
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger @ 2007-06-22  8:09 UTC (permalink / raw)
  To: u-boot

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 

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-06-22  8:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-12  4:14 [U-Boot-Users] [patch] drop ppc default for size in MAKEALL Mike Frysinger
  -- strict thread matches above, loose matches on Subject: below --
2007-06-22  8:09 Mike Frysinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox