diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2022-08-06 17:40:17 -0500 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2022-08-06 17:40:17 -0500 |
commit | 1b11115cd2bde70178f0b600de85f64a12cc36dc (patch) | |
tree | c0fe974bcd220775f2ee888dff970a3c0d951f2c /chapter08/binutils.xml | |
parent | 32feb4ba2ededf64430554baca57eb3af0fedbe3 (diff) |
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.
Diffstat (limited to 'chapter08/binutils.xml')
-rw-r--r-- | chapter08/binutils.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chapter08/binutils.xml b/chapter08/binutils.xml index 5fb87ba58..0a1c02deb 100644 --- a/chapter08/binutils.xml +++ b/chapter08/binutils.xml @@ -56,13 +56,13 @@ <screen><computeroutput>The system has no more ptys. Ask your system administrator to create more.</computeroutput></screen> - +<!-- <para>Upstream has made a patch to fix a problem when using binutils for building some BLFS packages with Link Time Optimization (LTO) enabled. Apply that now:</para> <screen><userinput remap="pre">patch -Np1 -i ../&binutils-lto-patch;</userinput></screen> - +--> <!-- <para>An error in the building system causes the shipped man pages to be empty. Workaround the issue and remove the shipped man pages, so the @@ -88,6 +88,7 @@ cd build</userinput></screen> <para>Prepare Binutils for compilation:</para> <screen><userinput remap="configure">../configure --prefix=/usr \ + --sysconfdir=/etc \ --enable-gold \ --enable-ld=default \ --enable-plugins \ |