projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f780aa
)
Do not specify a CROSS_COMPILE default when executing size
author
Mike Frysinger
<vapier@gentoo.org>
Mon, 28 Jan 2008 10:56:19 +0000
(
05:56
-0500)
committer
Wolfgang Denk
<wd@denx.de>
Thu, 14 Feb 2008 22:41:40 +0000
(23:41 +0100)
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
MAKEALL
patch
|
blob
|
history
diff --git
a/MAKEALL
b/MAKEALL
index d66a5fa1aad9566a9e31515e4f3afde9f0d4ead5..2aff4da1081f29c4c58597edb12e44336537c9c7 100755
(executable)
--- a/
MAKEALL
+++ b/
MAKEALL
@@
-721,7
+721,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
}