|
@@ -196,7 +196,7 @@ check_glibc_feature = \
|
|
#
|
|
#
|
|
check_glibc = \
|
|
check_glibc = \
|
|
SYSROOT_DIR="$(strip $1)"; \
|
|
SYSROOT_DIR="$(strip $1)"; \
|
|
- if test `find $${SYSDROOT_DIR}/lib/ -maxdepth 1 -name 'ld-linux*.so.*' -o -name 'ld.so.*' | wc -l` -eq 0 ; then \
|
|
|
|
|
|
+ if test `find $${SYSROOT_DIR}/lib/ -maxdepth 1 -name 'ld-linux*.so.*' -o -name 'ld.so.*' | wc -l` -eq 0 ; then \
|
|
echo "Incorrect selection of the C library"; \
|
|
echo "Incorrect selection of the C library"; \
|
|
exit -1; \
|
|
exit -1; \
|
|
fi; \
|
|
fi; \
|