diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-01-06 20:44:06 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-01-06 20:44:06 +0000 |
commit | 3f7da25735f65c93082efba7dadf687d502573f4 (patch) | |
tree | 8203fcc0e5a8fdf09907443223b0b0d61f2d236b /chapter01 | |
parent | 8a59b643c6f7c511284b0d88546b12fe850a1b18 (diff) |
upgraded to binutils-2.13.2.1 and bison-1.875 - removed yacc creation
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2287 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 8b34e1e35..682fe7488 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -10,8 +10,8 @@ <itemizedlist> <listitem><para>autoconf-2.57</para></listitem> <listitem><para>automake-1.7.2</para></listitem> -<listitem><para>binutils-2.13.2</para></listitem> -<listitem><para>bison-1.75</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> <listitem><para>gcc-3.2.1</para></listitem> @@ -57,6 +57,12 @@ </itemizedlist> </para></listitem> +<listitem><para>January 6th, 2003 [gerard]: Chapter 06 - Bison: removed +yacc script creation. Bison now installs this by default.</para></listitem> + +<listitem><para>January 6th, 2003 [gerard]: Upgraded to Binutils-2.13.2.1 +and Bison-1.875</para></listitem> + <listitem><para>January 6th, 2003 [gerard]: Chapter 05+06 - Findutils: Added <emphasis>CPPFLAGS=-D_GNU_SOURCE</emphasis> to promote proper compiling on non-x86 architectures.</para></listitem> |