source: BOOK/final-system/x86/eglibc.xml@ 207aad6

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since 207aad6 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.7 KB
RevLine 
[3514708]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" [
[3514708]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6]>
7
[093b0e8]8<sect1 id="ch-system-eglibc" role="wrap">
9 <?dbhtml filename="eglibc.html"?>
[3514708]10
[093b0e8]11 <title>EGLIBC-&eglibc-version;</title>
[3514708]12
[093b0e8]13 <indexterm zone="ch-system-eglibc">
14 <primary sortas="a-EGLIBC">EGLIBC</primary>
[3514708]15 </indexterm>
16
17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
[093b0e8]18 href="../common/eglibc.xml"
[3514708]19 xpointer="xpointer(//*[@role='package'])"/>
20
21 <sect2 role="installation">
[093b0e8]22 <title>Installation of EGLIBC</title>
[3514708]23
24 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
[093b0e8]25 href="../common/eglibc.xml"
[3514708]26 xpointer="xpointer(//*[@os='z'])"/>
27
28 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
[093b0e8]29 href="../common/eglibc.xml"
[3514708]30 xpointer="xpointer(//*[@os='b'])"/>
31
32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
[093b0e8]33 href="../common/eglibc.xml"
[3514708]34 xpointer="xpointer(//*[@os='e'])"/>
35
36 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
[093b0e8]37 href="../common/eglibc.xml"
[3514708]38 xpointer="xpointer(//*[@os='f'])"/>
39
40 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
[093b0e8]41 href="../common/eglibc.xml"
[3514708]42 xpointer="xpointer(//*[@os='g'])"/>
43
[44426cf]44<screen os="h"><userinput>CFLAGS="-march=$(cut -d- -f1 &lt;&lt;&lt; $MACHTYPE) \
[093b0e8]45 -mtune=generic -g -O2" ../eglibc-&eglibc-version;/configure --prefix=/usr \
[44426cf]46 --disable-profile --enable-add-ons --enable-kernel=2.6.0 \
[093b0e8]47 --libexecdir=/usr/lib/eglibc</userinput></screen>
[3514708]48
49 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
[093b0e8]50 href="../common/eglibc.xml"
[3514708]51 xpointer="xpointer(//*[@os='i'])"/>
52
53 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
[093b0e8]54 href="../common/eglibc.xml"
[3514708]55 xpointer="xpointer(//*[@os='j'])"/>
56
57 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
[093b0e8]58 href="../common/eglibc.xml"
[3514708]59 xpointer="xpointer(//*[@os='k'])"/>
60
61 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
[093b0e8]62 href="../common/eglibc.xml"
[3514708]63 xpointer="xpointer(//*[@os='l'])"/>
64
65 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
[093b0e8]66 href="../common/eglibc.xml"
[3514708]67 xpointer="xpointer(//*[@os='m'])"/>
68
69 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
[093b0e8]70 href="../common/eglibc.xml"
[3514708]71 xpointer="xpointer(//*[@os='n'])"/>
72
73 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
[093b0e8]74 href="../common/eglibc.xml"
[3514708]75 xpointer="xpointer(//*[@os='o'])"/>
76
77 <!-- this is specific to x86 because of the i686 reference in the math tests -->
78 <itemizedlist os="p">
79 <listitem>
80 <para>The <emphasis>math</emphasis> tests, at least on i686, fail in
81 the <emphasis>test-double</emphasis> and <emphasis>test-idouble</emphasis>
82 tests with gcc-&gcc-version;
83 . These two failures in the math tests appear to be harmless.
84 The math tests may also fail on systems where the CPU is not a relatively
85 new genuine Intel or authentic AMD. Certain optimization settings are
86 also known to be a factor here.</para>
87 </listitem>
88 <listitem>
89 <para>If you have mounted the CLFS partition with the
90 <parameter>noatime</parameter> option, the <emphasis>atime</emphasis> test
91 will fail. As mentioned in <xref linkend="ch-partitioning-mounting"/>,
92 do not use the <parameter>noatime</parameter> option while building
93 CLFS.</para>
94 </listitem>
95 <listitem>
96 <para>When running on older and slower hardware, some tests
97 can fail because of test timeouts being exceeded.</para>
98 </listitem>
99 </itemizedlist>
100
101 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
[093b0e8]102 href="../common/eglibc.xml"
[3514708]103 xpointer="xpointer(//*[@os='q'])"/>
104
105 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
[093b0e8]106 href="../common/eglibc.xml"
[3514708]107 xpointer="xpointer(//*[@os='r'])"/>
108
109 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
[093b0e8]110 href="../common/eglibc.xml"
[3514708]111 xpointer="xpointer(//*[@os='s'])"/>
112
113 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
[093b0e8]114 href="../common/eglibc.xml"
[3514708]115 xpointer="xpointer(//*[@os='t'])"/>
116
117 </sect2>
118
[44426cf]119 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
[093b0e8]120 href="../common/eglibc.xml"
121 xpointer="xpointer(id('i18n-eglibc'))"/>
[3514708]122
[44426cf]123 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
[093b0e8]124 href="../common/eglibc.xml"
125 xpointer="xpointer(id('conf-eglibc'))"/>
[3514708]126
[44426cf]127 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
[093b0e8]128 href="../common/eglibc.xml"
[44426cf]129 xpointer="xpointer(id('conf-ld'))"/>
[3514708]130
[44426cf]131 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
[093b0e8]132 href="../common/eglibc.xml"
133 xpointer="xpointer(id('contents-eglibc'))"/>
[3514708]134
135</sect1>
Note: See TracBrowser for help on using the repository browser.