Changeset d44503cc in clfs-embedded for BOOK/cross-tools/arm


Ignore:
Timestamp:
Feb 6, 2011, 12:53:46 PM (13 years ago)
Author:
Andrew Bradford <bradfa@…>
Branches:
master
Children:
d05636e
Parents:
a6b5527
Message:

Added info about ABIs to 6.4

Broke out EABI from OABI in table.
Not sure if armv5 should be OABI or EABI, put as OABI for now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/arm/variables.xml

    ra6b5527 rd44503cc  
    3737
    3838  <table os="i">
    39     <title>Processor Type and  Target Triplets</title>
    40     <?dbfo table-width="5in" ?>
     39    <title>Processor Type, ABI, and  Target Triplets</title>
     40    <?dbfo table-width="7in" ?>
    4141
    4242    <tgroup cols="2">
    4343
    4444      <colspec colnum="1" colwidth="2.5in" colname="Processor"/>
    45       <colspec colnum="2" colwidth="2.5in" colname="Triplet"/>
     45      <colspec colnum="2" colwidth="1in" colname="Endian"/>
     46      <colspec colnum="3" colwidth="1in" colname="ABI"/>
     47      <colspec colnum="4" colwidth="2.5in" colname="Triplet"/>
    4648
    4749      <thead>
    4850        <row>
    4951          <entry>Processor</entry>
    50           <entry>Endianess</entry>
     52          <entry>Endian</entry>
     53          <entry>ABI</entry>
    5154          <entry>Target Triplet</entry>
    5255        </row>
     
    5760          <entry>Generic arm</entry>
    5861          <entry>little</entry>
     62          <entry>OABI</entry>
    5963          <entry>arm-unknown-linux-uclibc</entry>
    6064        </row>
     
    6266          <entry>Generic arm, version 5</entry>
    6367          <entry>little</entry>
     68          <entry>OABI</entry>
    6469          <entry>armv5l-unknown-linux-uclibc</entry>
    6570        </row>
     
    6772          <entry>Generic arm, version 5</entry>
    6873          <entry>big</entry>
     74          <entry>OABI</entry>
    6975          <entry>armv5b-unknown-linux-uclibc</entry>
     76        </row>
     77        <row>
     78          <entry>Generic arm</entry>
     79          <entry>little</entry>
     80          <entry>EABI</entry>
     81          <entry>arm-unknown-linux-uclibcgnueabi</entry>
    7082        </row>
    7183      </tbody>
Note: See TracChangeset for help on using the changeset viewer.