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.in23
1 files changed, 16 insertions, 7 deletions
diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in
index cea02f883..bc8a77706 100644
--- a/toolchain/gcc/Config.in
+++ b/toolchain/gcc/Config.in
@@ -9,46 +9,54 @@ choice
Select the version of gcc you wish to use.
config BR2_GCC_VERSION_3_3_5
- depends !BR2_nios2
+ depends !BR2_nios2 && BR2_DEPRECATED
bool "gcc 3.3.5"
config BR2_GCC_VERSION_3_3_6
- depends !BR2_nios2
+ depends !BR2_nios2 && BR2_DEPRECATED
bool "gcc 3.3.6"
config BR2_GCC_VERSION_3_4_2
+ depends BR2_DEPRECATED
bool "gcc 3.4.2"
config BR2_GCC_VERSION_3_4_3
+ depends BR2_DEPRECATED
bool "gcc 3.4.3"
config BR2_GCC_VERSION_3_4_4
+ depends BR2_DEPRECATED
bool "gcc 3.4.4"
config BR2_GCC_VERSION_3_4_5
+ depends BR2_DEPRECATED
bool "gcc 3.4.5"
config BR2_GCC_VERSION_3_4_6
bool "gcc 3.4.6"
config BR2_GCC_VERSION_4_0_0
- depends !BR2_nios2
+ depends !BR2_nios2 && BR2_DEPRECATED
bool "gcc 4.0.0"
config BR2_GCC_VERSION_4_0_1
- depends !BR2_nios2
+ depends !BR2_nios2 && BR2_DEPRECATED
bool "gcc 4.0.1"
config BR2_GCC_VERSION_4_0_2
- depends !BR2_nios2
+ depends !BR2_nios2 && BR2_DEPRECATED
bool "gcc 4.0.2"
config BR2_GCC_VERSION_4_0_3
- depends !BR2_nios2
+ depends !BR2_nios2 && BR2_DEPRECATED
bool "gcc 4.0.3"
- config BR2_GCC_VERSION_4_1_0
+ config BR2_GCC_VERSION_4_0_4
depends !BR2_nios2
+ bool "gcc 4.0.4"
+
+ config BR2_GCC_VERSION_4_1_0
+ depends !BR2_nios2 && BR2_DEPRECATED
bool "gcc 4.1.0"
config BR2_GCC_VERSION_4_1_1
@@ -91,6 +99,7 @@ config BR2_GCC_VERSION
default "4.0.1" if BR2_GCC_VERSION_4_0_1
default "4.0.2" if BR2_GCC_VERSION_4_0_2
default "4.0.3" if BR2_GCC_VERSION_4_0_3
+ default "4.0.4" if BR2_GCC_VERSION_4_0_4
default "4.1.0" if BR2_GCC_VERSION_4_1_0
default "4.1.1" if BR2_GCC_VERSION_4_1_1
default "4.1.2" if BR2_GCC_VERSION_4_1_2