glibc: aarch64: Ignore uninitialised variables in the stage2 build, too

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2020-08-17 10:05:40 +00:00
parent 815ca15dc4
commit 44bfc40640

View File

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