source: BOOK/final-system/multilib/eglibc.xml @ 52ed4da

clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since 52ed4da was 52ed4da, checked in by William Harrington <kb0iic@…>, 11 years ago

Update eglibc install commands for 2.17 update and add time zone data install.

  • Property mode set to 100644
File size: 4.5 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
[dabbced]45    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[093b0e8]46    href="../common/eglibc.xml"
[3f8be484]47    xpointer="xpointer(//*[@os='b'])"/>
48
[dabbced]49    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[093b0e8]50    href="../common/eglibc.xml"
[3f8be484]51    xpointer="xpointer(//*[@os='e'])"/>
52
[dabbced]53    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[093b0e8]54    href="../common/eglibc.xml"
[3f8be484]55    xpointer="xpointer(//*[@os='f'])"/>
56
[dabbced]57    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[093b0e8]58    href="../common/eglibc.xml"
[3f8be484]59    xpointer="xpointer(//*[@os='g'])"/>
60
[d3a4fc0]61<screen os="h"><userinput>CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \
[093b0e8]62    ../eglibc-&eglibc-version;/configure --prefix=/usr \
[82b753e0]63    --disable-profile --enable-kernel=2.6.32 \
[52ed4da]64    --libexecdir=/usr/lib/eglibc --host=${CLFS_TARGET32} \
65    --enable-obsolete-rpc</userinput></screen>
[3f8be484]66
[dabbced]67    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[093b0e8]68    href="../common/eglibc.xml"
[3f8be484]69    xpointer="xpointer(//*[@os='i'])"/>
70
[dabbced]71    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[093b0e8]72    href="../common/eglibc.xml"
[3f8be484]73    xpointer="xpointer(//*[@os='j'])"/>
74
[dabbced]75    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[093b0e8]76    href="../common/eglibc.xml"
[3f8be484]77    xpointer="xpointer(//*[@os='k'])"/>
78
[dabbced]79    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[093b0e8]80    href="../common/eglibc.xml"
[3f8be484]81    xpointer="xpointer(//*[@os='l'])"/>
82
[71f750e]83    <para os="l1b">In multilib, we tend to think that compiling for
[44aaa3d0]84    <literal>${CLFS_TARGET32}</literal> is <emphasis>not</emphasis>
[093b0e8]85    cross-compiling. EGLIBC takes the traditional view that if you are building
[ac3984c]86    for a different host then you are cross-compiling, so you won't be running
87    the tests and therefore you don't need the locale files. When we run
[44aaa3d0]88    the tests, many will fail if the locale files are missing. The following
89    sed allows these tests to succeed:</para>
90
[71f750e]91<screen os="l2b"><userinput>sed -i '/cross-compiling/s@ifeq@ifneq@g' ../eglibc-&eglibc-version;/localedata/Makefile</userinput></screen>
[44aaa3d0]92
[dabbced]93    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[093b0e8]94    href="../common/eglibc.xml"
[3f8be484]95    xpointer="xpointer(//*[@os='m'])"/>
96
[dabbced]97    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[093b0e8]98    href="../common/eglibc.xml"
[3f8be484]99    xpointer="xpointer(//*[@os='n'])"/>
100
[dabbced]101    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[093b0e8]102    href="../common/eglibc.xml"
[3f8be484]103    xpointer="xpointer(//*[@os='o'])"/>
104
[dabbced]105    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[093b0e8]106    href="../common/eglibc.xml"
[3f8be484]107    xpointer="xpointer(//*[@os='p'])"/>
108
[dabbced]109    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[093b0e8]110    href="../common/eglibc.xml"
[3f8be484]111    xpointer="xpointer(//*[@os='q'])"/>
112
[dabbced]113    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[093b0e8]114    href="../common/eglibc.xml"
[3f8be484]115    xpointer="xpointer(//*[@os='r'])"/>
116
[dabbced]117    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[093b0e8]118    href="../common/eglibc.xml"
[3f8be484]119    xpointer="xpointer(//*[@os='s'])"/>
120
[dabbced]121    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[093b0e8]122    href="../common/eglibc.xml"
[3f8be484]123    xpointer="xpointer(//*[@os='t'])"/>
124
125  </sect2>
126
127  <sect2 role="content">
128    <title/>
129
130    <para>Details on this package are located in <xref
[093b0e8]131    linkend="contents-eglibc" role="."/></para>
[3f8be484]132
133  </sect2>
134
135</sect1>
Note: See TracBrowser for help on using the repository browser.