Last change
on this file since 5b4806a was
5b4806a,
checked in by Jim Gifford <clfs@…>, 14 years ago
|
Working an x86 and x86_64 integreation
|
-
Property mode set to
100644
|
File size:
1.4 KB
|
Line | |
---|
1 | <?xml version="1.0" encoding="ISO-8859-1"?> |
---|
2 | <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" |
---|
3 | "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ |
---|
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 | |
---|
13 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" |
---|
14 | href="../x86/abi.xml" |
---|
15 | xpointer="xpointer(//*[@os='a'])"/> |
---|
16 | |
---|
17 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" |
---|
18 | href="../x86/abi.xml" |
---|
19 | xpointer="xpointer(//*[@os='b'])"/> |
---|
20 | |
---|
21 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" |
---|
22 | href="../x86/abi.xml" |
---|
23 | xpointer="xpointer(//*[@os='c'])"/> |
---|
24 | |
---|
25 | <table> |
---|
26 | <title>List of Build Variables</title> |
---|
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 | |
---|
34 | <thead> |
---|
35 | <row> |
---|
36 | <entry>ABI</entry> |
---|
37 | <entry>BUILD=Value</entry> |
---|
38 | </row> |
---|
39 | </thead> |
---|
40 | |
---|
41 | <tbody> |
---|
42 | <row> |
---|
43 | <entry>32-Bit</entry> |
---|
44 | <entry>-mabi=32</entry> |
---|
45 | </row> |
---|
46 | <row> |
---|
47 | <entry>N32</entry> |
---|
48 | <entry>-mabi=n32</entry> |
---|
49 | </row> |
---|
50 | <row> |
---|
51 | <entry>64-Bit</entry> |
---|
52 | <entry>-mabi=64</entry> |
---|
53 | </row> |
---|
54 | </tbody> |
---|
55 | |
---|
56 | </tgroup> |
---|
57 | |
---|
58 | </table> |
---|
59 | |
---|
60 | </sect1> |
---|
61 | |
---|
Note: See
TracBrowser
for help on using the repository browser.