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

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since d018b81 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
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="../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"
24    href="../x86/variables.xml"
25    xpointer="xpointer(//*[@os='c'])"/>
26
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>
36
37    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
38    href="../x86/variables.xml"
39    xpointer="xpointer(//*[@os='e'])"/>
40
41    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
42    href="../x86/variables.xml"
43    xpointer="xpointer(//*[@os='f'])"/>
44
45  <table os="g">
46    <title>Processor Type and Target Triplets</title>
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
54      <thead>
55        <row>
56          <entry>Processor</entry>
57          <entry>Target Triplet</entry>
58        </row>
59      </thead>
60
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>
95
96    </tgroup>
97
98  </table>
99
100</sect1>
Note: See TracBrowser for help on using the repository browser.