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 | <!ENTITY % patches-entities SYSTEM "../../patches.ent">
|
---|
6 | %general-entities;
|
---|
7 | %patches-entities;
|
---|
8 | ]>
|
---|
9 |
|
---|
10 | <sect1 id="ch-cross-tools-glibc" role="wrap">
|
---|
11 | <?dbhtml filename="glibc.html"?>
|
---|
12 |
|
---|
13 | <title>Glibc-&glibc-version; 32 Bit</title>
|
---|
14 |
|
---|
15 | <indexterm zone="ch-cross-tools-glibc">
|
---|
16 | <primary sortas="a-Glibc">Glibc</primary>
|
---|
17 | <secondary>cross tools, 32 Bit</secondary>
|
---|
18 | </indexterm>
|
---|
19 |
|
---|
20 | <sect2 role="package">
|
---|
21 | <title/>
|
---|
22 |
|
---|
23 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
24 | href="../../final-system/common/glibc.xml"
|
---|
25 | xpointer="xpointer(//*[@role='package']/para[1])"/>
|
---|
26 |
|
---|
27 | <segmentedlist>
|
---|
28 | <segtitle>&buildtime;</segtitle>
|
---|
29 | <segtitle>&diskspace;</segtitle>
|
---|
30 |
|
---|
31 | <seglistitem>
|
---|
32 | <seg>Not checked yet</seg>
|
---|
33 | <seg>Not checked yet</seg>
|
---|
34 | </seglistitem>
|
---|
35 | </segmentedlist>
|
---|
36 |
|
---|
37 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
38 | href="../../final-system/common/glibc.xml"
|
---|
39 | xpointer="xpointer(//*[@role='package']/segmentedlist[2])"/>
|
---|
40 |
|
---|
41 | </sect2>
|
---|
42 |
|
---|
43 | <sect2 role="installation">
|
---|
44 | <title>Installation of Glibc</title>
|
---|
45 |
|
---|
46 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
47 | href="../common/glibc.xml"
|
---|
48 | xpointer="xpointer(//*[@os='da'])"/>
|
---|
49 |
|
---|
50 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
51 | href="../common/glibc.xml"
|
---|
52 | xpointer="xpointer(//*[@os='db'])"/>
|
---|
53 |
|
---|
54 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
55 | href="../common/glibc.xml"
|
---|
56 | xpointer="xpointer(//*[@os='dc'])"/>
|
---|
57 |
|
---|
58 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
59 | href="../mips/glibc.xml"
|
---|
60 | xpointer="xpointer(//*[@os='m1'])"/>
|
---|
61 |
|
---|
62 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
63 | href="../mips/glibc.xml"
|
---|
64 | xpointer="xpointer(//*[@os='m2'])"/>
|
---|
65 |
|
---|
66 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
67 | href="../common/glibc.xml"
|
---|
68 | xpointer="xpointer(//*[@os='c'])"/>
|
---|
69 |
|
---|
70 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
71 | href="../common/glibc.xml"
|
---|
72 | xpointer="xpointer(//*[@os='d'])"/>
|
---|
73 |
|
---|
74 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
75 | href="../common/glibc.xml"
|
---|
76 | xpointer="xpointer(//*[@os='e'])"/>
|
---|
77 |
|
---|
78 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
79 | href="../common/glibc.xml"
|
---|
80 | xpointer="xpointer(//*[@os='f'])"/>
|
---|
81 |
|
---|
82 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
83 | href="../common/glibc.xml"
|
---|
84 | xpointer="xpointer(//*[@os='dd'])"/>
|
---|
85 |
|
---|
86 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
87 | href="../common/glibc.xml"
|
---|
88 | xpointer="xpointer(//*[@os='de'])"/>
|
---|
89 |
|
---|
90 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
91 | href="../common/glibc.xml"
|
---|
92 | xpointer="xpointer(//*[@os='g'])"/>
|
---|
93 |
|
---|
94 | <screen><userinput>BUILD_CC="gcc" CC="${LFS_TARGET}-gcc ${BUILD32}" \
|
---|
95 | AR="${LFS_TARGET}-ar" RANLIB="${LFS_TARGET}-ranlib" \
|
---|
96 | ../glibc-&glibc-version;/configure --prefix=/tools \
|
---|
97 | --host=${LFS_TARGET32} --build=${LFS_HOST} \
|
---|
98 | --disable-profile --enable-add-ons \
|
---|
99 | --with-tls --enable-kernel=2.6.0 --with-__thread \
|
---|
100 | --with-binutils=/cross-tools/bin --with-headers=/tools/include \
|
---|
101 | --cache-file=config.cache</userinput></screen>
|
---|
102 |
|
---|
103 | <variablelist>
|
---|
104 | <title>The meaning of the new configure options:</title>
|
---|
105 |
|
---|
106 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
107 | href="../common/glibc.xml"
|
---|
108 | xpointer="xpointer(//*[@os='di1'])"/>
|
---|
109 |
|
---|
110 | <varlistentry os="ea1">
|
---|
111 | <term><parameter>CC="${LFS_TARGET}-gcc ${BUILD32}"</parameter></term>
|
---|
112 | <listitem>
|
---|
113 | <para>This switch do ... .</para>
|
---|
114 | </listitem>
|
---|
115 | </varlistentry>
|
---|
116 |
|
---|
117 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
118 | href="../common/glibc.xml"
|
---|
119 | xpointer="xpointer(//*[@os='di3'])"/>
|
---|
120 |
|
---|
121 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
122 | href="../common/glibc.xml"
|
---|
123 | xpointer="xpointer(//*[@os='di4'])"/>
|
---|
124 |
|
---|
125 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
126 | href="../common/glibc.xml"
|
---|
127 | xpointer="xpointer(//*[@os='di5'])"/>
|
---|
128 |
|
---|
129 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
130 | href="../common/glibc.xml"
|
---|
131 | xpointer="xpointer(//*[@os='di6'])"/>
|
---|
132 |
|
---|
133 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
134 | href="../common/glibc.xml"
|
---|
135 | xpointer="xpointer(//*[@os='di7'])"/>
|
---|
136 |
|
---|
137 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
138 | href="../common/glibc.xml"
|
---|
139 | xpointer="xpointer(//*[@os='di8'])"/>
|
---|
140 |
|
---|
141 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
142 | href="../common/glibc.xml"
|
---|
143 | xpointer="xpointer(//*[@os='di9'])"/>
|
---|
144 |
|
---|
145 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
146 | href="../common/glibc.xml"
|
---|
147 | xpointer="xpointer(//*[@os='di10'])"/>
|
---|
148 |
|
---|
149 | </variablelist>
|
---|
150 |
|
---|
151 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
152 | href="../common/glibc.xml"
|
---|
153 | xpointer="xpointer(//*[@os='df'])"/>
|
---|
154 |
|
---|
155 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
156 | href="../common/glibc.xml"
|
---|
157 | xpointer="xpointer(//*[@os='dg'])"/>
|
---|
158 |
|
---|
159 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
160 | href="../common/glibc.xml"
|
---|
161 | xpointer="xpointer(//*[@os='dh'])"/>
|
---|
162 |
|
---|
163 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
164 | href="../common/glibc.xml"
|
---|
165 | xpointer="xpointer(//*[@os='dj'])"/>
|
---|
166 |
|
---|
167 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
168 | href="../common/glibc.xml"
|
---|
169 | xpointer="xpointer(//*[@os='dk'])"/>
|
---|
170 |
|
---|
171 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
172 | href="../common/glibc.xml"
|
---|
173 | xpointer="xpointer(//*[@os='dl'])"/>
|
---|
174 |
|
---|
175 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
176 | href="../common/glibc.xml"
|
---|
177 | xpointer="xpointer(//*[@os='dm'])"/>
|
---|
178 |
|
---|
179 | </sect2>
|
---|
180 |
|
---|
181 | <sect2 role="content">
|
---|
182 | <title/>
|
---|
183 |
|
---|
184 | <para>Details on this package are located in <xref
|
---|
185 | linkend="contents-glibc" role="."/></para>
|
---|
186 |
|
---|
187 | </sect2>
|
---|
188 |
|
---|
189 | </sect1>
|
---|