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

Last change on this file since 12e7efe2 was 12e7efe2, checked in by Joe Ciccone <jciccone@…>, 18 years ago

Added PA-RISC (hppa) 32bit.

  • Property mode set to 100644
File size: 1.9 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/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 <tgroup cols="2" align="center">
42 <colspec colname="Processor"/>
43 <colspec colname="Triplet"/>
44 <thead>
45 <row>
46 <entry>Processor</entry>
47 <entry>Target Triplet</entry>
48 </row>
49 </thead>
50 <tbody>
51 <row>
52 <entry>Unknown</entry>
53 <entry>hppa-unknown-linux-gnu</entry>
54 </row>
55 <row>
56 <entry>PA-7000 Series</entry>
57 <entry>hppa1.1-unknown-linux-gnu</entry>
58 </row>
59 <row>
60 <entry>PA-8000 Series</entry>
61 <entry>hppa2.0-unknown-linux-gnu</entry>
62 </row>
63 </tbody>
64 </tgroup>
65 </table>
66
67</sect1>
Note: See TracBrowser for help on using the repository browser.