mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-31 08:25:32 +00:00
gdb: Add gdb-7.10
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
This commit is contained in:
parent
21818128bc
commit
d4d596b31b
@ -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…
x
Reference in New Issue
Block a user