source: BOOK/cross-tools/alpha/variables.xml@ 6c0886e

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since 6c0886e was aa18ac0, checked in by Manuel Canales Esparcia <manuel@…>, 18 years ago

Updated trunk book sources to use DocBook-XML DTD 4.5.

  • Property mode set to 100644
File size: 2.7 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>
47 <tgroup cols="2" align="center">
48 <colspec colname="Processor"/>
49 <colspec colname="Triplet"/>
50 <thead>
51 <row>
52 <entry>Processor</entry>
53 <entry>Target Triplet</entry>
54 </row>
55 </thead>
56 <tbody>
57 <row>
58 <entry>Unknown</entry>
59 <entry>alpha-unknown-linux-gnu</entry>
60 </row>
61 <row>
62 <entry>EV5 Series</entry>
63 <entry>alphaev5-unknown-linux-gnu</entry>
64 </row>
65 <row>
66 <entry>EV56 Series</entry>
67 <entry>alphaev56-unknown-linux-gnu</entry>
68 </row>
69 <row>
70 <entry>PCA56 Series</entry>
71 <entry>alphapca56-unknown-linux-gnu</entry>
72 </row>
73 <row>
74 <entry>PCA57 Series</entry>
75 <entry>alphapca57-unknown-linux-gnu</entry>
76 </row>
77 <row>
78 <entry>EV6 Series</entry>
79 <entry>alphaev6-unknown-linux-gnu</entry>
80 </row>
81 <row>
82 <entry>EV67 Series</entry>
83 <entry>alphaev67-unknown-linux-gnu</entry>
84 </row>
85 <row>
86 <entry>EV68 Series</entry>
87 <entry>alphaev68-unknown-linux-gnu</entry>
88 </row>
89 </tbody>
90 </tgroup>
91 </table>
92
[12c9cef]93</sect1>
Note: See TracBrowser for help on using the repository browser.