source: BOOK/cross-tools/multilib/glibc.xml @ 07114c98

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since 07114c98 was 07114c98, checked in by Jim Gifford <clfs@…>, 18 years ago

r4209@server: jim | 2006-07-01 12:46:18 -0700
Updated variables -

LFS_TARGET is now CLFS_TARGET
LFS_HOST is now CLFS_HOST
LFS_TARGET32 is now CLFS_TARGET32
LFS is now CLFS
/mnt/lfs is now /mnt/clfs


  • Property mode set to 100644
File size: 5.4 KB
RevLine 
[3f8be484]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; 32 Bit</title>
12
13  <indexterm zone="ch-cross-tools-glibc">
14    <primary sortas="a-Glibc">Glibc</primary>
15    <secondary>cross tools, 32 Bit</secondary>
16  </indexterm>
17
[cf66ceae]18  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
19  href="../../final-system/common/glibc.xml"
20  xpointer="xpointer(//*[@role='package'])"/>
[3f8be484]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="../common/glibc.xml"
31    xpointer="xpointer(//*[@os='db'])"/>
32
33    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
34    href="../common/glibc.xml"
35    xpointer="xpointer(//*[@os='dc'])"/>
36
[7d61e92]37    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
[c1266a1]38    href="../../final-system/common/glibc.xml"
39    xpointer="xpointer(//*[@os='c'])"/>
40
41    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
42    href="../../final-system/common/glibc.xml"
43    xpointer="xpointer(//*[@os='d'])"/>
44
45    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
[7d61e92]46    href="../common/glibc.xml"
47    xpointer="xpointer(//*[@os='s1'])"/>
48
49    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
50    href="../common/glibc.xml"
51    xpointer="xpointer(//*[@os='s2'])"/>
52
[3f8be484]53    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
54    href="../common/glibc.xml"
55    xpointer="xpointer(//*[@os='e'])"/>
56
57    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
58    href="../common/glibc.xml"
59    xpointer="xpointer(//*[@os='f'])"/>
60
61    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
62    href="../common/glibc.xml"
63    xpointer="xpointer(//*[@os='dd'])"/>
64
65    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
66    href="../common/glibc.xml"
67    xpointer="xpointer(//*[@os='de'])"/>
68
69    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
70    href="../common/glibc.xml"
71    xpointer="xpointer(//*[@os='g'])"/>
72
[07114c98]73<screen os="df"><userinput>BUILD_CC="gcc" CC="${CLFS_TARGET}-gcc ${BUILD32}" \
74    AR="${CLFS_TARGET}-ar" RANLIB="${CLFS_TARGET}-ranlib" \
[3f8be484]75    ../glibc-&glibc-version;/configure --prefix=/tools \
[07114c98]76    --host=${CLFS_TARGET32} --build=${CLFS_HOST} \
[3f8be484]77    --disable-profile --enable-add-ons \
78    --with-tls --enable-kernel=2.6.0 --with-__thread \
79    --with-binutils=/cross-tools/bin --with-headers=/tools/include \
80    --cache-file=config.cache</userinput></screen>
81
[d3a4fc0]82    <variablelist os="dg">
[3f8be484]83      <title>The meaning of the new configure options:</title>
84
85      <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
86      href="../common/glibc.xml"
[d3a4fc0]87      xpointer="xpointer(//*[@os='dg1'])"/>
[3f8be484]88
89      <varlistentry os="ea1">
[07114c98]90        <term><parameter>CC="${CLFS_TARGET}-gcc ${BUILD32}"</parameter></term>
[3f8be484]91        <listitem>
[773bf1ea]92          <para>Forces Glibc to utilize our target architecture GCC utilizing
93          the 32 Bit flags.</para>
[3f8be484]94        </listitem>
95      </varlistentry>
96
97      <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
98      href="../common/glibc.xml"
[d3a4fc0]99      xpointer="xpointer(//*[@os='dg3'])"/>
[3f8be484]100
101      <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
102      href="../common/glibc.xml"
[d3a4fc0]103      xpointer="xpointer(//*[@os='dg4'])"/>
[3f8be484]104
105      <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
106      href="../common/glibc.xml"
[d3a4fc0]107      xpointer="xpointer(//*[@os='dg5'])"/>
[3f8be484]108
109      <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
110      href="../common/glibc.xml"
[d3a4fc0]111      xpointer="xpointer(//*[@os='dg6'])"/>
[3f8be484]112
113      <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
114      href="../common/glibc.xml"
[d3a4fc0]115      xpointer="xpointer(//*[@os='dg7'])"/>
[3f8be484]116
117      <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
118      href="../common/glibc.xml"
[d3a4fc0]119      xpointer="xpointer(//*[@os='dg8'])"/>
[3f8be484]120
121      <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
122      href="../common/glibc.xml"
[d3a4fc0]123      xpointer="xpointer(//*[@os='dg9'])"/>
[3f8be484]124
125      <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
126      href="../common/glibc.xml"
[d3a4fc0]127      xpointer="xpointer(//*[@os='dg10'])"/>
[3f8be484]128
129    </variablelist>
130
131    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
132    href="../common/glibc.xml"
[d3a4fc0]133    xpointer="xpointer(//*[@os='dh'])"/>
[3f8be484]134
135    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
136    href="../common/glibc.xml"
[d3a4fc0]137    xpointer="xpointer(//*[@os='di'])"/>
[3f8be484]138
139    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
140    href="../common/glibc.xml"
141    xpointer="xpointer(//*[@os='dj'])"/>
142
143    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
144    href="../common/glibc.xml"
145    xpointer="xpointer(//*[@os='dk'])"/>
146
147    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
148    href="../common/glibc.xml"
149    xpointer="xpointer(//*[@os='dl'])"/>
150
151    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
152    href="../common/glibc.xml"
153    xpointer="xpointer(//*[@os='dm'])"/>
154
[d3a4fc0]155    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
156    href="../common/glibc.xml"
157    xpointer="xpointer(//*[@os='dn'])"/>
158
[3f8be484]159  </sect2>
160
161  <sect2 role="content">
162    <title/>
163
164    <para>Details on this package are located in <xref
165    linkend="contents-glibc" role="."/></para>
166
167  </sect2>
168
169</sect1>
Note: See TracBrowser for help on using the repository browser.