crosstool-ng/config/debug/strace.in
Yann E. MORIN" 652906ac5f all: remove versions marked obsolete
For major components, keep the latest version of each major releases.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
2012-12-26 11:53:05 +01:00

40 lines
711 B
Plaintext

# strace
## depends on ! BACKEND
choice
bool
prompt "strace version"
# Don't remove next line
# CT_INSERT_VERSION_BELOW
config STRACE_V_4_6
bool
prompt "4.6 (EXPERIMENTAL)"
depends on EXPERIMENTAL
depends on CONFIGURE_has_xz
config STRACE_V_4_5_20
bool
prompt "4.5.20 (EXPERIMENTAL)"
depends on EXPERIMENTAL
config STRACE_V_4_5_19
bool
prompt "4.5.19"
config STRACE_V_4_5_18
bool
prompt "4.5.18"
endchoice
config STRACE_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
default "4.6" if STRACE_V_4_6
default "4.5.20" if STRACE_V_4_5_20
default "4.5.19" if STRACE_V_4_5_19
default "4.5.18" if STRACE_V_4_5_18