Jelajahi Sumber

Upgraded binutils. Corrected typos in glibc

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4256 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Jim Gifford 21 tahun lalu
induk
melakukan
f4f0cb411c
3 mengubah file dengan 11 tambahan dan 19 penghapusan
  1. 5 1
      chapter01/changelog.xml
  2. 3 15
      chapter05/glibc.xml
  3. 3 3
      general.ent

+ 5 - 1
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>
 

+ 3 - 15
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>

+ 3 - 3
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">