From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 5/7] binutils: Disable building gprof-ng in toolchain Date: Tue, 15 Aug 2023 17:02:28 +0000 Message-ID: <20230815170230.306397-5-michael.tremer@ipfire.org> In-Reply-To: <20230815170230.306397-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0542013649065785538==" List-Id: --===============0542013649065785538== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit This won't build against glibc 2.38. Since we don't need it, it is being turned off. Signed-off-by: Michael Tremer --- lfs/binutils | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lfs/binutils b/lfs/binutils index 35b0b6a35..2b5c65592 100644 --- a/lfs/binutils +++ b/lfs/binutils @@ -75,7 +75,8 @@ else --prefix=$(TOOLS_DIR) \ --with-lib-path=$(TOOLS_DIR)/lib \ --with-sysroot \ - --disable-nls + --disable-nls \ + --disable-gprofng EXTRA_MAKE = EXTRA_INSTALL = endif -- 2.39.2 --===============0542013649065785538==--