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

clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since 6d564e0 was dabbced, checked in by Joe Ciccone <jciccone@…>, 14 years ago

Change the XInclude schema path from 2003 to 2001. 2003 is depreciated
according to w3.org and 2001 should be used instead.

  • 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
[dabbced]15 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[12c9cef]16 href="../x86/variables.xml"
17 xpointer="xpointer(//*[@os='a'])"/>
18
[dabbced]19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[12c9cef]20 href="../x86/variables.xml"
21 xpointer="xpointer(//*[@os='b'])"/>
22
[dabbced]23 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[7030b60]24 href="../x86/variables.xml"
[12c9cef]25 xpointer="xpointer(//*[@os='c'])"/>
26
[dabbced]27 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[23cc7cc]28 href="../x86/variables.xml"
29 xpointer="xpointer(//*[@os='d'])"/>
30
[dabbced]31 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[23cc7cc]32 href="../x86/variables.xml"
33 xpointer="xpointer(//*[@os='t1'])"/>
34
35 <bridgehead renderas="sect4">Copy settings to the Environment</bridgehead>
[12c9cef]36
[dabbced]37 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[23cc7cc]38 href="../x86/variables.xml"
[12c9cef]39 xpointer="xpointer(//*[@os='e'])"/>
40
[dabbced]41 <xi:include xmlns:xi="http://www.w3.org/2001/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>
[d5acabe3]64 <entry>alpha-unknown-linux-gnu</entry>
[23cc7cc]65 </row>
66 <row>
67 <entry>EV5 Series</entry>
[d5acabe3]68 <entry>alphaev5-unknown-linux-gnu</entry>
[23cc7cc]69 </row>
70 <row>
71 <entry>EV56 Series</entry>
[d5acabe3]72 <entry>alphaev56-unknown-linux-gnu</entry>
[23cc7cc]73 </row>
74 <row>
75 <entry>PCA56 Series</entry>
[d5acabe3]76 <entry>alphapca56-unknown-linux-gnu</entry>
[23cc7cc]77 </row>
78 <row>
79 <entry>PCA57 Series</entry>
[d5acabe3]80 <entry>alphapca57-unknown-linux-gnu</entry>
[23cc7cc]81 </row>
82 <row>
83 <entry>EV6 Series</entry>
[d5acabe3]84 <entry>alphaev6-unknown-linux-gnu</entry>
[23cc7cc]85 </row>
86 <row>
87 <entry>EV67 Series</entry>
[d5acabe3]88 <entry>alphaev67-unknown-linux-gnu</entry>
[23cc7cc]89 </row>
90 <row>
91 <entry>EV68 Series</entry>
[d5acabe3]92 <entry>alphaev68-unknown-linux-gnu</entry>
[23cc7cc]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.