summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Hundven <bryanhundven@gmail.com>2014-12-05 07:44:19 (GMT)
committerBryan Hundven <bryanhundven@gmail.com>2014-12-05 07:44:19 (GMT)
commit4d19f2e647bfcf237fd8c4ac1d1702788986a01f (patch)
tree7711a4d24cc3bae38cf4b4d69bef2950e01e3ed1
parentc7d9c374471db3152f78f18c5ae555ffa336ae3f (diff)
debug/gdb: Add gdb-7.8.1
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
-rw-r--r--config/debug/gdb.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/debug/gdb.in b/config/debug/gdb.in
index a3f1930..bf0925d 100644
--- a/config/debug/gdb.in
+++ b/config/debug/gdb.in
@@ -33,6 +33,11 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW
+config GDB_V_7_8_1
+ bool
+ prompt "7.8.1"
+ select GDB_7_2_or_later
+
config GDB_V_7_8
bool
prompt "7.8"
@@ -163,6 +168,7 @@ config GDB_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
+ default "7.8.1" if GDB_V_7_8_1
default "7.8" if GDB_V_7_8
default "7.7.1" if GDB_V_7_7_1
default "7.7" if GDB_V_7_7