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 |
|
---|
16 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
17 | href="../common/variables.xml"
|
---|
18 | xpointer="xpointer(//*[@os='a'])"/>
|
---|
19 |
|
---|
20 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
21 | href="../common/variables.xml"
|
---|
22 | xpointer="xpointer(//*[@os='b'])"/>
|
---|
23 |
|
---|
24 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
25 | href="../common/variables.xml"
|
---|
26 | xpointer="xpointer(//*[@os='c'])"/>
|
---|
27 |
|
---|
28 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
29 | href="../common/variables.xml"
|
---|
30 | xpointer="xpointer(//*[@os='d'])"/>
|
---|
31 |
|
---|
32 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
33 | href="../common/variables.xml"
|
---|
34 | xpointer="xpointer(//*[@os='e'])"/>
|
---|
35 |
|
---|
36 | <bridgehead renderas="sect4">Configuration # 2 - Creating same
|
---|
37 | architecture tools</bridgehead>
|
---|
38 |
|
---|
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'])"/>
|
---|
46 |
|
---|
47 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
48 | href="../common/variables.xml"
|
---|
49 | xpointer="xpointer(//*[@os='h'])"/>
|
---|
50 |
|
---|
51 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
52 | href="../common/variables.xml"
|
---|
53 | xpointer="xpointer(//*[@os='i'])"/>
|
---|
54 |
|
---|
55 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
56 | href="../common/variables.xml"
|
---|
57 | xpointer="xpointer(//*[@os='j'])"/>
|
---|
58 |
|
---|
59 | <bridgehead renderas="sect4">Sanity Check</bridgehead>
|
---|
60 |
|
---|
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'])"/>
|
---|
68 |
|
---|
69 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
70 | href="../common/variables.xml"
|
---|
71 | xpointer="xpointer(//*[@os='m'])"/>
|
---|
72 |
|
---|
73 | <bridgehead renderas="sect4">Copy settings to Environment</bridgehead>
|
---|
74 |
|
---|
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'])"/>
|
---|
84 |
|
---|
85 | </sect1>
|
---|
86 |
|
---|