mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-14 00:40:02 +00:00
debug/gdb: update GDB revisions
Update GDB with the latest available revisions. Signed-off-by: "Benoît THÉBAUDEAU" <benoit.thebaudeau@advansee.com>
This commit is contained in:
parent
d0529b3d12
commit
860a60f44a
@ -34,6 +34,18 @@ choice
|
|||||||
# Don't remove next line
|
# Don't remove next line
|
||||||
# CT_INSERT_VERSION_BELOW
|
# CT_INSERT_VERSION_BELOW
|
||||||
|
|
||||||
|
config GDB_V_linaro_7_3_2011_08
|
||||||
|
bool
|
||||||
|
prompt "linaro-7.3-2011.08 (EXPERIMENTAL)"
|
||||||
|
depends on DEBUG_GDB_SHOW_LINARO
|
||||||
|
select GDB_7_0_or_later
|
||||||
|
|
||||||
|
config GDB_V_7_3
|
||||||
|
bool
|
||||||
|
prompt "7.3 (EXPERIMENTAL)"
|
||||||
|
depends on EXPERIMENTAL
|
||||||
|
select GDB_7_0_or_later
|
||||||
|
|
||||||
config GDB_V_linaro_7_2_2011_05_0
|
config GDB_V_linaro_7_2_2011_05_0
|
||||||
bool
|
bool
|
||||||
prompt "linaro-7.2-2011.05-0 (EXPERIMENTAL)"
|
prompt "linaro-7.2-2011.05-0 (EXPERIMENTAL)"
|
||||||
@ -85,6 +97,8 @@ config GDB_VERSION
|
|||||||
string
|
string
|
||||||
# Don't remove next line
|
# Don't remove next line
|
||||||
# CT_INSERT_VERSION_STRING_BELOW
|
# CT_INSERT_VERSION_STRING_BELOW
|
||||||
|
default "linaro-7.3-2011.08" if GDB_V_linaro_7_3_2011_08
|
||||||
|
default "7.3" if GDB_V_7_3
|
||||||
default "linaro-7.2-2011.05-0" if GDB_V_linaro_7_2_2011_05_0
|
default "linaro-7.2-2011.05-0" if GDB_V_linaro_7_2_2011_05_0
|
||||||
default "7.2" if GDB_V_7_2
|
default "7.2" if GDB_V_7_2
|
||||||
default "7.1" if GDB_V_7_1
|
default "7.1" if GDB_V_7_1
|
||||||
|
Loading…
Reference in New Issue
Block a user