mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-23 14:42:26 +00:00
gdb: Add version 7.10.1
It's been out for a while, just haven't gotten around to it. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
This commit is contained in:
parent
ce83329f4d
commit
6edcb10574
@ -68,6 +68,11 @@ choice
|
||||
# Don't remove next line
|
||||
# CT_INSERT_VERSION_BELOW
|
||||
|
||||
config GDB_V_7_10_1
|
||||
bool
|
||||
prompt "7.10.1"
|
||||
select GDB_7_2_or_later
|
||||
|
||||
config GDB_V_7_10
|
||||
bool
|
||||
prompt "7.10"
|
||||
@ -228,6 +233,7 @@ config GDB_VERSION
|
||||
string
|
||||
# Don't remove next line
|
||||
# CT_INSERT_VERSION_STRING_BELOW
|
||||
default "7.10.1" if GDB_V_7_10_1
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user