source: BOOK/final-system/mips64/eglibc-n32.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: 3.9 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-n32" role="wrap">
9  <?dbhtml filename="eglibc-n32.html"?>
10
11  <title>EGLIBC-&eglibc-version; N32</title>
12
13  <indexterm zone="ch-system-eglibc-n32">
14    <primary sortas="a-EGLIBC">EGLIBC</primary>
15  </indexterm>
16
17  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
18  href="eglibc.xml"
19  xpointer="xpointer(//*[@role='package'])"/>
20
21  <sect2 role="installation">
22    <title>Installation of EGLIBC</title>
23
24    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
25    href="eglibc.xml"
26    xpointer="xpointer(//*[@os='b'])"/>
27
28    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
29    href="eglibc.xml"
30    xpointer="xpointer(//*[@os='g1'])"/>
31
32    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
33    href="eglibc.xml"
34    xpointer="xpointer(//*[@os='g2'])"/>
35
36    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
37    href="eglibc-64bit.xml"
38    xpointer="xpointer(//*[@os='m3'])"/>
39
40    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
41    href="eglibc-64bit.xml"
42    xpointer="xpointer(//*[@os='m4'])"/>
43
44    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
45    href="eglibc.xml"
46    xpointer="xpointer(//*[@os='e'])"/>
47
48    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
49    href="eglibc.xml"
50    xpointer="xpointer(//*[@os='f'])"/>
51
52    <para os="m1">Tell EGLIBC to install its 32-bit libraries into
53    <filename class="directory">/lib32</filename>:</para>
54
55<screen os="m2"><userinput>echo "slibdir=/lib32" &gt;&gt; configparms</userinput></screen>
56
57    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
58    href="eglibc.xml"
59    xpointer="xpointer(//*[@os='g'])"/>
60
61<screen os="h"><userinput>CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" \
62    ../eglibc-&eglibc-version;/configure --prefix=/usr \
63    --disable-profile --enable-add-ons --enable-kernel=2.6.0 \
64    --libexecdir=/usr/lib32/eglibc --libdir=/usr/lib32</userinput></screen>
65
66    <variablelist os="i">
67      <title>The meaning of the new configure option:</title>
68
69      <varlistentry>
70        <term><parameter>--libexecdir=/usr/lib32/eglibc</parameter></term>
71        <listitem>
72          <para>This changes the location of the <command>pt_chown</command>
73          program from its default of <filename
74          class="directory">/usr/libexec</filename> to <filename
75          class="directory">/usr/lib32/eglibc</filename>.</para>
76        </listitem>
77      </varlistentry>
78    </variablelist>
79
80    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
81    href="eglibc.xml"
82    xpointer="xpointer(//*[@os='j'])"/>
83
84    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
85    href="eglibc.xml"
86    xpointer="xpointer(//*[@os='k'])"/>
87
88    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
89    href="eglibc.xml"
90    xpointer="xpointer(//*[@os='l'])"/>
91
92    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
93    href="eglibc.xml"
94    xpointer="xpointer(//*[@os='m'])"/>
95
96    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
97    href="../multilib/eglibc-64bit.xml"
98    xpointer="xpointer(//*[@os='n'])"/>
99
100    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
101    href="../multilib/eglibc-64bit.xml"
102    xpointer="xpointer(//*[@os='o'])"/>
103
104    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
105    href="../multilib/eglibc-64bit.xml"
106    xpointer="xpointer(//*[@os='p'])"/>
107
108    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
109    href="eglibc.xml"
110    xpointer="xpointer(//*[@os='s'])"/>
111
112    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
113    href="eglibc.xml"
114    xpointer="xpointer(//*[@os='t'])"/>
115
116  </sect2>
117
118  <sect2 role="content">
119    <title/>
120
121    <para>Details on this package are located in <xref
122    linkend="contents-eglibc" role="."/></para>
123
124  </sect2>
125
126</sect1>
Note: See TracBrowser for help on using the repository browser.