source: clfs-embedded/BOOK/cross-tools/arm/variables.xml @ 5b4806a

Last change on this file since 5b4806a was 5b4806a, checked in by Jim Gifford <clfs@…>, 15 years ago

Working an x86 and x86_64 integreation

  • Property mode set to 100644
File size: 1.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  <table os="e">
32    <title>Processor Type and  Target Triplets</title>
33    <?dbfo table-width="5in" ?>
34
35    <tgroup cols="2">
36
37      <colspec colnum="1" colwidth="2.5in" colname="Processor"/>
38      <colspec colnum="2" colwidth="2.5in" colname="Triplet"/>
39
40      <thead>
41        <row>
42          <entry>Processor</entry>
43          <entry>Target Triplet</entry>
44        </row>
45      </thead>
46
47      <tbody>
48        <row>
49          <entry>Generic arm, little endian</entry>
50          <entry>arm-unknown-linux-uclibc</entry>
51        </row>
52        <row>
53          <entry>Generic arm, version 5, little endian</entry>
54          <entry>armv5l-unknown-linux-uclibc</entry>
55        </row>
56        <row>
57          <entry>Generic arm, version 5, big endian</entry>
58          <entry>armv5b-unknown-linux-uclibc</entry>
59        </row>
60      </tbody>
61
62    </tgroup>
63
64  </table>
65
66</sect1>
Note: See TracBrowser for help on using the repository browser.