summaryrefslogtreecommitdiffstats
path: root/toolchain
diff options
context:
space:
mode:
authorPeter Korsgaard2008-06-19 21:05:59 +0200
committerPeter Korsgaard2008-06-19 21:05:59 +0200
commitf6a212f1c0c079a3295c09510433d39b2215e191 (patch)
treec14c34361facf9bd6190f0d8525aeb2c704761ce /toolchain
parentpackage/config: rebase from upstream (2.6.24.4) (diff)
downloadbuildroot-f6a212f1c0c079a3295c09510433d39b2215e191.tar.gz
buildroot-f6a212f1c0c079a3295c09510433d39b2215e191.tar.xz
buildroot-f6a212f1c0c079a3295c09510433d39b2215e191.zip
toolchain/gcc: mark old versions as deprecated
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/gcc/Config.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in
index bf9c310be..dde7b7b73 100644
--- a/toolchain/gcc/Config.in
+++ b/toolchain/gcc/Config.in
@@ -11,6 +11,7 @@ choice
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
@@ -30,6 +31,7 @@ choice
config BR2_GCC_VERSION_4_2_3
depends on !BR2_avr32 && !BR2_nios2
+ depends on BR2_DEPRECATED
bool "gcc 4.2.3"
config BR2_GCC_VERSION_4_2_4