projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c841bee
)
AVR32: Use avr32-linux- cross-compilation prefix by default
author
Haavard Skinnemoen
<hskinnemoen@atmel.com>
Sat, 18 Nov 2006 16:24:31 +0000
(17:24 +0100)
committer
Haavard Skinnemoen
<hskinnemoen@atmel.com>
Sat, 14 Apr 2007 13:20:27 +0000
(15:20 +0200)
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>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
84b49fe
..
a668d45
100644
(file)
--- 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