diff options
author | Jeremy Utley <jeremy@linuxfromscratch.org> | 2004-08-31 07:11:33 +0000 |
---|---|---|
committer | Jeremy Utley <jeremy@linuxfromscratch.org> | 2004-08-31 07:11:33 +0000 |
commit | 084db8d42d66a40d23259628ae1afe13f88065b5 (patch) | |
tree | 32cf279ea75975fc882a5cba99e0a0044653bd94 /chapter01 | |
parent | 98b017eaa53e459c321f160991e23ddeb77d6044 (diff) |
Upgraded glibc to tarball based on CVS code from 2004-08-28. Simplified the configure instructions for glibc.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4097 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index ce30fe01c..124399734 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -28,7 +28,7 @@ first a summary, then a detailed log.</para> <listitem><para>flex-2.5.31</para></listitem> <listitem><para>gawk-3.1.4</para></listitem> <listitem><para>gcc-3.4.1</para></listitem> -<listitem><para>glibc-2.3.4-20040701</para></listitem> +<listitem><para>glibc-2.3.4-20040828</para></listitem> <listitem><para>groff-1.19.1</para></listitem> <listitem><para>hotplug-2004_04_01</para></listitem> <listitem><para>iana-etc-1.01</para></listitem> @@ -91,6 +91,10 @@ first a summary, then a detailed log.</para> </itemizedlist> </listitem> +<listitem><para>August 31st, 2004 [jeremy]: Upgrade glibc to tarball based +on CVS code from 2004-08-28. Simplified the configure instructions for +glibc as well, thanks to the new tarball</para></listitem> + <listitem><para>August 30th, 2004 [matt]: chapter06/util-linux.xml. -funit-at-a-time is implied by -O2, and it was this specific option that was causing the runtime problems with sfdisk. Instead of dropping to -O1 |