Blame |
Last modification |
View Log
| RSS feed
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
]>
<sect1 id="ch-cross-tools-variables">
<?dbhtml filename="variables.html"?>
<title>Build Variables</title>
<bridgehead renderas="sect4">Setting Host and Target</bridgehead>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../arm/variables.xml"
xpointer="xpointer(//*[@os='a'])"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../arm/variables.xml"
xpointer="xpointer(//*[@os='b'])"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../arm/variables.xml"
xpointer="xpointer(//*[@os='c'])"/>
<screen os="d"><userinput>export CLFS_TARGET="[target triplet]"</userinput></screen>
<para os="t1">Replace [target triplet] with the appropriate machine triplet
using the table at the bottom of the page.</para>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../arm/variables.xml"
xpointer="xpointer(//*[@os='e'])"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../arm/variables.xml"
xpointer="xpointer(//*[@os='f'])"/>
<table os="g">
<title>Processor Type and Target Triplets</title>
<?dbfo table-width="5in" ?>
<tgroup cols="2" align="center">
<colspec colnum="1" colwidth="2.5in" colname="Processor"/>
<colspec colnum="2" colwidth="2.5in" colname="Triplet"/>
<thead>
<row>
<entry>Processor</entry>
<entry>Target Triplet</entry>
</row>
</thead>
<tbody>
<row>
<entry>486 Compatibles</entry>
<entry>i486-pc-linux-gnu</entry>
</row>
<row>
<entry>Pentium, K6, 586 Compatibles</entry>
<entry>i586-pc-linux-gnu</entry>
</row>
<row>
<entry>Pentium II, Pentium III, Pentium 4</entry>
<entry>i686-pc-linux-gnu</entry>
</row>
<row>
<entry>Athlon, Duron</entry>
<entry>i686-pc-linux-gnu</entry>
</row>
</tbody>
</tgroup>
</table>
</sect1>