source: BOOK/final-system/multilib/eglibc.xml@ 85e1f266

clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since 85e1f266 was 65ab9ce, checked in by William Harrington <kb0iic@…>, 12 years ago

Update host system requirements. Book's supported linux kernel version is 2.6.32 or greater.

  • Property mode set to 100644
File size: 5.1 KB
RevLine 
[3f8be484]1<?xml version="1.0" encoding="ISO-8859-1"?>
[aa18ac0]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[3f8be484]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6]>
7
[093b0e8]8<sect1 id="ch-system-eglibc-32" role="wrap">
9 <?dbhtml filename="eglibc.html"?>
[3f8be484]10
[093b0e8]11 <title>EGLIBC-&eglibc-version; 32 Bit Libraries</title>
[3f8be484]12
[093b0e8]13 <indexterm zone="ch-system-eglibc-32">
14 <primary sortas="a-EGLIBC">EGLIBC</primary>
[3f8be484]15 <secondary>32 Bit</secondary>
16 </indexterm>
17
[dabbced]18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[093b0e8]19 href="../common/eglibc.xml"
[1cd688b]20 xpointer="xpointer(//*[@role='package'])"/>
[3f8be484]21
22 <sect2 role="installation">
[093b0e8]23 <title>Installation of EGLIBC</title>
[3f8be484]24
[dabbced]25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[093b0e8]26 href="../common/eglibc.xml"
[82f7fed]27 xpointer="xpointer(//*[@os='z'])"/>
[3f8be484]28
[22cd957]29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
30 href="../common/eglibc.xml"
31 xpointer="xpointer(//*[@os='l1'])"/>
32
33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
34 href="../common/eglibc.xml"
35 xpointer="xpointer(//*[@os='l2'])"/>
36
[dabbced]37 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[d8f87e8]38 href="../common/eglibc.xml"
[c0bc7c4]39 xpointer="xpointer(//*[@os='l3'])"/>
[d8f87e8]40
[dabbced]41 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[d8f87e8]42 href="../common/eglibc.xml"
[c0bc7c4]43 xpointer="xpointer(//*[@os='l4'])"/>
[d8f87e8]44
[40b82df]45 <para os="l5">RPC headers are not installed at /tools/include/rpc. Eglibc 32 bit build will get into a bad state due to the new rpc helpers that get cross-compiled. We do not want this, so the following command will use the internal rpc types header.</para>
46
47<screen os="l6"><userinput>sed -i 's/&lt;rpc\/types.h&gt;/"rpc\/types.h"/' sunrpc/rpc_clntout.c</userinput></screen>
48
[57b3f19]49 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
50 href="../common/eglibc.xml"
51 xpointer="xpointer(//*[@os='p3'])"/>
52
53 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
54 href="../common/eglibc.xml"
55 xpointer="xpointer(//*[@os='p4'])"/>
[7d97f36]56
[dabbced]57 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[093b0e8]58 href="../common/eglibc.xml"
[3f8be484]59 xpointer="xpointer(//*[@os='b'])"/>
60
[dabbced]61 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[093b0e8]62 href="../common/eglibc.xml"
[3f8be484]63 xpointer="xpointer(//*[@os='e'])"/>
64
[dabbced]65 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[093b0e8]66 href="../common/eglibc.xml"
[3f8be484]67 xpointer="xpointer(//*[@os='f'])"/>
68
[dabbced]69 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[093b0e8]70 href="../common/eglibc.xml"
[3f8be484]71 xpointer="xpointer(//*[@os='g'])"/>
72
[d3a4fc0]73<screen os="h"><userinput>CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \
[093b0e8]74 ../eglibc-&eglibc-version;/configure --prefix=/usr \
[65ab9ce]75 --disable-profile --enable-add-ons --enable-kernel=2.6.32 \
[093b0e8]76 --libexecdir=/usr/lib/eglibc --host=${CLFS_TARGET32}</userinput></screen>
[3f8be484]77
[dabbced]78 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[093b0e8]79 href="../common/eglibc.xml"
[3f8be484]80 xpointer="xpointer(//*[@os='i'])"/>
81
[dabbced]82 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[093b0e8]83 href="../common/eglibc.xml"
[3f8be484]84 xpointer="xpointer(//*[@os='j'])"/>
85
[dabbced]86 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[093b0e8]87 href="../common/eglibc.xml"
[3f8be484]88 xpointer="xpointer(//*[@os='k'])"/>
89
[dabbced]90 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[093b0e8]91 href="../common/eglibc.xml"
[3f8be484]92 xpointer="xpointer(//*[@os='l'])"/>
93
[71f750e]94 <para os="l1b">In multilib, we tend to think that compiling for
[44aaa3d0]95 <literal>${CLFS_TARGET32}</literal> is <emphasis>not</emphasis>
[093b0e8]96 cross-compiling. EGLIBC takes the traditional view that if you are building
[ac3984c]97 for a different host then you are cross-compiling, so you won't be running
98 the tests and therefore you don't need the locale files. When we run
[44aaa3d0]99 the tests, many will fail if the locale files are missing. The following
100 sed allows these tests to succeed:</para>
101
[71f750e]102<screen os="l2b"><userinput>sed -i '/cross-compiling/s@ifeq@ifneq@g' ../eglibc-&eglibc-version;/localedata/Makefile</userinput></screen>
[44aaa3d0]103
[dabbced]104 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[093b0e8]105 href="../common/eglibc.xml"
[3f8be484]106 xpointer="xpointer(//*[@os='m'])"/>
107
[dabbced]108 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[093b0e8]109 href="../common/eglibc.xml"
[3f8be484]110 xpointer="xpointer(//*[@os='n'])"/>
111
[dabbced]112 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[093b0e8]113 href="../common/eglibc.xml"
[3f8be484]114 xpointer="xpointer(//*[@os='o'])"/>
115
[dabbced]116 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[093b0e8]117 href="../common/eglibc.xml"
[3f8be484]118 xpointer="xpointer(//*[@os='p'])"/>
119
[dabbced]120 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[093b0e8]121 href="../common/eglibc.xml"
[3f8be484]122 xpointer="xpointer(//*[@os='q'])"/>
123
[dabbced]124 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[093b0e8]125 href="../common/eglibc.xml"
[3f8be484]126 xpointer="xpointer(//*[@os='r'])"/>
127
[dabbced]128 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[093b0e8]129 href="../common/eglibc.xml"
[3f8be484]130 xpointer="xpointer(//*[@os='s'])"/>
131
[dabbced]132 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[093b0e8]133 href="../common/eglibc.xml"
[3f8be484]134 xpointer="xpointer(//*[@os='t'])"/>
135
136 </sect2>
137
138 <sect2 role="content">
139 <title/>
140
141 <para>Details on this package are located in <xref
[093b0e8]142 linkend="contents-eglibc" role="."/></para>
[3f8be484]143
144 </sect2>
145
146</sect1>
Note: See TracBrowser for help on using the repository browser.