summaryrefslogtreecommitdiff
path: root/config/debug
diff options
context:
space:
mode:
authorBryan Hundven <bryanhundven@gmail.com>2015-05-25 00:40:52 (GMT)
committerBryan Hundven <bryanhundven@gmail.com>2015-05-25 00:40:52 (GMT)
commit17d443e0fb1f2e1dba3077698720b9240b27c96c (patch)
tree1e2b15625d689cc9c1b16984e0ea04e2df57db09 /config/debug
parent3366167e2a75688d68a48c28ab2f9d7c349d7b1c (diff)
parentb7e94cbd70f4d431a6c56c1ba1a636d81c3cd812 (diff)
Merge pull request #93 from bhundven/update_gdb
gdb: add gdb 7.9.1
Diffstat (limited to 'config/debug')
-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 e6366fb..2d92251 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_9_1
+ bool
+ prompt "7.9.1"
+ select GDB_7_2_or_later
+
config GDB_V_7_9
bool
prompt "7.9"
@@ -185,6 +190,7 @@ config GDB_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
+ default "7.9.1" if GDB_V_7_9_1
default "7.9" if GDB_V_7_9
default "7.8.2" if GDB_V_7_8_2
default "linaro-7.8-2014.09" if GDB_V_linaro_7_8