From 80f199c3d873fe1ea03a2a709e4dc6a5cbfb318b Mon Sep 17 00:00:00 2001 From: Nigel Kukard Date: Fri, 28 Mar 2008 22:08:37 +0000 Subject: * Reverted r21540 --- target/device/Config.in.toolchain | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'target/device/Config.in.toolchain') diff --git a/target/device/Config.in.toolchain b/target/device/Config.in.toolchain index 46acce948..2f3e3d73a 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_2 if BR2_avr32 + default BR2_TOOLCHAIN_ATMEL_AVR32_4_2_1 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_2 - bool "Use prepatched source for AVR32 gcc-4.2.2 toolchain" +config BR2_TOOLCHAIN_ATMEL_AVR32_4_2_1 + bool "Use prepatched source for AVR32 gcc-4.2.1 toolchain" depends on BR2_avr32 - select BR2_EXT_GCC_VERSION_4_2_2 + select BR2_EXT_GCC_VERSION_4_2_1 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.2 toolchain for the AVR32 - * gcc-4.2.2 + The gcc-4.2.1 toolchain for the AVR32 + * gcc-4.2.1 * 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_2 + default "-2.1.3" if BR2_TOOLCHAIN_ATMEL_AVR32_4_2_1 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_2 +config BR2_EXT_GCC_VERSION_4_2_1 bool default y if !BR2_TOOLCHAIN_EXTERNAL_SOURCE default n if BR2_TOOLCHAIN_EXTERNAL_SOURCE -- cgit v1.2.3