source: BOOK/cross-tools/alpha/variables.xml@ 9915fd89

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since 9915fd89 was d018b81, checked in by Manuel Canales Esparcia <manuel@…>, 17 years ago

Several fixes for PDF look.

  • Property mode set to 100644
File size: 2.8 KB
RevLine 
[12c9cef]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" [
[12c9cef]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="../x86/variables.xml"
17 xpointer="xpointer(//*[@os='a'])"/>
18
19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
20 href="../x86/variables.xml"
21 xpointer="xpointer(//*[@os='b'])"/>
22
23 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
[7030b60]24 href="../x86/variables.xml"
[12c9cef]25 xpointer="xpointer(//*[@os='c'])"/>
26
[23cc7cc]27 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
28 href="../x86/variables.xml"
29 xpointer="xpointer(//*[@os='d'])"/>
30
31 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
32 href="../x86/variables.xml"
33 xpointer="xpointer(//*[@os='t1'])"/>
34
35 <bridgehead renderas="sect4">Copy settings to the Environment</bridgehead>
[12c9cef]36
37 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
[23cc7cc]38 href="../x86/variables.xml"
[12c9cef]39 xpointer="xpointer(//*[@os='e'])"/>
40
41 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
[53b4f28]42 href="../x86/variables.xml"
[12c9cef]43 xpointer="xpointer(//*[@os='f'])"/>
44
[23cc7cc]45 <table os="g">
46 <title>Processor Type and Target Triplets</title>
[d018b81]47
48 <tgroup cols="2">
49 <?dbfo table-width="5in" ?>
50
51 <colspec colnum="1" colwidth="2.5in" colname="Processor"/>
52 <colspec colnum="2" colwidth="2.5in" colname="Triplet"/>
53
[23cc7cc]54 <thead>
55 <row>
56 <entry>Processor</entry>
57 <entry>Target Triplet</entry>
58 </row>
59 </thead>
[d018b81]60
[23cc7cc]61 <tbody>
62 <row>
63 <entry>Unknown</entry>
64 <entry>alpha-unknown-linux-gnu</entry>
65 </row>
66 <row>
67 <entry>EV5 Series</entry>
68 <entry>alphaev5-unknown-linux-gnu</entry>
69 </row>
70 <row>
71 <entry>EV56 Series</entry>
72 <entry>alphaev56-unknown-linux-gnu</entry>
73 </row>
74 <row>
75 <entry>PCA56 Series</entry>
76 <entry>alphapca56-unknown-linux-gnu</entry>
77 </row>
78 <row>
79 <entry>PCA57 Series</entry>
80 <entry>alphapca57-unknown-linux-gnu</entry>
81 </row>
82 <row>
83 <entry>EV6 Series</entry>
84 <entry>alphaev6-unknown-linux-gnu</entry>
85 </row>
86 <row>
87 <entry>EV67 Series</entry>
88 <entry>alphaev67-unknown-linux-gnu</entry>
89 </row>
90 <row>
91 <entry>EV68 Series</entry>
92 <entry>alphaev68-unknown-linux-gnu</entry>
93 </row>
94 </tbody>
[d018b81]95
[23cc7cc]96 </tgroup>
[d018b81]97
[23cc7cc]98 </table>
99
[12c9cef]100</sect1>
Note: See TracBrowser for help on using the repository browser.