mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-06 19:09:14 +00:00
Upgrade GDB 7.11 -> 7.11.1
Signed-off-by: Alexey Neyman <stilor@att.net>
This commit is contained in:
parent
92d5c6d159
commit
dd4cf6dde0
@ -72,9 +72,9 @@ config GDB_V_7_12_1
|
|||||||
prompt "7.12.1"
|
prompt "7.12.1"
|
||||||
select GDB_7_12_or_later
|
select GDB_7_12_or_later
|
||||||
|
|
||||||
config GDB_V_7_11
|
config GDB_V_7_11_1
|
||||||
bool
|
bool
|
||||||
prompt "7.11"
|
prompt "7.11.1"
|
||||||
select GDB_7_2_or_later
|
select GDB_7_2_or_later
|
||||||
|
|
||||||
config GDB_V_7_10_1
|
config GDB_V_7_10_1
|
||||||
@ -279,7 +279,7 @@ config GDB_VERSION
|
|||||||
# Don't remove next line
|
# Don't remove next line
|
||||||
# CT_INSERT_VERSION_STRING_BELOW
|
# CT_INSERT_VERSION_STRING_BELOW
|
||||||
default "7.12.1" if GDB_V_7_12_1
|
default "7.12.1" if GDB_V_7_12_1
|
||||||
default "7.11" if GDB_V_7_11
|
default "7.11.1" if GDB_V_7_11_1
|
||||||
default "7.10.1" if GDB_V_7_10_1
|
default "7.10.1" if GDB_V_7_10_1
|
||||||
default "7.10" if GDB_V_7_10
|
default "7.10" if GDB_V_7_10
|
||||||
default "7.9.1" if GDB_V_7_9_1
|
default "7.9.1" if GDB_V_7_9_1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user