diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-09-20 21:11:28 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-09-20 21:11:28 +0000 |
commit | 26e62aa22dcb6ce6b63a5a21b44825ff19b2405e (patch) | |
tree | 019a059bdc24940a10f4571c4d6cf3cd88cfab4c /chapter01/changelog.xml | |
parent | eb7df24002f43d7b8ab45a2868a9dfe345a97551 (diff) |
Removed --enable-threads=posix from static gcc compilation. Fixed changelog and a number of typos.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2121 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01/changelog.xml')
-rw-r--r-- | chapter01/changelog.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index a432cc8c9..cad8c8c34 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -18,6 +18,7 @@ <listitem><para>gcc-3.2</para></listitem> <listitem><para>gettext-0.11.5</para></listitem> <listitem><para>groff-1.18</para></listitem> +<listitem><para>gzip-1.2.4b.patch</para></listitem> <listitem><para>lfs-bootscripts-1.10</para></listitem> <listitem><para>linux-2.4.19</para></listitem> <listitem><para>MAKEDEV-1.7</para></listitem> @@ -41,6 +42,7 @@ <listitem><para>gcc-3.2.patch</para></listitem> <listitem><para>glibc-2.2.5-2.patch</para></listitem> <listitem><para>gzip-1.2.4b.patch</para></listitem> +<listitem><para>kbd-1.06-3.patch</para></listitem> <listitem><para>ncurses-5.2.patch</para></listitem> <listitem><para>procps-2.0.7.patch</para></listitem> <listitem><para>sh-utils-2.0-hostname.patch</para></listitem> @@ -52,10 +54,15 @@ <listitem><para>Removed: <itemizedlist> <listitem><para>gzip-1.2.4a.patch</para></listitem> +<listitem><para>kbd-1.06-2.patch</para></listitem> <listitem><para>reiserfsprogs-3.x.1b</para></listitem> </itemizedlist> </para></listitem> +<listitem><para>September 20th, 2002 [timothy]: Chapter 05 - GCC: +Removed the <userinput>--enable-threads=posix</userinput> flag since we +don't build a C++ compiler in this chapter.</para></listitem> + <listitem><para>September 18th, 2002 [timothy]: Chapter 05 - Introduction: Removed paragraph about static linking since it seems misleading and is covered in better detail in <emphasis>Why Static</emphasis>.</para></listitem> |