source: clfs-sysroot/BOOK/cross-tools/x86/variables.xml@ 9da6c48

Last change on this file since 9da6c48 was a074923, checked in by Manuel Canales Esparcia <manuel@…>, 17 years ago

Some fixes for PDF look.

  • Property mode set to 100644
File size: 2.0 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 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
30 href="../arm/variables.xml"
31 xpointer="xpointer(//*[@os='e'])"/>
32
33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
34 href="../arm/variables.xml"
35 xpointer="xpointer(//*[@os='f'])"/>
36
37 <table os="g">
38 <title>Processor Type and Target Triplets</title>
39 <?dbfo table-width="5in" ?>
40
41 <tgroup cols="2" align="center">
42
43 <colspec colnum="1" colwidth="2.5in" colname="Processor"/>
44 <colspec colnum="2" colwidth="2.5in" colname="Triplet"/>
45
46 <thead>
47 <row>
48 <entry>Processor</entry>
49 <entry>Target Triplet</entry>
50 </row>
51 </thead>
52
53 <tbody>
54 <row>
55 <entry>486 Compatibles</entry>
56 <entry>i486-pc-linux-gnu</entry>
57 </row>
58 <row>
59 <entry>Pentium, K6, 586 Compatibles</entry>
60 <entry>i586-pc-linux-gnu</entry>
61 </row>
62 <row>
63 <entry>Pentium II, Pentium III, Pentium 4</entry>
64 <entry>i686-pc-linux-gnu</entry>
65 </row>
66 <row>
67 <entry>Athlon, Duron</entry>
68 <entry>i686-pc-linux-gnu</entry>
69 </row>
70 </tbody>
71
72 </tgroup>
73
74 </table>
75
76</sect1>
Note: See TracBrowser for help on using the repository browser.