aboutsummaryrefslogtreecommitdiffstats
path: root/chapter01/changelog.xml
diff options
context:
space:
mode:
authorPierre Labastie <pieere@linuxfromscratch.org>2021-02-02 21:35:59 +0000
committerPierre Labastie <pieere@linuxfromscratch.org>2021-02-02 21:35:59 +0000
commitdf2e99e94db203e66a798ef7f070d6e96560e8e7 (patch)
treea12d702861c2f4710f9f1f016aa7d424bae4950f /chapter01/changelog.xml
parent428695cb4a5b0a2b0b52f4efaa971426943a2e16 (diff)
Really apply various fixes for building with glibc-2.33,
and change the order in chapter 8 so that everything is built against chapter 8 glibc. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12112 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01/changelog.xml')
-rw-r--r--chapter01/changelog.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 0036d3e65..0d550b172 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -46,6 +46,17 @@
<itemizedlist>
<para>2021-02-02</para>
<listitem>
+ <para>[pierre] - Move tcl, expect, and dejagnu just before binutils
+ in chapter 8: this allows to build them against chapter 8
+ glibc.</para>
+ </listitem>
+ <listitem>
+ <para>[pierre] - Tweaks to allow building with glibc-2.33:
+ build a "file" executable for the host before cross-compiling
+ it; replace the relinked libctf with the one that was linked
+ during "make" in binutils-pass2.</para>
+ </listitem>
+ <listitem>
<para>[bdubbs] - Update to bc-3.2.6. Fixes
<ulink url="&lfs-ticket-root;4800">#4800</ulink>.</para>
</listitem>