diff --git a/toolchain/helpers.mk b/toolchain/helpers.mk index 0144674185..a4a13c7327 100644 --- a/toolchain/helpers.mk +++ b/toolchain/helpers.mk @@ -205,11 +205,7 @@ check_glibc = \ echo "Incorrect selection of the C library"; \ exit -1; \ 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_WCHAR,Wide char support) ;\ $(call check_glibc_rpc_feature,$${SYSROOT_DIR}) #