source: cross-tools/common/variables-multilib.xml@ 878ca1c

Last change on this file since 878ca1c was f32f537, checked in by Jim Gifford <clfs@…>, 19 years ago

r788@server (orig r786): jim | 2005-12-01 12:07:35 -0800

r851@server: jim | 2005-12-01 12:07:08 -0800
Text updates from G. Moko. Thank You


  • Property mode set to 100644
File size: 2.9 KB
RevLine 
[bf8c11f]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
[f32f537]16 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
17 href="../common/variables.xml"
18 xpointer="xpointer(//*[@os='a'])"/>
[bf8c11f]19
[f32f537]20 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
21 href="../common/variables.xml"
22 xpointer="xpointer(//*[@os='b'])"/>
[bf8c11f]23
[f32f537]24 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
25 href="../common/variables.xml"
26 xpointer="xpointer(//*[@os='c'])"/>
[bf8c11f]27
[f32f537]28 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
29 href="../common/variables.xml"
30 xpointer="xpointer(//*[@os='d'])"/>
[bf8c11f]31
[f32f537]32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
33 href="../common/variables.xml"
34 xpointer="xpointer(//*[@os='e'])"/>
[bf8c11f]35
36 <bridgehead renderas="sect4">Configuration # 2 - Creating same
37 architecture tools</bridgehead>
38
[f32f537]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'])"/>
[bf8c11f]46
[f32f537]47 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
48 href="../common/variables.xml"
49 xpointer="xpointer(//*[@os='h'])"/>
[bf8c11f]50
[f32f537]51 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
52 href="../common/variables.xml"
53 xpointer="xpointer(//*[@os='i'])"/>
[bf8c11f]54
[f32f537]55 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
56 href="../common/variables.xml"
57 xpointer="xpointer(//*[@os='j'])"/>
[bf8c11f]58
59 <bridgehead renderas="sect4">Sanity Check</bridgehead>
60
[f32f537]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'])"/>
[bf8c11f]68
[f32f537]69 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
70 href="../common/variables.xml"
71 xpointer="xpointer(//*[@os='m'])"/>
[bf8c11f]72
73 <bridgehead renderas="sect4">Copy settings to Environment</bridgehead>
74
[f32f537]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}\"" &gt;&gt; ~/.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'])"/>
[bf8c11f]84
85</sect1>
[f32f537]86
Note: See TracBrowser for help on using the repository browser.