summaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/Config.in
diff options
context:
space:
mode:
authorPeter Korsgaard2009-10-29 21:11:28 +0100
committerPeter Korsgaard2009-10-29 21:11:28 +0100
commit9af188d883b2657bd967e6621011d4bbe1bb3441 (patch)
treefa9edd3e411145214db6cb27a03548ae7d158165 /toolchain/gcc/Config.in
parenttoolchain/gcc: simplify BR2_GCC_SUPPORTS_* logic (diff)
downloadbuildroot-9af188d883b2657bd967e6621011d4bbe1bb3441.tar.gz
buildroot-9af188d883b2657bd967e6621011d4bbe1bb3441.tar.xz
buildroot-9af188d883b2657bd967e6621011d4bbe1bb3441.zip
toolchain/gcc: get rid of ancient 3.4.6 / 4.0.4 versions
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'toolchain/gcc/Config.in')
-rw-r--r--toolchain/gcc/Config.in16
1 files changed, 2 insertions, 14 deletions
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