mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-20 17:12:55 +00:00
debug/gdb: Add support for GDB 7.0.1 (minor release)
Signed-off-by: Joachim Nilsson <jocke@vmlinux.org>
This commit is contained in:
parent
a272b32bba
commit
55423f206f
@ -99,6 +99,11 @@ choice
|
||||
# Don't remove next line
|
||||
# CT_INSERT_VERSION_BELOW
|
||||
|
||||
config GDB_V_7_0_1
|
||||
bool
|
||||
prompt "7.0.1 (EXPERIMENTAL)"
|
||||
depends on EXPERIMENTAL
|
||||
|
||||
config GDB_V_7_0
|
||||
bool
|
||||
prompt "7.0 (EXPERIMENTAL)"
|
||||
@ -120,6 +125,7 @@ config GDB_VERSION
|
||||
string
|
||||
# Don't remove next line
|
||||
# CT_INSERT_VERSION_STRING_BELOW
|
||||
default "7.0.1" if GDB_V_7_0_1
|
||||
default "7.0" if GDB_V_7_0
|
||||
default "6.8" if GDB_V_6_8
|
||||
default "snapshot" if GDB_V_snapshot
|
||||
|
Loading…
x
Reference in New Issue
Block a user