From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 59/62] glibc: Pass -Wno-error=maybe-uninitialized Date: Sun, 16 Aug 2020 10:29:50 +0000 Message-ID: <20200816102953.3881-59-michael.tremer@ipfire.org> In-Reply-To: <20200816102953.3881-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5754429816252320302==" List-Id: --===============5754429816252320302== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit 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 --- lfs/glibc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lfs/glibc b/lfs/glibc index 546b53b12..abb8b54bb 100644 --- a/lfs/glibc +++ b/lfs/glibc @@ -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 -- 2.20.1 --===============5754429816252320302==--