mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-02 02:56:40 +00:00
e8e7eca3c6
It's been a while we've had those versions, time to unmark them being experimental. It does not mean everything is perfect, but may gather some more testing on those versions. Update samples accordingly. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
38 lines
625 B
Plaintext
38 lines
625 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"
|
|
depends on CONFIGURE_has_xz
|
|
|
|
config STRACE_V_4_5_20
|
|
bool
|
|
prompt "4.5.20"
|
|
|
|
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
|