summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorHaavard Skinnemoen <hskinnemoen@atmel.com>2006-11-18 17:24:31 +0100
committerHaavard Skinnemoen <hskinnemoen@atmel.com>2007-04-14 15:20:27 +0200
commit5374b36de91d006d1df9536259fa9f66b01aa3aa (patch)
tree2b8462a4f776eb6926611f774ab5dd9b39211558 /Makefile
parentc841beeddebece0039e724fb27f4d1a39ee1c6b6 (diff)
downloadblackbird-obmc-uboot-5374b36de91d006d1df9536259fa9f66b01aa3aa.tar.gz
blackbird-obmc-uboot-5374b36de91d006d1df9536259fa9f66b01aa3aa.zip
AVR32: Use avr32-linux- cross-compilation prefix by default
It doesn't really matter which toolchain you use to compile u-boot, but the avr32-linux one is probably what most people have installed. Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 84b49fe1b3..a668d4556e 100644
--- a/Makefile
+++ b/Makefile
@@ -149,7 +149,7 @@ ifeq ($(ARCH),blackfin)
CROSS_COMPILE = bfin-uclinux-
endif
ifeq ($(ARCH),avr32)
-CROSS_COMPILE = avr32-
+CROSS_COMPILE = avr32-linux-
endif
endif
endif
OpenPOWER on IntegriCloud