source: BOOK/final-system/multilib/eglibc.xml @ 093b0e8

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

Cross-LFS moved to Eglibc 2.10.1

  • Property mode set to 100644
File size: 4.0 KB
Line 
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-system-eglibc-32" role="wrap">
9  <?dbhtml filename="eglibc.html"?>
10
11  <title>EGLIBC-&eglibc-version; 32 Bit Libraries</title>
12
13  <indexterm zone="ch-system-eglibc-32">
14    <primary sortas="a-EGLIBC">EGLIBC</primary>
15    <secondary>32 Bit</secondary>
16  </indexterm>
17
18  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
19  href="../common/eglibc.xml"
20  xpointer="xpointer(//*[@role='package'])"/>
21
22  <sect2 role="installation">
23    <title>Installation of EGLIBC</title>
24
25    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
26    href="../common/eglibc.xml"
27    xpointer="xpointer(//*[@os='z'])"/>
28
29    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
30    href="../common/eglibc.xml"
31    xpointer="xpointer(//*[@os='b'])"/>
32
33    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
34    href="../common/eglibc.xml"
35    xpointer="xpointer(//*[@os='e'])"/>
36
37    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
38    href="../common/eglibc.xml"
39    xpointer="xpointer(//*[@os='f'])"/>
40
41    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
42    href="../common/eglibc.xml"
43    xpointer="xpointer(//*[@os='g'])"/>
44
45<screen os="h"><userinput>CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \
46    ../eglibc-&eglibc-version;/configure --prefix=/usr \
47    --disable-profile --enable-add-ons --enable-kernel=2.6.0 \
48    --libexecdir=/usr/lib/eglibc --host=${CLFS_TARGET32}</userinput></screen>
49
50    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
51    href="../common/eglibc.xml"
52    xpointer="xpointer(//*[@os='i'])"/>
53
54    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
55    href="../common/eglibc.xml"
56    xpointer="xpointer(//*[@os='j'])"/>
57
58    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
59    href="../common/eglibc.xml"
60    xpointer="xpointer(//*[@os='k'])"/>
61
62    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
63    href="../common/eglibc.xml"
64    xpointer="xpointer(//*[@os='l'])"/>
65
66    <para os="l1">In multilib, we tend to think that compiling for
67    <literal>${CLFS_TARGET32}</literal> is <emphasis>not</emphasis>
68    cross-compiling. EGLIBC takes the traditional view that if you are building
69    for a different host then you are cross-compiling, so you won't be running
70    the tests and therefore you don't need the locale files. When we run
71    the tests, many will fail if the locale files are missing. The following
72    sed allows these tests to succeed:</para>
73
74<screen os="l2"><userinput>sed -i '/cross-compiling/s@ifeq@ifneq@g' ../eglibc-&eglibc-version;/localedata/Makefile</userinput></screen>
75
76    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
77    href="../common/eglibc.xml"
78    xpointer="xpointer(//*[@os='m'])"/>
79
80    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
81    href="../common/eglibc.xml"
82    xpointer="xpointer(//*[@os='n'])"/>
83
84    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
85    href="../common/eglibc.xml"
86    xpointer="xpointer(//*[@os='o'])"/>
87
88    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
89    href="../common/eglibc.xml"
90    xpointer="xpointer(//*[@os='p'])"/>
91
92    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
93    href="../common/eglibc.xml"
94    xpointer="xpointer(//*[@os='q'])"/>
95
96    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
97    href="../common/eglibc.xml"
98    xpointer="xpointer(//*[@os='r'])"/>
99
100    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
101    href="../common/eglibc.xml"
102    xpointer="xpointer(//*[@os='s'])"/>
103
104    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
105    href="../common/eglibc.xml"
106    xpointer="xpointer(//*[@os='t'])"/>
107
108  </sect2>
109
110  <sect2 role="content">
111    <title/>
112
113    <para>Details on this package are located in <xref
114    linkend="contents-eglibc" role="."/></para>
115
116  </sect2>
117
118</sect1>
Note: See TracBrowser for help on using the repository browser.