summaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/Config.in
diff options
context:
space:
mode:
authorUlf Samuelsson <ulf.samuelsson@atmel.com>2007-10-13 10:15:01 +0000
committerUlf Samuelsson <ulf.samuelsson@atmel.com>2007-10-13 10:15:01 +0000
commitf53d9ece642824fb7a7c73c5d99e8c514bee15e6 (patch)
treed6f78b94afed41cc36958ef4206199c62a3a04ee /toolchain/gcc/Config.in
parent8e650f6ec028b3eddd8cce67843ac1ef9a058398 (diff)
downloadbuildroot-novena-f53d9ece642824fb7a7c73c5d99e8c514bee15e6.tar.gz
buildroot-novena-f53d9ece642824fb7a7c73c5d99e8c514bee15e6.zip
Update AVR32 toolchain with new binutils and uClibc, This time it works (cross-fingers)
Diffstat (limited to 'toolchain/gcc/Config.in')
-rw-r--r--toolchain/gcc/Config.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in
index 9d844396c..20b8b0312 100644
--- a/toolchain/gcc/Config.in
+++ b/toolchain/gcc/Config.in
@@ -4,7 +4,8 @@ comment "GCC Options"
choice
prompt "GCC compiler Version"
- default BR2_GCC_VERSION_4_2_1
+ default BR2_GCC_VERSION_4_2_1 if !BR2_avr32
+ default BR2_GCC_VERSION_4_1_2 if BR2_avr32
help
Select the version of gcc you wish to use.
@@ -19,6 +20,7 @@ choice
config BR2_GCC_VERSION_4_1_2
depends !BR2_nios2
+ depends BR2_EXT_GCC_VERSION_4_1_2
bool "gcc 4.1.2"
config BR2_GCC_VERSION_4_2_0
@@ -27,7 +29,8 @@ choice
bool "gcc 4.2.0"
config BR2_GCC_VERSION_4_2_1
- depends !BR2_avr32 && !BR2_nios2
+ depends !BR2_nios2
+ depends BR2_EXT_GCC_VERSION_4_2_1
bool "gcc 4.2.1"
# config BR2_GCC_VERSION_4_3