From: Haavard Skinnemoen <hskinnemoen@atmel.com>
Date: Sat, 18 Nov 2006 16:24:31 +0000 (+0100)
Subject: AVR32: Use avr32-linux- cross-compilation prefix by default
X-Git-Tag: v2025.01-rc5-pxa1908~22789^2~16
X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-favicon.png?a=commitdiff_plain;h=5374b36de91d006d1df9536259fa9f66b01aa3aa;p=u-boot.git

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>
---

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