diff options
author | Nigel Kukard <nkukard@lbsd.net> | 2008-03-28 21:03:04 +0000 |
---|---|---|
committer | Nigel Kukard <nkukard@lbsd.net> | 2008-03-28 21:03:04 +0000 |
commit | 643dd9b609261abdd894fc084a23701ef8f05b40 (patch) | |
tree | 4a7378c7ad072c68e1a4769d0e0c4ee516686fa9 /target/device/Config.in.toolchain | |
parent | 77d133d27e47a5b3a166e97600031e37a3571607 (diff) | |
download | buildroot-novena-643dd9b609261abdd894fc084a23701ef8f05b40.tar.gz buildroot-novena-643dd9b609261abdd894fc084a23701ef8f05b40.zip |
* Bumped GCC to 4.2.2, removed 4.2.0
Diffstat (limited to 'target/device/Config.in.toolchain')
-rw-r--r-- | target/device/Config.in.toolchain | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/target/device/Config.in.toolchain b/target/device/Config.in.toolchain index 2f3e3d73a..46acce948 100644 --- a/target/device/Config.in.toolchain +++ b/target/device/Config.in.toolchain @@ -1,7 +1,7 @@ if BR2_TOOLCHAIN_EXTERNAL_SOURCE choice prompt "Source location:" - default BR2_TOOLCHAIN_ATMEL_AVR32_4_2_1 if BR2_avr32 + default BR2_TOOLCHAIN_ATMEL_AVR32_4_2_2 if BR2_avr32 help Select whether to use the toolchain built by the buildroot system or an external pre-built toolchain. @@ -16,16 +16,16 @@ config BR2_TOOLCHAIN_ATMEL_AVR32_4_1_2 help The gcc-4.1.2 toolchain for the AVR32 -config BR2_TOOLCHAIN_ATMEL_AVR32_4_2_1 - bool "Use prepatched source for AVR32 gcc-4.2.1 toolchain" +config BR2_TOOLCHAIN_ATMEL_AVR32_4_2_2 + bool "Use prepatched source for AVR32 gcc-4.2.2 toolchain" depends on BR2_avr32 - select BR2_EXT_GCC_VERSION_4_2_1 + select BR2_EXT_GCC_VERSION_4_2_2 select BR2_EXT_BINUTILS_VERSION_2_17 select BR2_EXT_UCLIBC_VERSION_0_9_29 select BR2_TOOLCHAIN_ATMEL_AVR32 help - The gcc-4.2.1 toolchain for the AVR32 - * gcc-4.2.1 + The gcc-4.2.2 toolchain for the AVR32 + * gcc-4.2.2 * binutils-2.17 * uClibc-0.9.29 * gdb-6.4 @@ -57,7 +57,7 @@ config BR2_VENDOR_BINUTILS_RELEASE config BR2_VENDOR_GCC_RELEASE string default "-2.0" if BR2_TOOLCHAIN_ATMEL_AVR32_4_1_2 - default "-2.1.3" if BR2_TOOLCHAIN_ATMEL_AVR32_4_2_1 + default "-2.1.3" if BR2_TOOLCHAIN_ATMEL_AVR32_4_2_2 config BR2_VENDOR_UCLIBC_RELEASE string @@ -110,7 +110,7 @@ config BR2_EXT_GCC_VERSION_4_1_2 default y if !BR2_TOOLCHAIN_EXTERNAL_SOURCE default n if BR2_TOOLCHAIN_EXTERNAL_SOURCE -config BR2_EXT_GCC_VERSION_4_2_1 +config BR2_EXT_GCC_VERSION_4_2_2 bool default y if !BR2_TOOLCHAIN_EXTERNAL_SOURCE default n if BR2_TOOLCHAIN_EXTERNAL_SOURCE |