diff options
author | Daniel Zimmermann <netzimme@gmail.com> | 2014-02-19 22:36:03 +0100 |
---|---|---|
committer | Daniel Zimmermann <netzimme@gmail.com> | 2014-02-19 22:36:03 +0100 |
commit | 4f4c387543079ec48aae97623e07546ecbdff785 (patch) | |
tree | 78edb02dcdaafce07d38d6934623f6b7dad31e46 /config/debug | |
parent | 28fe90cda272bc0af8ac15e01cf945141aced51d (diff) | |
download | crosstool-ng-4f4c387543079ec48aae97623e07546ecbdff785.tar.gz crosstool-ng-4f4c387543079ec48aae97623e07546ecbdff785.tar.bz2 crosstool-ng-4f4c387543079ec48aae97623e07546ecbdff785.zip |
debug/ltrace: pump ltrace to version 0.7.3
pump ltrace to version 0.7.3
backport a patch from Peter Wu to silence warnings/errors in ltrace
Signed-off-by: '"Peter Wu" <lekensteyn@gmail.com>'
Signed-off-by: '"Daniel Zimmermann" <netzimme@gmail.com>'
[yann.morin.1998@free.fr: remove superfluous empty lines]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Message-Id: <8349c35b506aa79c4e69.1392845765@haus-VirtualBox>
Patchwork-Id: 322017
Diffstat (limited to 'config/debug')
-rw-r--r-- | config/debug/ltrace.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/debug/ltrace.in b/config/debug/ltrace.in index 6b27121f..aa5c0580 100644 --- a/config/debug/ltrace.in +++ b/config/debug/ltrace.in @@ -15,6 +15,10 @@ choice # Don't remove next line # CT_INSERT_VERSION_BELOW +config LTRACE_V_0_7_3 + bool + prompt "0.7.3" + config LTRACE_V_0_5_3 bool prompt "0.5.3" @@ -30,6 +34,7 @@ config LTRACE_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "0.7.3" if LTRACE_V_0_7_3 default "0.5.3" if LTRACE_V_0_5_3 default "0.5.2" if LTRACE_V_0_5_2 |