Changeset 85f704b in clfs-embedded


Ignore:
Timestamp:
Feb 18, 2011, 4:01:51 AM (13 years ago)
Author:
Andrew Bradford <bradfa@…>
Branches:
master
Children:
ae8e977
Parents:
2a10689
Message:

Added notes and cleaned up MIPS ABIs

MIPS ABIs should be o32, n32, and n64 (gcc calls them 32, n32, 64).

File:
1 edited

Legend:

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

    r2a10689 r85f704b  
    2525  <table>
    2626    <title>List of Build Variables</title>
    27     <?dbfo table-width="3in" ?>
     27    <?dbfo table-width="5.5in" ?>
    2828
    2929    <tgroup cols="2">
    3030
    3131      <colspec colnum="1" colwidth="1.5in" colname="ABI to Select"/>
    32       <colspec colnum="2" colwidth="1.5in" colname="Variable Value"/>
     32      <colspec colnum="2" colwidth="1.5in" colname="CLFS_ABI Value"/>
     33      <colspec colnum="3" colwidth="2.5in" colname="Notes"/>
    3334
    3435      <thead>
     
    3637          <entry>ABI</entry>
    3738          <entry>CLFS_ABI=Value</entry>
     39          <entry>Notes</entry>
    3840        </row>
    3941      </thead>
     
    4143      <tbody>
    4244        <row>
    43           <entry>32-Bit</entry>
     45          <entry>O32</entry>
    4446          <entry>32</entry>
     47          <entry>For 32 bit CPUs only</entry>
    4548        </row>
    4649        <row>
    4750          <entry>N32</entry>
    4851          <entry>n32</entry>
     52          <entry>For 64 bit CPUs operating in 32 bit mode</entry>
    4953        </row>
    5054        <row>
    51           <entry>64-Bit</entry>
     55          <entry>N64</entry>
    5256          <entry>64</entry>
     57          <entry>For 64 bit CPUs operating in 64 bit mode</entry>
    5358        </row>
    5459      </tbody>
Note: See TracChangeset for help on using the changeset viewer.