summaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/Config.in
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer2007-02-09 14:31:55 +0100
committerBernhard Reutner-Fischer2007-02-09 14:31:55 +0100
commit7779fd745393c02e51976c1d1888db16adc225f8 (patch)
tree40e8e24c25635c89c73f0781c4e22bf272d55a24 /toolchain/gcc/Config.in
parent- fix crosscompiler prerequisites (diff)
downloadbuildroot-7779fd745393c02e51976c1d1888db16adc225f8.tar.gz
buildroot-7779fd745393c02e51976c1d1888db16adc225f8.tar.xz
buildroot-7779fd745393c02e51976c1d1888db16adc225f8.zip
- add gcc-4.0.4
- add knob to enable unsupported, deprecated, obsoleted versions of packages
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