diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-10-28 19:00:34 +0100 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-10-28 19:00:34 +0100 |
commit | 4ae5060ec81b4d4673a4091acd00e16edf16007e (patch) | |
tree | bbcc8ce47a567fb8dfc1e7064bd2ee3d06c5ae85 /config/debug/strace.in | |
parent | 17d149e8b24ae4fd651de06438373779224692f1 (diff) | |
download | crosstool-ng-4ae5060ec81b4d4673a4091acd00e16edf16007e.tar.gz crosstool-ng-4ae5060ec81b4d4673a4091acd00e16edf16007e.tar.bz2 crosstool-ng-4ae5060ec81b4d4673a4091acd00e16edf16007e.zip |
debug/strace: add latest version, unmarkprevious EXPERIMENTAL
Also propagate the patchset from 4.5.18 to 4.5.19.
Diffstat (limited to 'config/debug/strace.in')
-rw-r--r-- | config/debug/strace.in | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/config/debug/strace.in b/config/debug/strace.in index 8f6ce0de..4fc58462 100644 --- a/config/debug/strace.in +++ b/config/debug/strace.in @@ -8,11 +8,15 @@ choice # Don't remove next line # CT_INSERT_VERSION_BELOW -config STRACE_V_4_5_18 +config STRACE_V_4_5_19 bool - prompt "4.5.18 (EXPERIMENTAL)" + prompt "4.5.19 (EXPERIMENTAL)" depends on EXPERIMENTAL +config STRACE_V_4_5_18 + bool + prompt "4.5.18" + config STRACE_V_4_5_17 bool prompt "4.5.17" @@ -31,6 +35,7 @@ config STRACE_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "4.5.19" if STRACE_V_4_5_19 default "4.5.18" if STRACE_V_4_5_18 default "4.5.17" if STRACE_V_4_5_17 default "4.5.16" if STRACE_V_4_5_16 |