mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-31 08:25:32 +00:00
showSamples.sh: fix uClibc-ng detection
Signed-off-by: Sergey Korolev <s.korolev@ndmsystems.com>
This commit is contained in:
parent
09151040fb
commit
63ca8c75fc
@ -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
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user