From 1b11115cd2bde70178f0b600de85f64a12cc36dc Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sat, 6 Aug 2022 17:40:17 -0500 Subject: Package updates. Update to binutils-2.38. Update to util-linux-2.38.1. Update to Python3-3.10.6. Update to glibc-2.36. --- chapter05/binutils-pass1.xml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'chapter05') diff --git a/chapter05/binutils-pass1.xml b/chapter05/binutils-pass1.xml index debe5c63f..4dab2b1a5 100644 --- a/chapter05/binutils-pass1.xml +++ b/chapter05/binutils-pass1.xml @@ -74,6 +74,7 @@ cd build --with-sysroot=$LFS \ --target=$LFS_TGT \ --disable-nls \ + --enable-gprofng=no \ --disable-werror @@ -115,6 +116,14 @@ cd build + + --enable-gprofng=no + + This disables building gprofng which is not needed for the + temporary tools. + + + --disable-werror -- cgit v1.2.3-54-g00ecf