summaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/Config.in
diff options
context:
space:
mode:
authorPeter Korsgaard2010-08-30 11:05:32 +0200
committerPeter Korsgaard2010-08-30 11:08:41 +0200
commitfb67a2dc3abb55919d504537c271446408951787 (patch)
tree30fb2536771fa528075b8053fb2f7a1c6a3704d0 /toolchain/gcc/Config.in
parentkismet: fix build when none of client, server or drone are selected (diff)
downloadbuildroot-fb67a2dc3abb55919d504537c271446408951787.tar.gz
buildroot-fb67a2dc3abb55919d504537c271446408951787.tar.xz
buildroot-fb67a2dc3abb55919d504537c271446408951787.zip
gcc: remove deprecated gcc 4.2.[1-3] versions and unused patches
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'toolchain/gcc/Config.in')
-rw-r--r--toolchain/gcc/Config.in20
1 files changed, 1 insertions, 19 deletions
diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in
index c3c699c11..70d8de9db 100644
--- a/toolchain/gcc/Config.in
+++ b/toolchain/gcc/Config.in
@@ -5,29 +5,14 @@ comment "GCC Options"
choice
prompt "GCC compiler Version"
default BR2_GCC_VERSION_4_3_X if !BR2_avr32
- default BR2_GCC_VERSION_4_2_3 if BR2_avr32
+ default BR2_GCC_VERSION_4_2_2_AVR32_2_1_5 if BR2_avr32
help
Select the version of gcc you wish to use.
- config BR2_GCC_VERSION_4_2_1
- depends on !BR2_avr32
- depends on BR2_DEPRECATED
- bool "gcc 4.2.1"
-
- config BR2_GCC_VERSION_4_2_2
- depends on !BR2_avr32
- depends on BR2_DEPRECATED
- bool "gcc 4.2.2"
-
config BR2_GCC_VERSION_4_2_2_AVR32_2_1_5
depends on BR2_avr32
bool "gcc 4.2.2-avr32-2.1.5"
- config BR2_GCC_VERSION_4_2_3
- depends on !BR2_avr32
- depends on BR2_DEPRECATED
- bool "gcc 4.2.3"
-
config BR2_GCC_VERSION_4_2_4
depends on !BR2_avr32
bool "gcc 4.2.4"
@@ -59,10 +44,7 @@ config BR2_GCC_SNAP_DATE
config BR2_GCC_VERSION
string
- default "4.2.1" if BR2_GCC_VERSION_4_2_1
- default "4.2.2" if BR2_GCC_VERSION_4_2_2
default "4.2.2-avr32-2.1.5" if BR2_GCC_VERSION_4_2_2_AVR32_2_1_5
- default "4.2.3" if BR2_GCC_VERSION_4_2_3
default "4.2.4" if BR2_GCC_VERSION_4_2_4
default "4.3.5" if BR2_GCC_VERSION_4_3_X
default "4.4.4" if BR2_GCC_VERSION_4_4_X