diff options
-rw-r--r-- | chapter01/changelog.xml | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 0d550b172..db216817f 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -51,10 +51,14 @@ 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> + <para>[pierre] - To allow building with newer version of glibc + than the host distribution, build a "file" executable for the + host before cross-compiling it.</para> + </listitem> + <listitem> + <para>[pierre] - Replace the relinked libctf (which may incorrectly + link against libz from the host distribution) with the one that + was linked during "make" in binutils-pass2.</para> </listitem> <listitem> <para>[bdubbs] - Update to bc-3.2.6. Fixes |