mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-31 16:36:14 +00:00
commit
d74f1cc256
@ -33,12 +33,23 @@ choice
|
||||
# Don't remove next line
|
||||
# CT_INSERT_VERSION_BELOW
|
||||
|
||||
config GDB_V_7_9
|
||||
bool
|
||||
prompt "7.9"
|
||||
select GDB_7_2_or_later
|
||||
|
||||
config GDB_V_linaro_7_8
|
||||
bool
|
||||
prompt "linaro-7.8-2014.09"
|
||||
depends on DEBUG_GDB_SHOW_LINARO
|
||||
select GDB_7_2_or_later
|
||||
|
||||
config GDB_V_7_8_2
|
||||
bool
|
||||
prompt "7.8.2"
|
||||
select GDB_7_2_or_later
|
||||
|
||||
|
||||
config GDB_V_7_8_1
|
||||
bool
|
||||
prompt "7.8.1"
|
||||
@ -174,6 +185,8 @@ config GDB_VERSION
|
||||
string
|
||||
# Don't remove next line
|
||||
# CT_INSERT_VERSION_STRING_BELOW
|
||||
default "7.9" if GDB_V_7_9
|
||||
default "7.8.2" if GDB_V_7_8_2
|
||||
default "linaro-7.8-2014.09" if GDB_V_linaro_7_8
|
||||
default "7.8.1" if GDB_V_7_8_1
|
||||
default "7.8" if GDB_V_7_8
|
||||
|
Loading…
x
Reference in New Issue
Block a user