diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-10-20 20:09:14 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2008-10-20 20:09:14 +0000 |
commit | df6440c35e37f95f61ca069d9ec4a93758bb7bce (patch) | |
tree | 8904a50dc77b6d5f5eb3ec014aa115779e5a36a5 /config/debug/strace.in | |
parent | 102505af38982c29f26321cdf3bfc5cac2448041 (diff) | |
download | crosstool-ng-df6440c35e37f95f61ca069d9ec4a93758bb7bce.tar.gz crosstool-ng-df6440c35e37f95f61ca069d9ec4a93758bb7bce.tar.bz2 crosstool-ng-df6440c35e37f95f61ca069d9ec4a93758bb7bce.zip |
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(-)
Diffstat (limited to 'config/debug/strace.in')
-rw-r--r-- | config/debug/strace.in | 6 |
1 files changed, 6 insertions, 0 deletions
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! |