summaryrefslogtreecommitdiffstats
path: root/cpu/mips/config.mk
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.denx.de>2006-07-21 11:24:47 +0200
committerWolfgang Denk <wd@pollux.denx.de>2006-07-21 11:24:47 +0200
commit0352f17687b4582c5ee62905aed35130d77501cc (patch)
treea1de3f399712862d3ed73d99ac50e592c83d5265 /cpu/mips/config.mk
parent311d802790d987e7ce04f5b0dd0527cc8a6c09e6 (diff)
downloadblackbird-obmc-uboot-0352f17687b4582c5ee62905aed35130d77501cc.tar.gz
blackbird-obmc-uboot-0352f17687b4582c5ee62905aed35130d77501cc.zip
Fix MIPS LE build problem
Patch by Thomas Lange, 10 Aug 2005
Diffstat (limited to 'cpu/mips/config.mk')
-rw-r--r--cpu/mips/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/mips/config.mk b/cpu/mips/config.mk
index c357615c03..b29986e26b 100644
--- a/cpu/mips/config.mk
+++ b/cpu/mips/config.mk
@@ -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"; \
OpenPOWER on IntegriCloud