gdb: Add gdb-7.10

Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
This commit is contained in:
Bryan Hundven 2015-09-01 18:51:25 -07:00
parent 21818128bc
commit d4d596b31b

View File

@ -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