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

22 Jun
2007
22 Jun
'07
10:09 a.m.
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 }
6530
Age (days ago)
6530
Last active (days ago)
0 comments
1 participants
participants (1)
-
Mike Frysinger