From 9af188d883b2657bd967e6621011d4bbe1bb3441 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Thu, 29 Oct 2009 21:11:28 +0100 Subject: toolchain/gcc: get rid of ancient 3.4.6 / 4.0.4 versions Signed-off-by: Peter Korsgaard --- toolchain/gcc/Config.in | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) (limited to 'toolchain/gcc/Config.in') diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in index ba068c3e1..7e5851620 100644 --- a/toolchain/gcc/Config.in +++ b/toolchain/gcc/Config.in @@ -9,16 +9,6 @@ choice help Select the version of gcc you wish to use. - config BR2_GCC_VERSION_3_4_6 - depends on !BR2_avr32 - depends on BR2_DEPRECATED - bool "gcc 3.4.6" - - config BR2_GCC_VERSION_4_0_4 - depends on !BR2_avr32 && !BR2_nios2 - depends on BR2_DEPRECATED - bool "gcc 4.0.4" - config BR2_GCC_VERSION_4_1_2 depends on !BR2_nios2 depends on BR2_EXT_GCC_VERSION_4_1_2 @@ -72,11 +62,11 @@ config BR2_GCC_IS_SNAP config BR2_GCC_SUPPORTS_SYSROOT bool - default y if !BR2_GCC_VERSION_3_4_6 && !BR2_GCC_VERSION_4_0_4 && !BR2_GCC_VERSION_4_1_2 + default y if !BR2_GCC_VERSION_4_1_2 config BR2_GCC_SUPPORTS_FINEGRAINEDMTUNE bool - default y if !BR2_GCC_VERSION_3_4_6 && !BR2_GCC_VERSION_4_0_4 && !BR2_GCC_VERSION_4_1_2 && !BR2_GCC_VERSION_4_2_1 && !BR2_GCC_VERSION_4_2_2 && !BR2_GCC_VERSION_4_2_3 && !BR2_GCC_VERSION_4_2_4 + default y if !BR2_GCC_VERSION_4_1_2 && !BR2_GCC_VERSION_4_2_1 && !BR2_GCC_VERSION_4_2_2 && !BR2_GCC_VERSION_4_2_3 && !BR2_GCC_VERSION_4_2_4 config BR2_GCC_SNAP_DATE string "GCC snapshot date" @@ -88,8 +78,6 @@ config BR2_GCC_SNAP_DATE config BR2_GCC_VERSION string - default "3.4.6" if BR2_GCC_VERSION_3_4_6 - default "4.0.4" if BR2_GCC_VERSION_4_0_4 default "4.1.2" if BR2_GCC_VERSION_4_1_2 default "4.2.1" if BR2_GCC_VERSION_4_2_1 default "4.2.2" if BR2_GCC_VERSION_4_2_2 -- cgit v1.2.3