Author: jim
Date: 2006-08-16 01:47:35 -0600 (Wed, 16 Aug 2006)
New Revision: 2220

Modified:
   /
   trunk/BOOK/cross-tools/alpha/glibc-headers.xml
Log:
 [EMAIL PROTECTED] (orig r2348):  [EMAIL PROTECTED] | 2006-08-15 21:35:11 -0700
 More text fixes for glibc-headers



Property changes on: 
___________________________________________________________________
Name: svk:merge
   - b6734a72-470d-0410-b049-f317dca95413:/:2347
   + b6734a72-470d-0410-b049-f317dca95413:/:2348

Modified: trunk/BOOK/cross-tools/alpha/glibc-headers.xml
===================================================================
--- trunk/BOOK/cross-tools/alpha/glibc-headers.xml      2006-08-16 07:47:28 UTC 
(rev 2219)
+++ trunk/BOOK/cross-tools/alpha/glibc-headers.xml      2006-08-16 07:47:35 UTC 
(rev 2220)
@@ -25,7 +25,7 @@
     <para os="s1">The following sed removes a dependency of gcc 3.4.x from
     the glibc we are using in cross-lfs. The reason we are changing it is
     because this only installs the headers, no compiling takes place. In the
-    next glibc chapter, we use the gcc that's build right after this 
chapter.</para>
+    next Glibc installation, we use the GCC that's built right after this 
section:</para>
        
 <screen os="s2"><userinput>cp -v configure{,.orig}
 sed -e 's/3.4/3.[0-9]/g' configure.orig > configure</userinput></screen>
@@ -135,8 +135,8 @@
 
 <screen os="cd"><userinput>make install-headers</userinput></screen>
 
-   <para os="ce">Some files aren't installed by the above command, then
-    we will copy the header files we need:</para>
+   <para os="ce">Some files aren't installed by the above command, so
+    we will copy the additional header files we need.</para>
 
    <para os="cf">First we will copy a common file over to <filename 
    class="directory">/tools/include</filename>:</para>
@@ -148,7 +148,7 @@
 
 <screen os="ci"><userinput>touch 
/tools/include/gnu/stubs.h</userinput></screen>
 
-   <para os="cj">For NPTL we use the following command:</para>
+   <para os="cj">Another header is needed for NPTL:</para>
    
 <screen><userinput>cp -v 
../glibc-&glibc-version;/nptl/sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h 
/tools/include/bits/</userinput></screen>
 

-- 
http://linuxfromscratch.org/mailman/listinfo/cross-lfs
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to