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-cross-tools-flags">
|
---|
9 | <title>Build Flags</title>
|
---|
10 | <?dbhtml filename="flags.html"?>
|
---|
11 |
|
---|
12 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
13 | href="../64/flags.xml"
|
---|
14 | xpointer="xpointer(//*[@os='a'])"/>
|
---|
15 |
|
---|
16 | <screen os="b"><userinput>export BUILD64="<replaceable>[BUILD64 entries]</replaceable>"
|
---|
17 | export GCCTARGET="<replaceable>[GCCTARGET entries]</replaceable>"</userinput></screen>
|
---|
18 |
|
---|
19 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
20 | href="../64/flags.xml"
|
---|
21 | xpointer="xpointer(//*[@os='c'])"/>
|
---|
22 |
|
---|
23 | <screen os="d"><userinput>cat >> ~/.bashrc << EOF
|
---|
24 | export BUILD64="${BUILD64}"
|
---|
25 | export GCCTARGET="${GCCTARGET}"
|
---|
26 | EOF</userinput></screen>
|
---|
27 |
|
---|
28 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
29 | href="../sparc64/flags.xml"
|
---|
30 | xpointer="xpointer(//*[@os='e'])"/>
|
---|
31 |
|
---|
32 | <table os="f">
|
---|
33 | <title>List of architectures, target triplets, and recommended book</title>
|
---|
34 | <?dbfo table-width="7in" ?>
|
---|
35 |
|
---|
36 | <tgroup cols="3">
|
---|
37 |
|
---|
38 | <colspec colnum="1" colwidth="1in" colname="Processor"/>
|
---|
39 | <colspec colnum="2" colwidth="3.2in" colname="Build64"/>
|
---|
40 | <colspec colnum="3" colwidth="2.8in" colname="GCC"/>
|
---|
41 |
|
---|
42 | <thead>
|
---|
43 | <row>
|
---|
44 | <entry>Processor</entry>
|
---|
45 | <entry>BUILD64</entry>
|
---|
46 | <entry>GCCTARGET</entry>
|
---|
47 | </row>
|
---|
48 | </thead>
|
---|
49 |
|
---|
50 | <tbody>
|
---|
51 | <row>
|
---|
52 | <entry>Ultrasparc and Ultrasparc2</entry>
|
---|
53 | <entry>-m64 -mcpu=ultrasparc -mtune=ultrasparc</entry>
|
---|
54 | <entry>-mcpu=ultrasparc -mtune=ultrasparc</entry>
|
---|
55 | </row>
|
---|
56 | <row>
|
---|
57 | <entry>Ultrasparc3</entry>
|
---|
58 | <entry>-m64 -mcpu=ultrasparc3 -mtune=ultrasparc3</entry>
|
---|
59 | <entry>-mcpu=ultrasparc3 -mtune=ultrasparc3</entry>
|
---|
60 | </row>
|
---|
61 | </tbody>
|
---|
62 |
|
---|
63 | </tgroup>
|
---|
64 |
|
---|
65 | </table>
|
---|
66 |
|
---|
67 | </sect1>
|
---|
68 |
|
---|