source: clfs-sysroot/BOOK/cross-tools/x86/variables.xml@ 76c3eca

Last change on this file since 76c3eca was 76c3eca, checked in by Chris Staub <chris@…>, 16 years ago

CLFS sysroot normally uses DESTDIR anyway

  • Property mode set to 100644
File size: 2.2 KB
Line 
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-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
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>
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>
42 <?dbfo table-width="5in" ?>
43
44 <tgroup cols="2" align="center">
45
46 <colspec colnum="1" colwidth="2.5in" colname="Processor"/>
47 <colspec colnum="2" colwidth="2.5in" colname="Triplet"/>
48
49 <thead>
50 <row>
51 <entry>Processor</entry>
52 <entry>Target Triplet</entry>
53 </row>
54 </thead>
55
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>
74
75 </tgroup>
76
77 </table>
78
79</sect1>
Note: See TracBrowser for help on using the repository browser.