From 76f3741a0f5940e8735b4763007d69ab6a5b1993 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Sat, 20 Mar 2010 18:49:15 +0100 Subject: debug/gdb: add handling of 7_0_or_later We'll need to differentiate gdb 7.0 or later, from gdb prior to 7.0 --- config/debug/gdb.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config/debug') diff --git a/config/debug/gdb.in b/config/debug/gdb.in index 34237fb1..fa393e77 100644 --- a/config/debug/gdb.in +++ b/config/debug/gdb.in @@ -19,11 +19,13 @@ config GDB_V_7_0_1 bool prompt "7.0.1 (EXPERIMENTAL)" depends on EXPERIMENTAL + select GDB_7_0_or_later config GDB_V_7_0 bool prompt "7.0 (EXPERIMENTAL)" depends on EXPERIMENTAL + select GDB_7_0_or_later config GDB_V_6_8 bool @@ -37,6 +39,9 @@ config GDB_V_snapshot endchoice +config GDB_7_0_or_later + bool + config GDB_VERSION string # Don't remove next line -- cgit v1.2.3