aboutsummaryrefslogtreecommitdiff
path: root/scripts/showSamples.sh
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2016-12-17 14:26:13 -0800
committerGitHub <noreply@github.com>2016-12-17 14:26:13 -0800
commitcccb8d84817bca1cf1d33cfdb5932f361437c229 (patch)
tree60c299213161c35280e6a5ddbeb49713cf944eea /scripts/showSamples.sh
parenta72f841bc2d2a1b3db838d3178d46f010b2f760e (diff)
parente593a1a30b193f7aef2f439a28f162e8c5b3fd6e (diff)
downloadcrosstool-ng-cccb8d84817bca1cf1d33cfdb5932f361437c229.tar.gz
crosstool-ng-cccb8d84817bca1cf1d33cfdb5932f361437c229.tar.bz2
crosstool-ng-cccb8d84817bca1cf1d33cfdb5932f361437c229.zip
Merge pull request #508 from stilor/drop-dmalloc
Drop dmalloc
Diffstat (limited to 'scripts/showSamples.sh')
-rwxr-xr-xscripts/showSamples.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/showSamples.sh b/scripts/showSamples.sh
index aed3dd1a..f3a21d25 100755
--- a/scripts/showSamples.sh
+++ b/scripts/showSamples.sh
@@ -116,7 +116,6 @@ dump_single_sample() {
printf " %-*s : %s (threads: %s)\n" ${width} "C library" "${libc_name}${libc_ver:+-}${libc_ver}" "${CT_THREADS}"
printf " %-*s :" ${width} "Tools"
[ "${CT_TOOL_sstrip}" ] && printf " sstrip"
- [ "${CT_DEBUG_dmalloc}" ] && printf " dmalloc-${CT_DMALLOC_VERSION}"
[ "${CT_DEBUG_duma}" ] && printf " duma-${CT_DUMA_VERSION}"
[ "${CT_DEBUG_gdb}" ] && printf " gdb-${CT_GDB_VERSION}"
[ "${CT_DEBUG_ltrace}" ] && printf " ltrace-${CT_LTRACE_VERSION}"