[ad36f39] | 1 | <?xml version="1.0" encoding="ISO-8859-1"?>
|
---|
[bd48e48] | 2 | <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
---|
| 3 | "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
---|
[ad36f39] | 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"
|
---|
[5b4806a] | 21 | xpointer="xpointer(//*[@os='b'])"/>
|
---|
[ad36f39] | 22 |
|
---|
| 23 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 24 | href="../x86/variables.xml"
|
---|
[5b4806a] | 25 | xpointer="xpointer(//*[@os='c'])"/>
|
---|
[ad36f39] | 26 |
|
---|
[a9bbc46] | 27 | <screen os="d"><userinput>export CLFS_ARCH=arm
|
---|
| 28 | export CLFS_ENDIAN=<replaceable>[endianess]</replaceable></userinput></screen>
|
---|
[6533111] | 29 |
|
---|
[5b4806a] | 30 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 31 | href="../x86/variables.xml"
|
---|
[0dad5b9] | 32 | xpointer="xpointer(//*[@os='g'])"/>
|
---|
[6533111] | 33 |
|
---|
[0dad5b9] | 34 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 35 | href="../x86/variables.xml"
|
---|
| 36 | xpointer="xpointer(//*[@os='h'])"/>
|
---|
[ad36f39] | 37 |
|
---|
[0dad5b9] | 38 | <table os="i">
|
---|
[ad36f39] | 39 | <title>Processor Type and Target Triplets</title>
|
---|
[3ca2208] | 40 | <?dbfo table-width="5in" ?>
|
---|
| 41 |
|
---|
| 42 | <tgroup cols="2">
|
---|
| 43 |
|
---|
| 44 | <colspec colnum="1" colwidth="2.5in" colname="Processor"/>
|
---|
| 45 | <colspec colnum="2" colwidth="2.5in" colname="Triplet"/>
|
---|
| 46 |
|
---|
[ad36f39] | 47 | <thead>
|
---|
| 48 | <row>
|
---|
| 49 | <entry>Processor</entry>
|
---|
[a9bbc46] | 50 | <entry>Endianess</entry>
|
---|
[ad36f39] | 51 | <entry>Target Triplet</entry>
|
---|
| 52 | </row>
|
---|
| 53 | </thead>
|
---|
[3ca2208] | 54 |
|
---|
[ad36f39] | 55 | <tbody>
|
---|
| 56 | <row>
|
---|
[a9bbc46] | 57 | <entry>Generic arm</entry>
|
---|
| 58 | <entry>little</entry>
|
---|
[ad36f39] | 59 | <entry>arm-unknown-linux-uclibc</entry>
|
---|
| 60 | </row>
|
---|
| 61 | <row>
|
---|
[a9bbc46] | 62 | <entry>Generic arm, version 5</entry>
|
---|
| 63 | <entry>little</entry>
|
---|
[ad36f39] | 64 | <entry>armv5l-unknown-linux-uclibc</entry>
|
---|
| 65 | </row>
|
---|
| 66 | <row>
|
---|
[a9bbc46] | 67 | <entry>Generic arm, version 5</entry>
|
---|
| 68 | <entry>big</entry>
|
---|
[ad36f39] | 69 | <entry>armv5b-unknown-linux-uclibc</entry>
|
---|
| 70 | </row>
|
---|
| 71 | </tbody>
|
---|
[3ca2208] | 72 |
|
---|
[ad36f39] | 73 | </tgroup>
|
---|
[3ca2208] | 74 |
|
---|
[ad36f39] | 75 | </table>
|
---|
| 76 |
|
---|
| 77 | </sect1>
|
---|