
22 Jul
2006
22 Jul
'06
8:47 p.m.
In message 1123653934.29961.11.camel@localhost.localdomain you wrote:
diff --git a/cpu/mips/config.mk b/cpu/mips/config.mk --- a/cpu/mips/config.mk +++ b/cpu/mips/config.mk @@ -24,9 +24,17 @@ v=$(shell \ mips-linux-as --version|grep "GNU assembler"|awk '{print $$3}'|awk -F . '{print $$2}')
Should this be, like: $(CROSS_COMPILE)as --version|grep "GNU assembler"|awk '{print $$3}'|awk -F . '{print $$2}')
Because my compiler is: mipsel-linux-gcc
Applied, thanks for pointing out.
Best regards,
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de
I have a theory that it's impossible to prove anything, but I can't
prove it.