mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-20 17:12:55 +00:00
debug/gdb: Update version to 7.2
Signed-off-by: Jon Ringle <jon@ringle.org>
This commit is contained in:
parent
9b87613c37
commit
c63e59f57b
@ -15,6 +15,12 @@ choice
|
||||
# Don't remove next line
|
||||
# CT_INSERT_VERSION_BELOW
|
||||
|
||||
config GDB_V_7_2
|
||||
bool
|
||||
prompt "7.2 (EXPERIMENTAL)"
|
||||
depends on EXPERIMENTAL
|
||||
select GDB_7_0_or_later
|
||||
|
||||
config GDB_V_7_1
|
||||
bool
|
||||
prompt "7.1 (EXPERIMENTAL)"
|
||||
@ -46,6 +52,7 @@ config GDB_VERSION
|
||||
string
|
||||
# Don't remove next line
|
||||
# CT_INSERT_VERSION_STRING_BELOW
|
||||
default "7.2" if GDB_V_7_2
|
||||
default "7.1" if GDB_V_7_1
|
||||
default "7.0.1" if GDB_V_7_0_1
|
||||
default "7.0" if GDB_V_7_0
|
||||
|
Loading…
x
Reference in New Issue
Block a user