crosstool-ng/config/debug/strace.in
Yann E. MORIN" caeb4ada23 config: re-order menu entries so that latest versions are at the top
It makes better sense to have latest versions at the top of the choice
entries.
2009-09-13 17:51:33 +02:00

50 lines
894 B
Plaintext

# strace
config DEBUG_strace
choice
bool
prompt "strace version"
config STRACE_V_4_5_18
bool
prompt "4.5.18 (EXPERIMENTAL)"
depends on EXPERIMENTAL
config STRACE_V_4_5_17
bool
prompt "4.5.17"
config STRACE_V_4_5_16
bool
prompt "4.5.16"
config STRACE_V_4_5_15
bool
prompt "4.5.15"
config STRACE_V_4_5_14
bool
prompt "4.5.14 (OBSOLETE)"
depends on OBSOLETE
config STRACE_V_4_5
bool
prompt "4.5 (OBSOLETE)"
depends on OBSOLETE
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
endchoice
config STRACE_VERSION
string
default "4.5.18" if STRACE_V_4_5_18
default "4.5.17" if STRACE_V_4_5_17
default "4.5.16" if STRACE_V_4_5_16
default "4.5.15" if STRACE_V_4_5_15
default "4.5.14" if STRACE_V_4_5_14
default "4.5" if STRACE_V_4_5
# CT_INSERT_VERSION_STRING_ABOVE
# # Don't remove above line!