source: clfs-embedded/BOOK/cross-tools/arm/abi.xml@ 12cd5ac

Last change on this file since 12cd5ac was 5b4806a, checked in by Jim Gifford <clfs@…>, 16 years ago

Working an x86 and x86_64 integreation

  • Property mode set to 100644
File size: 1.6 KB
RevLine 
[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
[d599ff5]13 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
[5b4806a]14 href="../x86/abi.xml"
[d599ff5]15 xpointer="xpointer(//*[@os='a'])"/>
[8520e58]16
[d599ff5]17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
[5b4806a]18 href="../x86/abi.xml"
[d599ff5]19 xpointer="xpointer(//*[@os='b'])"/>
[8520e58]20
[d599ff5]21 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
[5b4806a]22 href="../x86/abi.xml"
[d599ff5]23 xpointer="xpointer(//*[@os='c'])"/>
[8520e58]24
25 <table>
26 <title>List of Build Variables</title>
[3ca2208]27 <?dbfo table-width="3in" ?>
28
29 <tgroup cols="2">
30
31 <colspec colnum="1" colwidth="1.5in" colname="ABI to Select"/>
32 <colspec colnum="2" colwidth="1.5in" colname="Variable Value"/>
33
[8520e58]34 <thead>
35 <row>
36 <entry>ABI</entry>
37 <entry>BUILD=Value</entry>
38 </row>
39 </thead>
[3ca2208]40
[8520e58]41 <tbody>
42 <row>
[d599ff5]43 <entry>apcs-gnu</entry>
44 <entry>-mabi=apcs-gnu</entry>
[8520e58]45 </row>
46 <row>
[d599ff5]47 <entry>atpcs</entry>
48 <entry>-mabi=atpcs</entry>
[8520e58]49 </row>
50 <row>
[d599ff5]51 <entry>aapcs</entry>
52 <entry>-mabi=aapcs</entry>
[8520e58]53 </row>
54 <row>
[d599ff5]55 <entry>aapcs-linux</entry>
56 <entry>-mabi=aapcs-linux</entry>
[8520e58]57 </row>
58 <row>
[d599ff5]59 <entry>iwmmxt</entry>
60 <entry>-mabi=iwmmxt</entry>
[8520e58]61 </row>
62 </tbody>
[3ca2208]63
[8520e58]64 </tgroup>
[3ca2208]65
[8520e58]66 </table>
67
68</sect1>
[d599ff5]69
Note: See TracBrowser for help on using the repository browser.