summaryrefslogtreecommitdiff
path: root/config/debug
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-02-15 21:18:10 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-02-15 21:18:10 (GMT)
commiteb0ad87b2a0444ae293979f3a8794a1961e83eb0 (patch)
treec6c52700750dd1b01efc2c361e148916861bfd81 /config/debug
parent94b68d94dc9cc045cf7a25d3377bdfe2eb182ed1 (diff)
Robert P. J. DAY says:
Add support for the selection of strace-4.5.16, including an updated set of patches from strace-4.5.15.
Diffstat (limited to 'config/debug')
-rw-r--r--config/debug/strace.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/debug/strace.in b/config/debug/strace.in
index 7a388c6..234556a 100644
--- a/config/debug/strace.in
+++ b/config/debug/strace.in
@@ -25,6 +25,10 @@ config STRACE_V_4_5_15
bool
prompt "4.5.15"
+config STRACE_V_4_5_16
+ bool
+ prompt "4.5.16"
+
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
endchoice
@@ -34,6 +38,7 @@ config STRACE_VERSION
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
# CT_INSERT_VERSION_STRING_ABOVE
# # Don't remove above line!