From df6440c35e37f95f61ca069d9ec4a93758bb7bce Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Mon, 20 Oct 2008 20:09:14 +0000 Subject: Add strace 4.5.18: - 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(-) --- config/debug/strace.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config/debug') diff --git a/config/debug/strace.in b/config/debug/strace.in index 49be38cc..566df186 100644 --- a/config/debug/strace.in +++ b/config/debug/strace.in @@ -24,6 +24,11 @@ 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 @@ -34,5 +39,6 @@ config STRACE_VERSION 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! -- cgit v1.2.3