- Timestamp:
- Feb 18, 2011, 12:01:51 PM (14 years ago)
- Branches:
- master
- Children:
- ae8e977
- Parents:
- 2a10689
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/mips/abi.xml
r2a10689 r85f704b 25 25 <table> 26 26 <title>List of Build Variables</title> 27 <?dbfo table-width=" 3in" ?>27 <?dbfo table-width="5.5in" ?> 28 28 29 29 <tgroup cols="2"> 30 30 31 31 <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"/> 33 34 34 35 <thead> … … 36 37 <entry>ABI</entry> 37 38 <entry>CLFS_ABI=Value</entry> 39 <entry>Notes</entry> 38 40 </row> 39 41 </thead> … … 41 43 <tbody> 42 44 <row> 43 <entry> 32-Bit</entry>45 <entry>O32</entry> 44 46 <entry>32</entry> 47 <entry>For 32 bit CPUs only</entry> 45 48 </row> 46 49 <row> 47 50 <entry>N32</entry> 48 51 <entry>n32</entry> 52 <entry>For 64 bit CPUs operating in 32 bit mode</entry> 49 53 </row> 50 54 <row> 51 <entry> 64-Bit</entry>55 <entry>N64</entry> 52 56 <entry>64</entry> 57 <entry>For 64 bit CPUs operating in 64 bit mode</entry> 53 58 </row> 54 59 </tbody>
Note:
See TracChangeset
for help on using the changeset viewer.