From: Haavard Skinnemoen Date: Sat, 18 Nov 2006 16:24:31 +0000 (+0100) Subject: AVR32: Use avr32-linux- cross-compilation prefix by default X-Git-Tag: v1.3.0-rc1~110^2~16 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5374b36de91d006d1df9536259fa9f66b01aa3aa;p=kernel%2Fu-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 --- diff --git a/Makefile b/Makefile index 84b49fe..a668d45 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