diff options
author | Jim Gifford <jim@linuxfromscratch.org> | 2004-10-01 16:50:44 +0000 |
---|---|---|
committer | Jim Gifford <jim@linuxfromscratch.org> | 2004-10-01 16:50:44 +0000 |
commit | f4f0cb411c328f49d0342675473bc77dee553265 (patch) | |
tree | ee12d72d12e5cd8e20366d7853a289c482023afc | |
parent | ddedde2923084d57247c576ab43a5fc0ed0dd1ab (diff) |
Upgraded binutils. Corrected typos in glibc
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4256 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 6 | ||||
-rw-r--r-- | chapter05/glibc.xml | 18 | ||||
-rw-r--r-- | general.ent | 6 |
3 files changed, 11 insertions, 19 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 5ab6a304c..cc45c0a53 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -21,7 +21,7 @@ first a summary, then a detailed log.</para> <itemizedlist> <listitem><para>automake-1.9.2</para></listitem> <listitem><para>bash-3.0</para></listitem> -<listitem><para>binutils-2.15.91.0.2</para></listitem> +<listitem><para>binutils-2.15.92.0.2</para></listitem> <listitem><para>bison-1.875a</para></listitem> <listitem><para>expect-5.42.1</para></listitem> <listitem><para>file-4.10</para></listitem> @@ -92,6 +92,10 @@ first a summary, then a detailed log.</para> </itemizedlist> </listitem> +<listitem><para>October 1th, 2004 [jim]: Fixed typos in Glibc chapter 5. +Updated binutils to 2.15.92.0.2. +</para></listitem> + <listitem><para>September 29th, 2004 [jim]: Updated Bash and Readline patches. Upgraded man to 1.5o1. </para></listitem> diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml index a44ba3a91..3b7ac093a 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -60,21 +60,9 @@ profiling on the temporary tools.</para></listitem> </varlistentry> <varlistentry> -<term><parameter>--enable-add-ons=nptl</parameter></term> -<listitem><para>This tells Glibc to use the NPTL add-on as its threading -library.</para></listitem> -</varlistentry> - -<varlistentry> -<term><parameter>--with-tls</parameter></term> -<listitem><para>This tells Glibc to include support for TLS (thread-local storage). -This is required for NPTL to work. </para></listitem> -</varlistentry> - -<varlistentry> -<term><parameter>--with-__thread</parameter></term> -<listitem><para>This tells Glibc to include thread support, this is for proper -compiling of the thread-local storage.</para></listitem> +<term><parameter>--enable-add-ons</parameter></term> +<listitem><para>This tells Glibc to use the add-on' that it can use like NPTL +as its threading library.</para></listitem> </varlistentry> <varlistentry> diff --git a/general.ent b/general.ent index 1faa4cae4..d656360f1 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "SVN-20040929"> -<!ENTITY releasedate "September 29, 2004"> +<!ENTITY version "SVN-20041001"> +<!ENTITY releasedate "October 1, 2004"> <!ENTITY milestone "6.1"> <!ENTITY lfs-root "http://www.linuxfromscratch.org/"> @@ -18,7 +18,7 @@ <!ENTITY autoconf-version "2.59"> <!ENTITY automake-version "1.9.2"> <!ENTITY bash-version "3.0"> -<!ENTITY binutils-version "2.15.91.0.2"> +<!ENTITY binutils-version "2.15.92.0.2"> <!ENTITY bison-version "1.875a"> <!ENTITY bootscripts-version "2.2.3"> <!ENTITY bzip2-version "1.0.2"> |