[Clfs-commits] commit: r4537 - in /branches/clfs-embedded/BOOK: cross-tools/mips/abi.xml cross-tools/x86-chapter.xml cross-tools/x86/abi.xml stylesheets/top-index.xsl

svn at cross-lfs.org svn at cross-lfs.org
Sat Jan 24 13:08:38 PST 2009


Author: jim
Date: Sat Jan 24 21:08:38 2009
New Revision: 4537

Log:
Added x86_64 to x86

Added:
    branches/clfs-embedded/BOOK/cross-tools/x86/abi.xml
Modified:
    branches/clfs-embedded/BOOK/cross-tools/mips/abi.xml
    branches/clfs-embedded/BOOK/cross-tools/x86-chapter.xml
    branches/clfs-embedded/BOOK/stylesheets/top-index.xsl

Modified: branches/clfs-embedded/BOOK/cross-tools/mips/abi.xml
==============================================================================
--- branches/clfs-embedded/BOOK/cross-tools/mips/abi.xml (original)
+++ branches/clfs-embedded/BOOK/cross-tools/mips/abi.xml Sat Jan 24 21:08:38 2009
@@ -10,13 +10,17 @@
 
   <title>ABI Variables</title>
 
-  <para os="a" >Setup for a Particular ABI:</para>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+  href="../mips/abi.xml"
+  xpointer="xpointer(//*[@os='a'])"/>
 
-<screen os="b"><userinput>export BUILD="<replaceable>[From Chart]</replaceable>"</userinput></screen>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+  href="../mips/abi.xml"
+  xpointer="xpointer(//*[@os='b'])"/>
 
-  <para os="c">The following table gives the entires for the different ABI's that CLFS Embedded supports. Make
-  sure you select one for your build, this will ensure capatibilty of your build with your target
-  architecture.</para>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+  href="../mips/abi.xml"
+  xpointer="xpointer(//*[@os='c'])"/>
 
   <table>
     <title>List of Build Variables</title>

Modified: branches/clfs-embedded/BOOK/cross-tools/x86-chapter.xml
==============================================================================
--- branches/clfs-embedded/BOOK/cross-tools/x86-chapter.xml (original)
+++ branches/clfs-embedded/BOOK/cross-tools/x86-chapter.xml Sat Jan 24 21:08:38 2009
@@ -13,6 +13,7 @@
 
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/cflags.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86/abi.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86/variables.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86/linux-headers.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/gmp.xml"/>

Modified: branches/clfs-embedded/BOOK/stylesheets/top-index.xsl
==============================================================================
--- branches/clfs-embedded/BOOK/stylesheets/top-index.xsl (original)
+++ branches/clfs-embedded/BOOK/stylesheets/top-index.xsl Sat Jan 24 21:08:38 2009
@@ -100,7 +100,7 @@
           <li>
             <h4>
               <a href="x86">
-                <xsl:text>X86</xsl:text>
+                <xsl:text>x86 and x86_64</xsl:text>
               </a>
             </h4>
           </li>




More information about the Clfs-commits mailing list