|
@@ -204,7 +204,7 @@ check_glibc_rpc_feature = \
|
|
#
|
|
#
|
|
check_glibc = \
|
|
check_glibc = \
|
|
SYSROOT_DIR="$(strip $1)"; \
|
|
SYSROOT_DIR="$(strip $1)"; \
|
|
- if test `find $${SYSROOT_DIR}/ -maxdepth 2 -name 'ld-linux*.so.*' -o -name 'ld.so.*' | wc -l` -eq 0 ; then \
|
|
|
|
|
|
+ if test `find $${SYSROOT_DIR}/ -maxdepth 2 -name 'ld-linux*.so.*' -o -name 'ld.so.*' -o -name 'ld64.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; \
|