[3793118a] | 1 | <?xml version="1.0" encoding="ISO-8859-1"?>
|
---|
[aa18ac0] | 2 | <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
---|
| 3 | "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
---|
[3793118a] | 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 |
|
---|
[dabbced] | 12 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[3793118a] | 13 | href="../64/flags.xml"
|
---|
| 14 | xpointer="xpointer(//*[@os='a'])"/>
|
---|
| 15 |
|
---|
[d018b81] | 16 | <screen os="b"><userinput>export BUILD64="<replaceable>[BUILD64 entries]</replaceable>"
|
---|
| 17 | export GCCTARGET="<replaceable>[GCCTARGET entries]</replaceable>"</userinput></screen>
|
---|
[3793118a] | 18 |
|
---|
[dabbced] | 19 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[3793118a] | 20 | href="../64/flags.xml"
|
---|
| 21 | xpointer="xpointer(//*[@os='c'])"/>
|
---|
| 22 |
|
---|
[c63dde1] | 23 | <screen os="d"><userinput>cat >> ~/.bashrc << EOF
|
---|
| 24 | export BUILD64="${BUILD64}"
|
---|
| 25 | export GCCTARGET="${GCCTARGET}"
|
---|
| 26 | EOF</userinput></screen>
|
---|
[3793118a] | 27 |
|
---|
[dabbced] | 28 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[fbf24b4] | 29 | href="../sparc64/flags.xml"
|
---|
| 30 | xpointer="xpointer(//*[@os='e'])"/>
|
---|
[3793118a] | 31 |
|
---|
| 32 | <table os="f">
|
---|
| 33 | <title>List of architectures, target triplets, and recommended book</title>
|
---|
[d018b81] | 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 |
|
---|
[3793118a] | 42 | <thead>
|
---|
| 43 | <row>
|
---|
| 44 | <entry>Processor</entry>
|
---|
| 45 | <entry>BUILD64</entry>
|
---|
| 46 | <entry>GCCTARGET</entry>
|
---|
| 47 | </row>
|
---|
| 48 | </thead>
|
---|
[d018b81] | 49 |
|
---|
[3793118a] | 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>
|
---|
[d018b81] | 62 |
|
---|
[3793118a] | 63 | </tgroup>
|
---|
[d018b81] | 64 |
|
---|
[3793118a] | 65 | </table>
|
---|
| 66 |
|
---|
| 67 | </sect1>
|
---|
| 68 |
|
---|