Merge pull request #156 from bhundven/gdb_update

gdb: Add gdb-7.10
1.22
Bryan Hundven 8 years ago
commit 5b4aec54c7

@ -33,6 +33,11 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW
config GDB_V_7_10
bool
prompt "7.10"
select GDB_7_2_or_later
config GDB_V_7_9_1
bool
prompt "7.9.1"
@ -190,6 +195,7 @@ config GDB_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
default "7.10" if GDB_V_7_10
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

Loading…
Cancel
Save