Changeset 60aed94 in clfs-embedded


Ignore:
Timestamp:
Jan 24, 2009, 1:08:38 PM (15 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
master
Children:
5b4806a
Parents:
88b7bb1
Message:

Added x86_64 to x86

Location:
BOOK
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/mips/abi.xml

    r88b7bb1 r60aed94  
    1111  <title>ABI Variables</title>
    1212
    13   <para os="a" >Setup for a Particular ABI:</para>
     13  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     14  href="../mips/abi.xml"
     15  xpointer="xpointer(//*[@os='a'])"/>
    1416
    15 <screen os="b"><userinput>export BUILD="<replaceable>[From Chart]</replaceable>"</userinput></screen>
     17  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     18  href="../mips/abi.xml"
     19  xpointer="xpointer(//*[@os='b'])"/>
    1620
    17   <para os="c">The following table gives the entires for the different ABI's that CLFS Embedded supports. Make
    18   sure you select one for your build, this will ensure capatibilty of your build with your target
    19   architecture.</para>
     21  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     22  href="../mips/abi.xml"
     23  xpointer="xpointer(//*[@os='c'])"/>
    2024
    2125  <table>
  • BOOK/cross-tools/x86-chapter.xml

    r88b7bb1 r60aed94  
    1414  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/>
    1515  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/cflags.xml"/>
     16  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86/abi.xml"/>
    1617  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86/variables.xml"/>
    1718  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="x86/linux-headers.xml"/>
  • BOOK/stylesheets/top-index.xsl

    r88b7bb1 r60aed94  
    101101            <h4>
    102102              <a href="x86">
    103                 <xsl:text>X86</xsl:text>
     103                <xsl:text>x86 and x86_64</xsl:text>
    104104              </a>
    105105            </h4>
Note: See TracChangeset for help on using the changeset viewer.