1 | <?xml version="1.0" encoding="ISO-8859-1"?>
|
---|
2 | <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
---|
3 | "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
---|
4 | <!ENTITY % general-entities SYSTEM "../../general.ent">
|
---|
5 | %general-entities;
|
---|
6 | ]>
|
---|
7 |
|
---|
8 | <sect1 id="ch-cross-tools-glibc" role="wrap">
|
---|
9 | <title>Glibc-&glibc-version;</title>
|
---|
10 |
|
---|
11 | <?dbhtml filename="glibc.html"?>
|
---|
12 |
|
---|
13 | <indexterm zone="ch-cross-tools-glibc">
|
---|
14 | <primary sortas="a-Glibc">Glibc</primary>
|
---|
15 | </indexterm>
|
---|
16 |
|
---|
17 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
18 | href="../common/glibc.xml"
|
---|
19 | xpointer="xpointer(//*[@role='package'])"/>
|
---|
20 |
|
---|
21 | <sect2 role="installation">
|
---|
22 | <title>Installation of Glibc</title>
|
---|
23 |
|
---|
24 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
25 | href="../common/glibc.xml"
|
---|
26 | xpointer="xpointer(//*[@os='a'])"/>
|
---|
27 |
|
---|
28 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
29 | href="../common/glibc.xml"
|
---|
30 | xpointer="xpointer(//*[@os='p1'])"/>
|
---|
31 |
|
---|
32 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
33 | href="../common/glibc.xml"
|
---|
34 | xpointer="xpointer(//*[@os='p2'])"/>
|
---|
35 |
|
---|
36 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
37 | href="../common/glibc.xml"
|
---|
38 | xpointer="xpointer(//*[@os='p3'])"/>
|
---|
39 |
|
---|
40 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
41 | href="../common/glibc.xml"
|
---|
42 | xpointer="xpointer(//*[@os='p4'])"/>
|
---|
43 |
|
---|
44 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
45 | href="../common/glibc.xml"
|
---|
46 | xpointer="xpointer(//*[@os='p5'])"/>
|
---|
47 |
|
---|
48 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
49 | href="../common/glibc.xml"
|
---|
50 | xpointer="xpointer(//*[@os='p6'])"/>
|
---|
51 |
|
---|
52 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
53 | href="../common/glibc.xml"
|
---|
54 | xpointer="xpointer(//*[@os='b'])"/>
|
---|
55 |
|
---|
56 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
57 | href="../common/glibc.xml"
|
---|
58 | xpointer="xpointer(//*[@os='c'])"/>
|
---|
59 |
|
---|
60 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
61 | href="../common/glibc.xml"
|
---|
62 | xpointer="xpointer(//*[@os='d'])"/>
|
---|
63 |
|
---|
64 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
65 | href="../common/glibc.xml"
|
---|
66 | xpointer="xpointer(//*[@os='e'])"/>
|
---|
67 |
|
---|
68 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
69 | href="../common/glibc.xml"
|
---|
70 | xpointer="xpointer(//*[@os='f'])"/>
|
---|
71 |
|
---|
72 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
73 | href="../common/glibc.xml"
|
---|
74 | xpointer="xpointer(//*[@os='g'])"/>
|
---|
75 |
|
---|
76 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
77 | href="../common/glibc.xml"
|
---|
78 | xpointer="xpointer(//*[@os='h'])"/>
|
---|
79 |
|
---|
80 | <screen os="i"><userinput>BUILD_CC="gcc" CC="${CLFS_TARGET}-gcc" \
|
---|
81 | AR="${CLFS_TARGET}-ar" RANLIB="${CLFS_TARGET}-ranlib" \
|
---|
82 | CFLAGS="-march=$(cut -d- -f1 <<< ${CLFS_TARGET}) -mtune=generic -g -O2" \
|
---|
83 | ../glibc-&glibc-version;/configure --prefix=/usr \
|
---|
84 | --libexecdir=/usr/lib/glibc --host=${CLFS_TARGET} --build=${CLFS_HOST} \
|
---|
85 | --disable-profile --enable-add-ons --with-tls --enable-kernel=2.6.0 \
|
---|
86 | --with-__thread --with-binutils=${CLFS}/cross-tools/bin \
|
---|
87 | --with-headers=${CLFS}/usr/include --cache-file=config.cache</userinput></screen>
|
---|
88 |
|
---|
89 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
90 | href="../common/glibc.xml"
|
---|
91 | xpointer="xpointer(//*[@os='j'])"/>
|
---|
92 |
|
---|
93 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
94 | href="../common/glibc.xml"
|
---|
95 | xpointer="xpointer(//*[@os='k'])"/>
|
---|
96 |
|
---|
97 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
98 | href="../common/glibc.xml"
|
---|
99 | xpointer="xpointer(//*[@os='l'])"/>
|
---|
100 |
|
---|
101 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
102 | href="../common/glibc.xml"
|
---|
103 | xpointer="xpointer(//*[@os='m'])"/>
|
---|
104 |
|
---|
105 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
106 | href="../common/glibc.xml"
|
---|
107 | xpointer="xpointer(//*[@os='n'])"/>
|
---|
108 |
|
---|
109 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
110 | href="../common/glibc.xml"
|
---|
111 | xpointer="xpointer(//*[@os='o'])"/>
|
---|
112 |
|
---|
113 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
114 | href="../common/glibc.xml"
|
---|
115 | xpointer="xpointer(//*[@os='p'])"/>
|
---|
116 |
|
---|
117 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
118 | href="../common/glibc.xml"
|
---|
119 | xpointer="xpointer(//*[@os='q'])"/>
|
---|
120 |
|
---|
121 | </sect2>
|
---|
122 |
|
---|
123 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
124 | href="../common/glibc.xml"
|
---|
125 | xpointer="xpointer(id('i18n-glibc'))"/>
|
---|
126 |
|
---|
127 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
128 | href="../common/glibc.xml"
|
---|
129 | xpointer="xpointer(id('conf-glibc'))"/>
|
---|
130 |
|
---|
131 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
132 | href="../common/glibc.xml"
|
---|
133 | xpointer="xpointer(id('conf-ld'))"/>
|
---|
134 |
|
---|
135 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
136 | href="../common/glibc.xml"
|
---|
137 | xpointer="xpointer(id('contents-glibc'))"/>
|
---|
138 |
|
---|
139 | </sect1>
|
---|