[U-Boot-Users] [patch] drop ppc default for size in MAKEALL

Mike Frysinger vapier at gentoo.org
Fri Jun 22 10:09:31 CEST 2007


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 at 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 


More information about the U-Boot mailing list