- Timestamp:
- Feb 6, 2011, 8:53:46 PM (14 years ago)
- Branches:
- master
- Children:
- d05636e
- Parents:
- a6b5527
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/arm/variables.xml
ra6b5527 rd44503cc 37 37 38 38 <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" ?> 41 41 42 42 <tgroup cols="2"> 43 43 44 44 <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"/> 46 48 47 49 <thead> 48 50 <row> 49 51 <entry>Processor</entry> 50 <entry>Endianess</entry> 52 <entry>Endian</entry> 53 <entry>ABI</entry> 51 54 <entry>Target Triplet</entry> 52 55 </row> … … 57 60 <entry>Generic arm</entry> 58 61 <entry>little</entry> 62 <entry>OABI</entry> 59 63 <entry>arm-unknown-linux-uclibc</entry> 60 64 </row> … … 62 66 <entry>Generic arm, version 5</entry> 63 67 <entry>little</entry> 68 <entry>OABI</entry> 64 69 <entry>armv5l-unknown-linux-uclibc</entry> 65 70 </row> … … 67 72 <entry>Generic arm, version 5</entry> 68 73 <entry>big</entry> 74 <entry>OABI</entry> 69 75 <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> 70 82 </row> 71 83 </tbody>
Note:
See TracChangeset
for help on using the changeset viewer.