|
@@ -205,11 +205,7 @@ check_glibc = \
|
|
echo "Incorrect selection of the C library"; \
|
|
echo "Incorrect selection of the C library"; \
|
|
exit -1; \
|
|
exit -1; \
|
|
fi; \
|
|
fi; \
|
|
- $(call check_glibc_feature,BR2_LARGEFILE,Large file support) ;\
|
|
|
|
- $(call check_glibc_feature,BR2_INET_IPV6,IPv6 support) ;\
|
|
|
|
- $(call check_glibc_feature,BR2_ENABLE_LOCALE,Locale support) ;\
|
|
|
|
$(call check_glibc_feature,BR2_USE_MMU,MMU support) ;\
|
|
$(call check_glibc_feature,BR2_USE_MMU,MMU support) ;\
|
|
- $(call check_glibc_feature,BR2_USE_WCHAR,Wide char support) ;\
|
|
|
|
$(call check_glibc_rpc_feature,$${SYSROOT_DIR})
|
|
$(call check_glibc_rpc_feature,$${SYSROOT_DIR})
|
|
|
|
|
|
#
|
|
#
|