[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 |
|
---|
| 12 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 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 |
|
---|
| 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>echo export BUILD64=\""${BUILD64}\"" >> ~/.bashrc
|
---|
| 24 | echo export GCCTARGET=\""${GCCTARGET}\"" >> ~/.bashrc</userinput></screen>
|
---|
| 25 |
|
---|
[fbf24b4] | 26 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 27 | href="../sparc64/flags.xml"
|
---|
| 28 | xpointer="xpointer(//*[@os='e'])"/>
|
---|
[3793118a] | 29 |
|
---|
| 30 | <table os="f">
|
---|
| 31 | <title>List of architectures, target triplets, and recommended book</title>
|
---|
[d018b81] | 32 | <?dbfo table-width="7in" ?>
|
---|
| 33 |
|
---|
| 34 | <tgroup cols="3">
|
---|
| 35 |
|
---|
| 36 | <colspec colnum="1" colwidth="1in" colname="Processor"/>
|
---|
| 37 | <colspec colnum="2" colwidth="3.2in" colname="Build64"/>
|
---|
| 38 | <colspec colnum="3" colwidth="2.8in" colname="GCC"/>
|
---|
| 39 |
|
---|
[3793118a] | 40 | <thead>
|
---|
| 41 | <row>
|
---|
| 42 | <entry>Processor</entry>
|
---|
| 43 | <entry>BUILD64</entry>
|
---|
| 44 | <entry>GCCTARGET</entry>
|
---|
| 45 | </row>
|
---|
| 46 | </thead>
|
---|
[d018b81] | 47 |
|
---|
[3793118a] | 48 | <tbody>
|
---|
| 49 | <row>
|
---|
| 50 | <entry>Ultrasparc and Ultrasparc2</entry>
|
---|
| 51 | <entry>-m64 -mcpu=ultrasparc -mtune=ultrasparc</entry>
|
---|
| 52 | <entry>-mcpu=ultrasparc -mtune=ultrasparc</entry>
|
---|
| 53 | </row>
|
---|
| 54 | <row>
|
---|
| 55 | <entry>Ultrasparc3</entry>
|
---|
| 56 | <entry>-m64 -mcpu=ultrasparc3 -mtune=ultrasparc3</entry>
|
---|
| 57 | <entry>-mcpu=ultrasparc3 -mtune=ultrasparc3</entry>
|
---|
| 58 | </row>
|
---|
| 59 | </tbody>
|
---|
[d018b81] | 60 |
|
---|
[3793118a] | 61 | </tgroup>
|
---|
[d018b81] | 62 |
|
---|
[3793118a] | 63 | </table>
|
---|
| 64 |
|
---|
| 65 | </sect1>
|
---|
| 66 |
|
---|