Fix MIPS LE build problem
authorWolfgang Denk <wd@pollux.denx.de>
Fri, 21 Jul 2006 09:24:47 +0000 (11:24 +0200)
committerWolfgang Denk <wd@pollux.denx.de>
Fri, 21 Jul 2006 09:24:47 +0000 (11:24 +0200)
Patch by Thomas Lange, 10 Aug 2005

CHANGELOG
cpu/mips/config.mk

index 4f6da77..2c92f5b 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,9 @@
 Changes since U-Boot 1.1.4:
 ======================================================================
 
+* Fix MIPS LE build problem
+  Patch by Thomas Lange, 10 Aug 2005
+
 * Check argument count in "mii" command.
   Problem pointed out by Andrew Dyer, 13 Jun 2005
 
index c357615..b29986e 100644 (file)
@@ -21,7 +21,7 @@
 # MA 02111-1307 USA
 #
 v=$(shell \
-mips-linux-as --version|grep "GNU assembler"|awk '{print $$3}'|awk -F . '{print $$2}')
+$(CROSS_COMPILE)as --version|grep "GNU assembler"|awk '{print $$3}'|awk -F . '{print $$2}')
 MIPSFLAGS=$(shell \
 if [ "$v" -lt "14" ]; then \
        echo "-mcpu=4kc"; \