Author: manuel
Date: 2005-06-15 13:04:50 -0600 (Wed, 15 Jun 2005)
New Revision: 5991

Modified:
   branches/cross-lfs/BOOK/final-system/mips64/glibc.xml
Log:
Added Xincludes to final-system/mips64/glibc.xml

Modified: branches/cross-lfs/BOOK/final-system/mips64/glibc.xml
===================================================================
--- branches/cross-lfs/BOOK/final-system/mips64/glibc.xml       2005-06-15 
19:01:10 UTC (rev 5990)
+++ branches/cross-lfs/BOOK/final-system/mips64/glibc.xml       2005-06-15 
19:04:50 UTC (rev 5991)
@@ -27,27 +27,29 @@
     href="../x86/glibc.xml"
     xpointer="xpointer(id('install-glibc')/para[1])"/>
 
-    <para>This architecture does not currently support NPTL, so we will
-    have to include Glibc Linuxthreads as a threading library. Building
-    for a Linuxthreads based glibc you will need to unpack the
-    <filename>glibc-linuxthreads-&glibc-version;</filename> tarball from
-    within the <filename class="directory">glibc-&glibc-version;</filename>
-    directory.</para>
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
+    href="../mips/glibc.xml"
+    xpointer="xpointer(id('install-glibc')/para[2])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
     href="../x86/glibc.xml"
     xpointer="xpointer(id('install-glibc')/para[2])"/>
 
-    <para>The following patch corrects the building of
-    <filename class="headerfile">syscall.h</filename>:</para>
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
+    href="../mips/glibc.xml"
+    xpointer="xpointer(id('install-glibc')/para[4])"/>
 
-<screen><userinput>patch -Np1 -i 
../&glibc-mips_syscall-patch;</userinput></screen>
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
+    href="../mips/glibc.xml"
+    xpointer="xpointer(id('install-glibc')/screen[1])"/>
 
-    <para>NPTL is not supported under this architecture, so we are going to
-    remove the <filename class="directory">nptl</filename> directory from
-    the Glibc source:</para>
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
+    href="../mips/glibc.xml"
+    xpointer="xpointer(id('install-glibc')/para[5])"/>
 
-<screen><userinput>rm -rf nptl*</userinput></screen>
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
+    href="../mips/glibc.xml"
+    xpointer="xpointer(id('install-glibc')/screen[2])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
     href="../x86/glibc.xml"

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

Reply via email to