Changeset d599ff5 in clfs-embedded for BOOK/cross-tools/mips


Ignore:
Timestamp:
Jan 24, 2009, 11:18:00 AM (15 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
master
Children:
9bb5154
Parents:
06beb7a
Message:

Fixed abi Page

File:
1 moved

Legend:

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

    r06beb7a rd599ff5  
    1111  <title>ABI Variables</title>
    1212
    13   <para>Setup for a Particular ABI:</para>
     13  <para os="a" >Setup for a Particular ABI:</para>
    1414
    15 <screen><userinput>export BUILD="<replaceable>[From Chart]</replaceable>"</userinput></screen>
     15<screen os="b"><userinput>export BUILD="<replaceable>[From Chart]</replaceable>"</userinput></screen>
    1616
    17   <para>The following table gives the entires for the different ABI's that CLFS Embedded supports. Make
     17  <para os="c">The following table gives the entires for the different ABI's that CLFS Embedded supports. Make
    1818  sure you select one for your build, this will ensure capatibilty of your build with your target
    1919  architecture.</para>
     
    4141        </row>
    4242        <row>
    43           <entry>32-Bit All Others</entry>
    44           <entry>-m32</entry>
    45         </row>
    46         <row>
    47           <entry>N32 MIPS</entry>
     43          <entry>N32</entry>
    4844          <entry>-mabi=n32</entry>
    4945        </row>
    5046        <row>
    51           <entry>64-Bit MIPS</entry>
     47          <entry>64-Bit</entry>
    5248          <entry>-mabi=64</entry>
    53         </row>
    54         <row>
    55           <entry>64-Bit All Others</entry>
    56           <entry>-m64</entry>
    5749        </row>
    5850      </tbody>
     
    6355
    6456</sect1>
     57
Note: See TracChangeset for help on using the changeset viewer.