source:
clfs-embedded/BOOK/cross-tools/mips/abi.xml@
9b8acdd
| Last change on this file since 9b8acdd was 85f704b, checked in by , 15 years ago | |
|---|---|
|
|
| File size: 1.6 KB | |
| Rev | Line | |
|---|---|---|
| [8520e58] | 1 | <?xml version="1.0" encoding="ISO-8859-1"?> |
| [bd48e48] | 2 | <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" |
| 3 | "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ | |
| [8520e58] | 4 | <!ENTITY % general-entities SYSTEM "../../general.ent"> |
| 5 | %general-entities; | |
| 6 | ]> | |
| 7 | ||
| 8 | <sect1 id="ch-system-abi"> | |
| 9 | <?dbhtml filename="abi.html"?> | |
| 10 | ||
| 11 | <title>ABI Variables</title> | |
| 12 | ||
| [60aed94] | 13 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" |
| [541ad7b] | 14 | href="../common/abi.xml" |
| [60aed94] | 15 | xpointer="xpointer(//*[@os='a'])"/> |
| [8520e58] | 16 | |
| [60aed94] | 17 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" |
| [541ad7b] | 18 | href="../common/abi.xml" |
| [60aed94] | 19 | xpointer="xpointer(//*[@os='b'])"/> |
| [8520e58] | 20 | |
| [60aed94] | 21 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" |
| [541ad7b] | 22 | href="../common/abi.xml" |
| [60aed94] | 23 | xpointer="xpointer(//*[@os='c'])"/> |
| [8520e58] | 24 | |
| 25 | <table> | |
| 26 | <title>List of Build Variables</title> | |
| [85f704b] | 27 | <?dbfo table-width="5.5in" ?> |
| [3ca2208] | 28 | |
| 29 | <tgroup cols="2"> | |
| 30 | ||
| 31 | <colspec colnum="1" colwidth="1.5in" colname="ABI to Select"/> | |
| [85f704b] | 32 | <colspec colnum="2" colwidth="1.5in" colname="CLFS_ABI Value"/> |
| 33 | <colspec colnum="3" colwidth="2.5in" colname="Notes"/> | |
| [3ca2208] | 34 | |
| [8520e58] | 35 | <thead> |
| 36 | <row> | |
| 37 | <entry>ABI</entry> | |
| [d5c7418] | 38 | <entry>CLFS_ABI=Value</entry> |
| [85f704b] | 39 | <entry>Notes</entry> |
| [8520e58] | 40 | </row> |
| 41 | </thead> | |
| [3ca2208] | 42 | |
| [8520e58] | 43 | <tbody> |
| 44 | <row> | |
| [85f704b] | 45 | <entry>O32</entry> |
| [79bc6ce] | 46 | <entry>32</entry> |
| [85f704b] | 47 | <entry>For 32 bit CPUs only</entry> |
| [8520e58] | 48 | </row> |
| 49 | <row> | |
| [d599ff5] | 50 | <entry>N32</entry> |
| [79bc6ce] | 51 | <entry>n32</entry> |
| [85f704b] | 52 | <entry>For 64 bit CPUs operating in 32 bit mode</entry> |
| [8520e58] | 53 | </row> |
| 54 | <row> | |
| [85f704b] | 55 | <entry>N64</entry> |
| [79bc6ce] | 56 | <entry>64</entry> |
| [85f704b] | 57 | <entry>For 64 bit CPUs operating in 64 bit mode</entry> |
| [8520e58] | 58 | </row> |
| 59 | </tbody> | |
| [3ca2208] | 60 | |
| [8520e58] | 61 | </tgroup> |
| [3ca2208] | 62 | |
| [8520e58] | 63 | </table> |
| 64 | ||
| 65 | </sect1> | |
| [d599ff5] | 66 |
Note:
See TracBrowser
for help on using the repository browser.
