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 <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2023-08-15 17:02:28 +00:00
parent e8bdca4d52
commit 567ec7f41d

View File

@@ -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