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-glibc" role="wrap">
|
---|
9 | <?dbhtml filename="glibc.html"?>
|
---|
10 |
|
---|
11 | <title>Glibc-&glibc-version;</title>
|
---|
12 |
|
---|
13 | <indexterm zone="ch-cross-tools-glibc">
|
---|
14 | <primary sortas="a-Glibc">Glibc</primary>
|
---|
15 | <secondary>cross tools</secondary>
|
---|
16 | </indexterm>
|
---|
17 |
|
---|
18 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
19 | href="../../final-system/common/glibc.xml"
|
---|
20 | xpointer="xpointer(//*[@role='package'])"/>
|
---|
21 |
|
---|
22 | <sect2 role="installation">
|
---|
23 | <title>Installation of Glibc</title>
|
---|
24 |
|
---|
25 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
26 | href="../common/glibc.xml"
|
---|
27 | xpointer="xpointer(//*[@os='da'])"/>
|
---|
28 |
|
---|
29 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
30 | href="../../final-system/sparcv8/glibc.xml"
|
---|
31 | xpointer="xpointer(//*[@os='l1'])"/>
|
---|
32 |
|
---|
33 | <screen os="l2"><userinput>cd ..
|
---|
34 | tar jxvf glibc-ports-&glibc-ports-version;.tar.bz2
|
---|
35 | cd glibc-ports-&glibc-ports-version;
|
---|
36 | mv linuxthreads* ../glibc-&glibc-version;
|
---|
37 | cd ../glibc-&glibc-version;</userinput></screen>
|
---|
38 |
|
---|
39 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
40 | href="../common/glibc.xml"
|
---|
41 | xpointer="xpointer(//*[@os='db'])"/>
|
---|
42 |
|
---|
43 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
44 | href="../common/glibc.xml"
|
---|
45 | xpointer="xpointer(//*[@os='dc'])"/>
|
---|
46 |
|
---|
47 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
48 | href="../common/glibc.xml"
|
---|
49 | xpointer="xpointer(//*[@os='c'])"/>
|
---|
50 |
|
---|
51 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
52 | href="../../final-system/sparcv8/glibc.xml"
|
---|
53 | xpointer="xpointer(//*[@os='d'])"/>
|
---|
54 |
|
---|
55 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
56 | href="../../final-system/sparc/glibc.xml"
|
---|
57 | xpointer="xpointer(//*[@os='s1'])"/>
|
---|
58 |
|
---|
59 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
60 | href="../../final-system/sparc/glibc.xml"
|
---|
61 | xpointer="xpointer(//*[@os='s2'])"/>
|
---|
62 |
|
---|
63 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
64 | href="../../final-system/sparcv8/glibc.xml"
|
---|
65 | xpointer="xpointer(//*[@os='l3'])"/>
|
---|
66 |
|
---|
67 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
68 | href="../../final-system/sparcv8/glibc.xml"
|
---|
69 | xpointer="xpointer(//*[@os='l4'])"/>
|
---|
70 |
|
---|
71 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
72 | href="../common/glibc.xml"
|
---|
73 | xpointer="xpointer(//*[@os='e'])"/>
|
---|
74 |
|
---|
75 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
76 | href="../common/glibc.xml"
|
---|
77 | xpointer="xpointer(//*[@os='f'])"/>
|
---|
78 |
|
---|
79 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
80 | href="../../final-system/common/glibc.xml"
|
---|
81 | xpointer="xpointer(//*[@os='g'])"/>
|
---|
82 |
|
---|
83 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
84 | href="../common/glibc.xml"
|
---|
85 | xpointer="xpointer(//*[@os='df'])"/>
|
---|
86 |
|
---|
87 | <screen os="df"><userinput>BUILD_CC="gcc" CC="${LFS_TARGET}-gcc" \
|
---|
88 | AR="${LFS_TARGET}-ar" RANLIB="${LFS_TARGET}-ranlib" \
|
---|
89 | ../glibc-&glibc-version;/configure --prefix=/tools \
|
---|
90 | --host=${LFS_TARGET} --build=${LFS_HOST} \
|
---|
91 | --disable-profile --enable-add-ons --enable-kernel=2.6.0 \
|
---|
92 | --with-binutils=/cross-tools/bin --with-headers=/tools/include</userinput></screen>
|
---|
93 |
|
---|
94 | <variablelist os="dg">
|
---|
95 | <title>The meaning of the new configure options:</title>
|
---|
96 |
|
---|
97 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
98 | href="../common/glibc.xml"
|
---|
99 | xpointer="xpointer(//*[@os='dg1'])"/>
|
---|
100 |
|
---|
101 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
102 | href="../common/glibc.xml"
|
---|
103 | xpointer="xpointer(//*[@os='dg2'])"/>
|
---|
104 |
|
---|
105 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
106 | href="../common/glibc.xml"
|
---|
107 | xpointer="xpointer(//*[@os='dg3'])"/>
|
---|
108 |
|
---|
109 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
110 | href="../common/glibc.xml"
|
---|
111 | xpointer="xpointer(//*[@os='dg4'])"/>
|
---|
112 |
|
---|
113 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
114 | href="../common/glibc.xml"
|
---|
115 | xpointer="xpointer(//*[@os='dg5'])"/>
|
---|
116 |
|
---|
117 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
118 | href="../common/glibc.xml"
|
---|
119 | xpointer="xpointer(//*[@os='dg6'])"/>
|
---|
120 |
|
---|
121 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
122 | href="../common/glibc.xml"
|
---|
123 | xpointer="xpointer(//*[@os='dg9'])"/>
|
---|
124 |
|
---|
125 | </variablelist>
|
---|
126 |
|
---|
127 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
128 | href="../common/glibc.xml"
|
---|
129 | xpointer="xpointer(//*[@os='dh'])"/>
|
---|
130 |
|
---|
131 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
132 | href="../common/glibc.xml"
|
---|
133 | xpointer="xpointer(//*[@os='di'])"/>
|
---|
134 |
|
---|
135 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
136 | href="../common/glibc.xml"
|
---|
137 | xpointer="xpointer(//*[@os='dj'])"/>
|
---|
138 |
|
---|
139 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
140 | href="../common/glibc.xml"
|
---|
141 | xpointer="xpointer(//*[@os='dk'])"/>
|
---|
142 |
|
---|
143 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
144 | href="../common/glibc.xml"
|
---|
145 | xpointer="xpointer(//*[@os='dl'])"/>
|
---|
146 |
|
---|
147 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
148 | href="../common/glibc.xml"
|
---|
149 | xpointer="xpointer(//*[@os='dm'])"/>
|
---|
150 |
|
---|
151 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
152 | href="../common/glibc.xml"
|
---|
153 | xpointer="xpointer(//*[@os='dn'])"/>
|
---|
154 |
|
---|
155 | </sect2>
|
---|
156 |
|
---|
157 | <sect2 role="content">
|
---|
158 | <title/>
|
---|
159 |
|
---|
160 | <para>Details on this package are located in <xref
|
---|
161 | linkend="contents-glibc" role="."/></para>
|
---|
162 |
|
---|
163 | </sect2>
|
---|
164 |
|
---|
165 | </sect1>
|
---|