summaryrefslogtreecommitdiffstats
path: root/toolchain/helpers.mk
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain/helpers.mk')
-rw-r--r--toolchain/helpers.mk4
1 files changed, 0 insertions, 4 deletions
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})
#
OpenPOWER on IntegriCloud