source: clfs-sysroot/BOOK/cross-tools/hppa/variables.xml @ a074923

Last change on this file since a074923 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  <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="../arm/variables.xml"
33  xpointer="xpointer(//*[@os='e'])"/>
34
35  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
36  href="../arm/variables.xml"
37  xpointer="xpointer(//*[@os='f'])"/>
38
39  <table os="g">
40    <title>Processor Type and  Target Triplets</title>
41    <?dbfo table-width="5in" ?>
42
43    <tgroup cols="2" align="center">
44
45      <colspec colnum="1" colwidth="2.5in" colname="Processor"/>
46      <colspec colnum="2" colwidth="2.5in" colname="Triplet"/>
47
48      <thead>
49        <row>
50          <entry>Processor</entry>
51          <entry>Target Triplet</entry>
52        </row>
53      </thead>
54
55      <tbody>
56        <row>
57          <entry>Unknown</entry>
58          <entry>hppa-unknown-linux-gnu</entry>
59        </row>
60        <row>
61          <entry>PA-7000 Series</entry>
62          <entry>hppa1.1-unknown-linux-gnu</entry>
63        </row>
64        <row>
65          <entry>PA-8000 Series</entry>
66          <entry>hppa2.0-unknown-linux-gnu</entry>
67        </row>
68      </tbody>
69
70    </tgroup>
71
72  </table>
73
74</sect1>
Note: See TracBrowser for help on using the repository browser.