mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 04:47:52 +00:00
df6440c35e
- propagated the 4.5.16 patch set - EXPERIMENTAL, as it does not build on at least ARM /trunk/patches/strace/4.5.18/160-undef-syscall.patch | 22 0 22 0 ---------------------- /trunk/config/debug/strace.in | 6 6 0 0 ++++++ 2 files changed, 6 insertions(+), 22 deletions(-)
45 lines
801 B
Plaintext
45 lines
801 B
Plaintext
# strace
|
|
|
|
config DEBUG_strace
|
|
|
|
choice
|
|
bool
|
|
prompt "strace version"
|
|
|
|
config STRACE_V_4_5
|
|
bool
|
|
prompt "4.5 (OBSOLETE)"
|
|
depends on OBSOLETE
|
|
|
|
config STRACE_V_4_5_14
|
|
bool
|
|
prompt "4.5.14 (OBSOLETE)"
|
|
depends on OBSOLETE
|
|
|
|
config STRACE_V_4_5_15
|
|
bool
|
|
prompt "4.5.15"
|
|
|
|
config STRACE_V_4_5_16
|
|
bool
|
|
prompt "4.5.16"
|
|
|
|
config STRACE_V_4_5_18
|
|
bool
|
|
prompt "4.5.18 (EXPERIMENTAL)"
|
|
depends on EXPERIMENTAL
|
|
|
|
# CT_INSERT_VERSION_ABOVE
|
|
# Don't remove above line!
|
|
endchoice
|
|
|
|
config STRACE_VERSION
|
|
string
|
|
default "4.5" if STRACE_V_4_5
|
|
default "4.5.14" if STRACE_V_4_5_14
|
|
default "4.5.15" if STRACE_V_4_5_15
|
|
default "4.5.16" if STRACE_V_4_5_16
|
|
default "4.5.18" if STRACE_V_4_5_18
|
|
# CT_INSERT_VERSION_STRING_ABOVE
|
|
# # Don't remove above line!
|