diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-09-18 16:10:35 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-09-18 16:10:35 +0000 |
commit | c90f09ce30d0727d67605bce6d768ee4959e2aed (patch) | |
tree | d113223420c427c50fd69c9330b55ae59320c8bc /chapter01/changelog.xml | |
parent | 6d8aa0ea5437c72a02d4aa9fb14e9e96aaaaf48e (diff) |
added --enable-threads=posix to chapter 5-gcc, updated chapter 6 from
--enable-threads to --enable-threads=posix (for clarity, since posix is the
default).
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1239 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01/changelog.xml')
-rw-r--r-- | chapter01/changelog.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 92a9b80e8..27d293cfc 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -15,6 +15,11 @@ </para></listitem> +<listitem><para>September 18th, 2001 [gerard]: Chapter 5+6 - GCC: +Added --enable-threads=posix to chapter 5, and changed --enable-threads to +--enable-threads=posix in chapter 6. Although the default is posix threads when +not specified, it's clearer this way what's being enabled.</para></listitem> + <listitem><para>September 17th, 2001 [gerard]: Chapter 6 - Psmisc: Added notes how to deal with psmisc's pidof symlink (in case sysvinit isn't installed) and man page. Also, added --exec-prefix=/ to psmisc's |