aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2005-01-27 22:36:55 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2005-01-27 22:36:55 +0000
commitaa11038ffa9a83588266feda6bc34275494ce6ce (patch)
treea20747081998206a4f8c48f865d4edb8dab70a91
parent4aeea5530b1436671a0cdfc38777dc32e2b8ab13 (diff)
* Correct binutils dependencies - bug 1018
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@4574 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml3
-rw-r--r--chapter06/binutils.xml4
2 files changed, 5 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 2dbea5613..6f15a0fb0 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -74,6 +74,9 @@ first a summary, then a detailed log.</para>
</itemizedlist>
</listitem>
+<listitem><para>January 27, 2005 [matt]: Added bison, flex and m4 to binutils
+dependency list. Fixes Bug 1018.</para></listitem>
+
<listitem><para>January 27, 2005 [manuel]: Updated to gcc-3.4.3-specs-2.patch.</para></listitem>
<listitem><para>January 19, 2005 [jeremy]: Added an extra symlink for
diff --git a/chapter06/binutils.xml b/chapter06/binutils.xml
index c6c29ae30..5f9c594c6 100644
--- a/chapter06/binutils.xml
+++ b/chapter06/binutils.xml
@@ -21,8 +21,8 @@ handling object files.</para>
<segmentedlist>
<segtitle>Binutils installation depends on</segtitle>
-<seglistitem><seg>Bash, Coreutils, Diffutils, GCC, Gettext,
-Glibc, Grep, Make, Perl, Sed, and Texinfo</seg></seglistitem>
+<seglistitem><seg>Bash, Bison, Coreutils, Diffutils, Flex, GCC, Gettext,
+Glibc, Grep, M4, Make, Perl, Sed, and Texinfo</seg></seglistitem>
</segmentedlist>
</sect2>