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(-)
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