From: Michael Tremer Date: Tue, 15 Aug 2023 17:02:28 +0000 (+0000) Subject: binutils: Disable building gprof-ng in toolchain X-Git-Tag: v2.27-core180~117 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=567ec7f41d8bdc83ce7e019523c7123d7211b626;p=ipfire-2.x.git binutils: Disable building gprof-ng in toolchain This won't build against glibc 2.38. Since we don't need it, it is being turned off. Signed-off-by: Michael Tremer --- diff --git a/lfs/binutils b/lfs/binutils index 35b0b6a35a..2b5c65592d 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