summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@free.fr>2012-08-01 20:02:26 (GMT)
committerYann E. MORIN" <yann.morin.1998@free.fr>2012-08-01 20:02:26 (GMT)
commite16e5f44f5c59bd9fb9b4d898df622dbd7fa50f8 (patch)
tree277b9b7c64c3559578750cf0af2042b826fd9e04 /scripts
parent8b01aa3a2c2de0f3a1515eac15fc315e12f43a30 (diff)
scripts/showSample: also print the threading implementation
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/showSamples.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/showSamples.sh b/scripts/showSamples.sh
index 9a902ee..75bec04 100755
--- a/scripts/showSamples.sh
+++ b/scripts/showSamples.sh
@@ -85,7 +85,7 @@ dump_single_sample() {
[ "${CT_CC_LANG_OBJCXX}" = "y" ] && printf ",Objective-C++"
[ -n "${CT_CC_LANG_OTHERS}" ] && printf ",${CT_CC_LANG_OTHERS}"
printf ")\n"
- printf " %-*s : %s\n" ${width} "C library" "${CT_LIBC}${CT_LIBC_VERSION:+-}${CT_LIBC_VERSION}"
+ printf " %-*s : %s (threads: %s)\n" ${width} "C library" "${CT_LIBC}${CT_LIBC_VERSION:+-}${CT_LIBC_VERSION}" "${CT_THREADS}"
printf " %-*s :" ${width} "Tools"
[ "${CT_TOOL_sstrip}" ] && printf " sstrip"
[ "${CT_DEBUG_dmalloc}" ] && printf " dmalloc-${CT_DMALLOC_VERSION}"