[5/7] binutils: Disable building gprof-ng in toolchain

Message ID 20230815170230.306397-5-michael.tremer@ipfire.org
State Staged
Commit 567ec7f41d8bdc83ce7e019523c7123d7211b626
Headers
Series [1/7] ffmpeg: Fix build with binutils 2.41 |

Commit Message

Michael Tremer Aug. 15, 2023, 5:02 p.m. UTC
  This won't build against glibc 2.38. Since we don't need it, it is being
turned off.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
---
 lfs/binutils | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
  

Patch

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