[3f8be484] | 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">Configuration # 1 - Creating different
|
---|
| 14 | architecture tools</bridgehead>
|
---|
| 15 |
|
---|
[6bb43b3] | 16 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 17 | href="../common/variables.xml"
|
---|
| 18 | xpointer="xpointer(//*[@os='a'])"/>
|
---|
[3f8be484] | 19 |
|
---|
[6bb43b3] | 20 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 21 | href="../common/variables.xml"
|
---|
| 22 | xpointer="xpointer(//*[@os='b'])"/>
|
---|
[3f8be484] | 23 |
|
---|
[6bb43b3] | 24 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 25 | href="../common/variables.xml"
|
---|
| 26 | xpointer="xpointer(//*[@os='c'])"/>
|
---|
[3f8be484] | 27 |
|
---|
[6bb43b3] | 28 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 29 | href="../common/variables.xml"
|
---|
| 30 | xpointer="xpointer(//*[@os='d'])"/>
|
---|
[3f8be484] | 31 |
|
---|
[6bb43b3] | 32 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 33 | href="../common/variables.xml"
|
---|
| 34 | xpointer="xpointer(//*[@os='e'])"/>
|
---|
[3f8be484] | 35 |
|
---|
| 36 | <bridgehead renderas="sect4">Configuration # 2 - Creating same
|
---|
| 37 | architecture tools</bridgehead>
|
---|
| 38 |
|
---|
[6bb43b3] | 39 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 40 | href="../common/variables.xml"
|
---|
| 41 | xpointer="xpointer(//*[@os='f'])"/>
|
---|
| 42 |
|
---|
| 43 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 44 | href="../common/variables.xml"
|
---|
| 45 | xpointer="xpointer(//*[@os='g'])"/>
|
---|
[3f8be484] | 46 |
|
---|
[6bb43b3] | 47 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 48 | href="../common/variables.xml"
|
---|
| 49 | xpointer="xpointer(//*[@os='h'])"/>
|
---|
[3f8be484] | 50 |
|
---|
[6bb43b3] | 51 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 52 | href="../common/variables.xml"
|
---|
| 53 | xpointer="xpointer(//*[@os='i'])"/>
|
---|
[3f8be484] | 54 |
|
---|
[6bb43b3] | 55 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 56 | href="../common/variables.xml"
|
---|
| 57 | xpointer="xpointer(//*[@os='j'])"/>
|
---|
[3f8be484] | 58 |
|
---|
| 59 | <bridgehead renderas="sect4">Sanity Check</bridgehead>
|
---|
| 60 |
|
---|
[6bb43b3] | 61 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 62 | href="../common/variables.xml"
|
---|
| 63 | xpointer="xpointer(//*[@os='k'])"/>
|
---|
| 64 |
|
---|
| 65 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 66 | href="../common/variables.xml"
|
---|
| 67 | xpointer="xpointer(//*[@os='l'])"/>
|
---|
[3f8be484] | 68 |
|
---|
[6bb43b3] | 69 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 70 | href="../common/variables.xml"
|
---|
| 71 | xpointer="xpointer(//*[@os='m'])"/>
|
---|
[3f8be484] | 72 |
|
---|
| 73 | <bridgehead renderas="sect4">Copy settings to Environment</bridgehead>
|
---|
| 74 |
|
---|
[6bb43b3] | 75 | <para os="n">Now we will add ${LFS_TARGET} to <filename>~/.bashrc</filename>, just in
|
---|
| 76 | case you have to exit and restart building later: We will add ${LFS_HOST} after
|
---|
| 77 | it performs another sanity check in the next section</para>
|
---|
| 78 |
|
---|
| 79 | <screen os="o"><userinput>echo export LFS_TARGET=\""${LFS_TARGET}\"" >> ~/.bashrc</userinput></screen>
|
---|
| 80 |
|
---|
| 81 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 82 | href="../common/variables.xml"
|
---|
| 83 | xpointer="xpointer(//*[@os='p'])"/>
|
---|
[3f8be484] | 84 |
|
---|
| 85 | </sect1>
|
---|
[6bb43b3] | 86 |
|
---|