Changeset e67fb9b in clfs-embedded for BOOK/cross-tools/mips/abi.xml


Ignore:
Timestamp:
Feb 10, 2011, 3:44:59 PM (13 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
7003296
Parents:
a9cb92d (diff), 49c9bc5 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of git://git.cross-lfs.org/abradford/clfs-embedded.git

File:
1 edited

Legend:

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

    ra9cb92d re67fb9b  
    1212
    1313  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    14   href="../x86/abi.xml"
     14  href="../common/abi.xml"
    1515  xpointer="xpointer(//*[@os='a'])"/>
    1616
    1717  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    18   href="../x86/abi.xml"
     18  href="../common/abi.xml"
    1919  xpointer="xpointer(//*[@os='b'])"/>
    2020
    2121  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    22   href="../x86/abi.xml"
     22  href="../common/abi.xml"
    2323  xpointer="xpointer(//*[@os='c'])"/>
    2424
     
    3535        <row>
    3636          <entry>ABI</entry>
    37           <entry>BUILD=Value</entry>
     37          <entry>CLFS_ABI=Value</entry>
    3838        </row>
    3939      </thead>
     
    4242        <row>
    4343          <entry>32-Bit</entry>
    44           <entry>-mabi=32</entry>
     44          <entry>32</entry>
    4545        </row>
    4646        <row>
    4747          <entry>N32</entry>
    48           <entry>-mabi=n32</entry>
     48          <entry>n32</entry>
    4949        </row>
    5050        <row>
    5151          <entry>64-Bit</entry>
    52           <entry>-mabi=64</entry>
     52          <entry>64</entry>
    5353        </row>
    5454      </tbody>
Note: See TracChangeset for help on using the changeset viewer.