crosstool-ng/config/debug/strace.in
Yann E. MORIN" 0c63755957 scripts: add new version at top of choice
Add new versions at the top of the choice menu, not at the bottom.
2009-09-13 18:38:06 +02:00

50 lines
888 B
Plaintext

# strace
config DEBUG_strace
choice
bool
prompt "strace version"
# Don't remove next line
# CT_INSERT_VERSION_BELOW
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
endchoice
config STRACE_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
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