mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 04:47:52 +00:00
debug/gdb: add latest version 7.0
This commit is contained in:
parent
1a6400b025
commit
17d149e8b2
@ -99,6 +99,11 @@ choice
|
||||
# Don't remove next line
|
||||
# CT_INSERT_VERSION_BELOW
|
||||
|
||||
config GDB_V_7_0
|
||||
bool
|
||||
prompt "7.0 (EXPERIMENTAL)"
|
||||
depends on EXPERIMENTAL
|
||||
|
||||
config GDB_V_6_8
|
||||
bool
|
||||
prompt "6.8"
|
||||
@ -115,6 +120,7 @@ config GDB_VERSION
|
||||
string
|
||||
# Don't remove next line
|
||||
# CT_INSERT_VERSION_STRING_BELOW
|
||||
default "7.0" if GDB_V_7_0
|
||||
default "6.8" if GDB_V_6_8
|
||||
default "snapshot" if GDB_V_snapshot
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user