summaryrefslogtreecommitdiffstats
path: root/toolchain/gdb
diff options
context:
space:
mode:
authorPeter Korsgaard2008-12-08 09:46:52 +0100
committerPeter Korsgaard2008-12-08 09:46:52 +0100
commit41d7b7087c10e405eaa47f881afc7daaf00a1bf6 (patch)
treef6e79794210c724708bd8851484f06d8b88ad51a /toolchain/gdb
parenttoolchain/gdb: default to 6.8 (diff)
downloadbuildroot-41d7b7087c10e405eaa47f881afc7daaf00a1bf6.tar.gz
buildroot-41d7b7087c10e405eaa47f881afc7daaf00a1bf6.tar.xz
buildroot-41d7b7087c10e405eaa47f881afc7daaf00a1bf6.zip
toolchain/gdb: mark old versions as deprecated
Diffstat (limited to 'toolchain/gdb')
-rw-r--r--toolchain/gdb/Config.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/toolchain/gdb/Config.in b/toolchain/gdb/Config.in
index 0e120de3b..f5365a391 100644
--- a/toolchain/gdb/Config.in
+++ b/toolchain/gdb/Config.in
@@ -28,22 +28,27 @@ choice
config BR2_GDB_VERSION_6_2_1
bool "gdb 6.2.1"
depends on !BR2_avr32 && !BR2_nios2
+ depends on BR2_DEPRECATED
config BR2_GDB_VERSION_6_3
bool "gdb 6.3"
depends on !BR2_avr32 && !BR2_nios2
+ depends on BR2_DEPRECATED
config BR2_GDB_VERSION_6_4
bool "gdb 6.4"
depends on !BR2_nios2
+ depends on BR2_DEPRECATED
config BR2_GDB_VERSION_6_5
bool "gdb 6.5"
depends on !BR2_avr32 && !BR2_nios2
+ depends on BR2_DEPRECATED
config BR2_GDB_VERSION_6_6
bool "gdb 6.6"
depends on !BR2_avr32
+ depends on BR2_DEPRECATED
config BR2_GDB_VERSION_6_7_1
bool "gdb 6.7.1"