mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-18 18:56:31 +00:00
debug/gdb: Add gdb-7.8.1
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
This commit is contained in:
parent
c7d9c37447
commit
4d19f2e647
@ -33,6 +33,11 @@ choice
|
||||
# Don't remove next line
|
||||
# CT_INSERT_VERSION_BELOW
|
||||
|
||||
config GDB_V_7_8_1
|
||||
bool
|
||||
prompt "7.8.1"
|
||||
select GDB_7_2_or_later
|
||||
|
||||
config GDB_V_7_8
|
||||
bool
|
||||
prompt "7.8"
|
||||
@ -163,6 +168,7 @@ config GDB_VERSION
|
||||
string
|
||||
# Don't remove next line
|
||||
# CT_INSERT_VERSION_STRING_BELOW
|
||||
default "7.8.1" if GDB_V_7_8_1
|
||||
default "7.8" if GDB_V_7_8
|
||||
default "7.7.1" if GDB_V_7_7_1
|
||||
default "7.7" if GDB_V_7_7
|
||||
|
Loading…
Reference in New Issue
Block a user