glibc: Pass -Wno-error=maybe-uninitialized

This is required to build glibc in the toolchain stage on
aarch64 due to messy headers on the host system.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2020-08-14 23:17:14 +00:00
parent a7f6809c7f
commit de57b780be

View File

@@ -49,6 +49,8 @@ else
--with-headers=$(TOOLS_DIR)/include \
libc_cv_forced_unwind=yes \
libc_cv_c_cleanup=yes
CFLAGS += -Wno-error=maybe-uninitialized
endif
# Disable hardware FP for armv5tel