mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-22 00:42:59 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user