mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-20 05:17:54 +00:00
d64cca93c6
- forward-port the patchset from strace-4.5.16 to 4.5.17 - add a new patch from Michael Abbott (#170) /trunk/patches/strace/4.5.17/100-autoreconf.patch | 16 10 6 0 ++-- /trunk/patches/strace/4.5.17/150-undef-CTL_PROC.patch | 8 6 2 0 +- /trunk/patches/strace/4.5.17/140-statfs64-check.patch | 28 16 12 0 ++++--- /trunk/patches/strace/4.5.17/160-undef-syscall.patch | 24 14 10 0 +++--- /trunk/patches/strace/4.5.17/110-dont-use-REG_SYSCALL-for-sh.patch | 10 7 3 0 +- /trunk/patches/strace/4.5.17/120-fix-arm-bad-syscall.patch | 10 7 3 0 +- /trunk/patches/strace/4.5.17/130-fix-disabled-largefile-syscalls.patch | 10 7 3 0 +- /trunk/patches/strace/4.5.17/170-arm-syscalls.patch | 42 42 0 0 ++++++++++ /trunk/config/debug/strace.in | 5 5 0 0 + 9 files changed, 114 insertions(+), 39 deletions(-)
50 lines
894 B
Plaintext
50 lines
894 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_17
|
|
bool
|
|
prompt "4.5.17"
|
|
|
|
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.17" if STRACE_V_4_5_17
|
|
default "4.5.18" if STRACE_V_4_5_18
|
|
# CT_INSERT_VERSION_STRING_ABOVE
|
|
# # Don't remove above line!
|