]> git.wh0rd.org - patches.git/blame - u-boot-MAKEALL-size.patch
initial import
[patches.git] / u-boot-MAKEALL-size.patch
CommitLineData
5e993f12 1diff --git a/MAKEALL b/MAKEALL
2index a9969a3..2ef75e9 100755
3--- a/MAKEALL
4+++ b/MAKEALL
5@@ -339,7 +339,7 @@ build_target() {
6 ${MAKE} ${JOBS} all 2>&1 >${LOG_DIR}/$target.MAKELOG \
7 | tee ${LOG_DIR}/$target.ERR
8
9- ${CROSS_COMPILE:-ppc_8xx-}size ${BUILD_DIR}/u-boot \
10+ ${CROSS_COMPILE}size ${BUILD_DIR}/u-boot \
11 | tee -a ${LOG_DIR}/$target.MAKELOG
12 }
13