aboutsummaryrefslogtreecommitdiffstats
path: root/chapter01
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2003-01-30 02:06:37 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2003-01-30 02:06:37 +0000
commite99816789c29092d6780702e90c054f789806468 (patch)
tree84ba3515f52dc220759a9171e8daa40473a352d8 /chapter01
parent5f71b12004ab4f3a5661ad251d8396ef8ea97de2 (diff)
downgraded to binutils-2.13.2 due to gcc bug
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2407 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r--chapter01/changelog.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 38055e6d3..f5fd82d45 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -10,7 +10,6 @@
<itemizedlist>
<listitem><para>autoconf-2.57</para></listitem>
<listitem><para>automake-1.7.2</para></listitem>
-<listitem><para>binutils-2.13.2.1</para></listitem>
<listitem><para>bison-1.875</para></listitem>
<listitem><para>e2fsprogs-1.32</para></listitem>
<listitem><para>gawk-3.1.1-3.patch</para></listitem>
@@ -56,6 +55,12 @@
</itemizedlist>
</para></listitem>
+<listitem><para>January 29th, 2003 [gerard]: Downgraded to binutils-2.13.2
+due to a GCC bug that can't parse the version string of binutils 2.13.2.1.
+The only changes between 2.13.2 and 2.13.2.1 are documentation changes, so
+there is no actual code downgrade. A better fix will be added to the book
+later.</para></listitem>
+
<listitem><para>January 27th, 2003 [gerard, timothy, billy]: Converted the
software installation pages into a new format. Also merged software
installations with their configure components from "Configuring essential