]> git.wh0rd.org Git - patches.git/blob - u-boot-MAKEALL-size.patch
scummvm random work
[patches.git] / u-boot-MAKEALL-size.patch
1 diff --git a/MAKEALL b/MAKEALL
2 index 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