summaryrefslogtreecommitdiff
path: root/scripts/showSamples.sh
diff options
context:
space:
mode:
authorSergey Korolev <s.korolev@ndmsystems.com>2017-11-12 07:35:48 (GMT)
committerSergey Korolev <s.korolev@ndmsystems.com>2017-11-12 07:38:47 (GMT)
commit63ca8c75fc68971f5f40ab97778007f21e212d93 (patch)
tree6b330db1f48ad06394a5e5aaee3b0dded731eadb /scripts/showSamples.sh
parent09151040fba978c6ecebe412880c58121a45d402 (diff)
showSamples.sh: fix uClibc-ng detection
Signed-off-by: Sergey Korolev <s.korolev@ndmsystems.com>
Diffstat (limited to 'scripts/showSamples.sh')
-rw-r--r--scripts/showSamples.sh2
1 files changed, 1 insertions, 1 deletions
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
;;