[da9613e] | 1 | <?xml version="1.0" encoding="ISO-8859-1"?>
|
---|
[c439b8a] | 2 | <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
---|
| 3 | "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
---|
[da9613e] | 4 | <!ENTITY % general-entities SYSTEM "../../general.ent">
|
---|
| 5 | %general-entities;
|
---|
| 6 | ]>
|
---|
| 7 |
|
---|
| 8 | <sect1 id="ch-cross-tools-variables">
|
---|
| 9 | <?dbhtml filename="variables.html"?>
|
---|
| 10 |
|
---|
| 11 | <title>Build Variables</title>
|
---|
| 12 |
|
---|
| 13 | <bridgehead renderas="sect4">Setting Host and Target</bridgehead>
|
---|
| 14 |
|
---|
| 15 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 16 | href="../arm/variables.xml"
|
---|
| 17 | xpointer="xpointer(//*[@os='a'])"/>
|
---|
| 18 |
|
---|
| 19 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 20 | href="../arm/variables.xml"
|
---|
| 21 | xpointer="xpointer(//*[@os='b'])"/>
|
---|
| 22 |
|
---|
| 23 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 24 | href="../arm/variables.xml"
|
---|
| 25 | xpointer="xpointer(//*[@os='c'])"/>
|
---|
| 26 |
|
---|
[76c3eca] | 27 | <screen os="d"><userinput>export CLFS_TARGET="[target triplet]"</userinput></screen>
|
---|
| 28 |
|
---|
| 29 | <para os="t1">Replace [target triplet] with the appropriate machine triplet
|
---|
| 30 | using the table at the bottom of the page.</para>
|
---|
[da9613e] | 31 |
|
---|
| 32 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 33 | href="../arm/variables.xml"
|
---|
| 34 | xpointer="xpointer(//*[@os='e'])"/>
|
---|
| 35 |
|
---|
| 36 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 37 | href="../arm/variables.xml"
|
---|
| 38 | xpointer="xpointer(//*[@os='f'])"/>
|
---|
| 39 |
|
---|
| 40 | <table os="g">
|
---|
| 41 | <title>Processor Type and Target Triplets</title>
|
---|
[a074923] | 42 | <?dbfo table-width="5in" ?>
|
---|
| 43 |
|
---|
[da9613e] | 44 | <tgroup cols="2" align="center">
|
---|
[a074923] | 45 |
|
---|
| 46 | <colspec colnum="1" colwidth="2.5in" colname="Processor"/>
|
---|
| 47 | <colspec colnum="2" colwidth="2.5in" colname="Triplet"/>
|
---|
| 48 |
|
---|
[da9613e] | 49 | <thead>
|
---|
| 50 | <row>
|
---|
| 51 | <entry>Processor</entry>
|
---|
| 52 | <entry>Target Triplet</entry>
|
---|
| 53 | </row>
|
---|
| 54 | </thead>
|
---|
[a074923] | 55 |
|
---|
[da9613e] | 56 | <tbody>
|
---|
| 57 | <row>
|
---|
| 58 | <entry>486 Compatibles</entry>
|
---|
| 59 | <entry>i486-pc-linux-gnu</entry>
|
---|
| 60 | </row>
|
---|
| 61 | <row>
|
---|
| 62 | <entry>Pentium, K6, 586 Compatibles</entry>
|
---|
| 63 | <entry>i586-pc-linux-gnu</entry>
|
---|
| 64 | </row>
|
---|
| 65 | <row>
|
---|
| 66 | <entry>Pentium II, Pentium III, Pentium 4</entry>
|
---|
| 67 | <entry>i686-pc-linux-gnu</entry>
|
---|
| 68 | </row>
|
---|
| 69 | <row>
|
---|
| 70 | <entry>Athlon, Duron</entry>
|
---|
| 71 | <entry>i686-pc-linux-gnu</entry>
|
---|
| 72 | </row>
|
---|
| 73 | </tbody>
|
---|
[a074923] | 74 |
|
---|
[da9613e] | 75 | </tgroup>
|
---|
[a074923] | 76 |
|
---|
[da9613e] | 77 | </table>
|
---|
| 78 |
|
---|
| 79 | </sect1>
|
---|