Skip to content

Commit

Permalink
Merge pull request #93 from bhundven/update_gdb
Browse files Browse the repository at this point in the history
gdb: add gdb 7.9.1
  • Loading branch information
bhundven committed May 25, 2015
2 parents 3366167 + b7e94cb commit 17d443e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/debug/gdb.in
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 17d443e

Please sign in to comment.