From 63ca8c75fc68971f5f40ab97778007f21e212d93 Mon Sep 17 00:00:00 2001 From: Sergey Korolev Date: Sun, 12 Nov 2017 10:35:48 +0300 Subject: showSamples.sh: fix uClibc-ng detection Signed-off-by: Sergey Korolev diff --git a/scripts/showSamples.sh b/scripts/showSamples.sh index a1b0aec..11edac6 100644 --- a/scripts/showSamples.sh +++ b/scripts/showSamples.sh @@ -40,7 +40,7 @@ dump_single_sample() { fi ;; UCLIBC) - if [ "${UCLIBC_NG_USE_UCLIBC_NG_ORG}" = y ]; then + if [ "${CT_UCLIBC_USE_UCLIBC_NG_ORG}" = y ]; then ksym="${ksym}_NG" fi ;; -- cgit v0.10.2-6-g49f6 From a1f930bb708c33bfc1c939ed0b835fb00df886f6 Mon Sep 17 00:00:00 2001 From: Sergey Korolev Date: Sat, 11 Nov 2017 22:24:33 +0300 Subject: showSamples.sh: fix description of a selected tool set Signed-off-by: Sergey Korolev diff --git a/scripts/showSamples.sh b/scripts/showSamples.sh index 11edac6..3ec165e 100644 --- a/scripts/showSamples.sh +++ b/scripts/showSamples.sh @@ -129,11 +129,10 @@ dump_single_sample() { printf "\n" 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_duma}" ] && printf " duma-${CT_DUMA_VERSION}" - [ "${CT_DEBUG_gdb}" ] && printf " gdb-${CT_GDB_VERSION}" - [ "${CT_DEBUG_ltrace}" ] && printf " ltrace-${CT_LTRACE_VERSION}" - [ "${CT_DEBUG_strace}" ] && printf " strace-${CT_STRACE_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}" + [ "${CT_DEBUG_STRACE}" ] && printf " strace-${CT_STRACE_VERSION}" printf "\n" fi else -- cgit v0.10.2-6-g49f6