* [U-Boot-Users] [MIPS] cpu/mips/cofigl.mk: Make a needlessly deffered expansion immediate.
@ 2008-02-23 7:58 Shinya Kuribayashi
2008-02-23 8:44 ` Wolfgang Denk
0 siblings, 1 reply; 2+ messages in thread
From: Shinya Kuribayashi @ 2008-02-23 7:58 UTC (permalink / raw)
To: u-boot
This reduces the build time by ~10%. Here's the gth2_config example.
BEFORE AFTER
real 0m31.441s 0m27.833s
user 0m24.766s 0m23.045s
sys 0m10.425s 0m7.468s
Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
---
cpu/mips/config.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/cpu/mips/config.mk b/cpu/mips/config.mk
index ad03bd6..b505a42 100644
--- a/cpu/mips/config.mk
+++ b/cpu/mips/config.mk
@@ -21,7 +21,7 @@
# MA 02111-1307 USA
#
v=$(shell $(AS) --version |grep "GNU assembler" |cut -d. -f2)
-MIPSFLAGS=$(shell \
+MIPSFLAGS:=$(shell \
if [ "$v" -lt "14" ]; then \
echo "-mcpu=4kc"; \
else \
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [U-Boot-Users] [MIPS] cpu/mips/cofigl.mk: Make a needlessly deffered expansion immediate.
2008-02-23 7:58 [U-Boot-Users] [MIPS] cpu/mips/cofigl.mk: Make a needlessly deffered expansion immediate Shinya Kuribayashi
@ 2008-02-23 8:44 ` Wolfgang Denk
0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Denk @ 2008-02-23 8:44 UTC (permalink / raw)
To: u-boot
In message <47BFD231.7010307@ruby.dti.ne.jp> you wrote:
> This reduces the build time by ~10%. Here's the gth2_config example.
>
> BEFORE AFTER
> real 0m31.441s 0m27.833s
> user 0m24.766s 0m23.045s
> sys 0m10.425s 0m7.468s
>
> Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
Applied, thanks!
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
It would be illogical to kill without reason
-- Spock, "Journey to Babel", stardate 3842.4
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-02-23 8:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-23 7:58 [U-Boot-Users] [MIPS] cpu/mips/cofigl.mk: Make a needlessly deffered expansion immediate Shinya Kuribayashi
2008-02-23 8:44 ` Wolfgang Denk
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.