diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-02-15 21:18:10 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-02-15 21:18:10 +0000 |
commit | eb0ad87b2a0444ae293979f3a8794a1961e83eb0 (patch) | |
tree | c6c52700750dd1b01efc2c361e148916861bfd81 /config/debug/strace.in | |
parent | 94b68d94dc9cc045cf7a25d3377bdfe2eb182ed1 (diff) | |
download | crosstool-ng-eb0ad87b2a0444ae293979f3a8794a1961e83eb0.tar.gz crosstool-ng-eb0ad87b2a0444ae293979f3a8794a1961e83eb0.tar.bz2 crosstool-ng-eb0ad87b2a0444ae293979f3a8794a1961e83eb0.zip |
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/strace.in')
-rw-r--r-- | config/debug/strace.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/debug/strace.in b/config/debug/strace.in index 7a388c6d..234556ae 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! |