summaryrefslogtreecommitdiff
path: root/toolchain/gcc/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain/gcc/Config.in')
-rw-r--r--toolchain/gcc/Config.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in
index 76e7f78db..ac37dd161 100644
--- a/toolchain/gcc/Config.in
+++ b/toolchain/gcc/Config.in
@@ -47,11 +47,6 @@ choice
depends on BR2_RECENT || BR2_DEPRECATED
bool "gcc 4.2.4"
- config BR2_GCC_VERSION_4_3_1
- depends on !BR2_avr32 && !BR2_nios2
- depends on BR2_DEPRECATED
- bool "gcc 4.3.1"
-
config BR2_GCC_VERSION_4_3_2
depends on !BR2_avr32 && !BR2_nios2
depends on BR2_RECENT || BR2_DEPRECATED
@@ -102,7 +97,6 @@ config BR2_GCC_VERSION
default "4.2.2" if BR2_GCC_VERSION_4_2_2
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.1" if BR2_GCC_VERSION_4_3_1
default "4.3.2" if BR2_GCC_VERSION_4_3_2
default "4.3.3" if BR2_GCC_VERSION_4_3_3
default "4.4.1" if BR2_GCC_VERSION_4_4_X