diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-10-13 10:15:01 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-10-13 10:15:01 +0000 |
commit | f53d9ece642824fb7a7c73c5d99e8c514bee15e6 (patch) | |
tree | d6f78b94afed41cc36958ef4206199c62a3a04ee /toolchain/gcc | |
parent | 8e650f6ec028b3eddd8cce67843ac1ef9a058398 (diff) | |
download | buildroot-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')
-rw-r--r-- | toolchain/gcc/Config.in | 7 |
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 |