source: BOOK/final-system/mips64/eglibc-n32.xml @ 91044db

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

Remove multiarch wrapper testcase test link commands and fix book for the removal of eglibc-dl_dep_fix-patch token.

  • Property mode set to 100644
File size: 4.8 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/2001/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/2001/XInclude"
25    href="../common/eglibc.xml"
26    xpointer="xpointer(//*[@os='l1'])"/>
27
28    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
29    href="../common/eglibc.xml"
30    xpointer="xpointer(//*[@os='l2'])"/>
31
32    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
33    href="../common/eglibc.xml"
34    xpointer="xpointer(//*[@os='l3'])"/>
35
36<screen os="l4"><userinput>LINKER=$(readelf -l /tools/bin/bash | sed -n 's@.*interpret.*/tools\(.*\)]$@\1@p')
37sed -i "s|libs -o|libs -L/usr/lib32 -Wl,-dynamic-linker=${LINKER} -o|" \
38  scripts/test-installation.pl
39unset LINKER</userinput></screen>
40
41    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
42    href="../common/eglibc.xml"
43    xpointer="xpointer(//*[@os='p3'])"/>
44
45    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
46    href="../common/eglibc.xml"
47    xpointer="xpointer(//*[@os='p4'])"/>
48
49    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
50    href="eglibc.xml"
51    xpointer="xpointer(//*[@os='b'])"/>
52
53    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
54    href="eglibc.xml"
55    xpointer="xpointer(//*[@os='g1'])"/>
56
57    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
58    href="eglibc.xml"
59    xpointer="xpointer(//*[@os='g2'])"/>
60
61    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
62    href="eglibc-64bit.xml"
63    xpointer="xpointer(//*[@os='m3'])"/>
64
65    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
66    href="eglibc-64bit.xml"
67    xpointer="xpointer(//*[@os='m4'])"/>
68
69    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
70    href="eglibc.xml"
71    xpointer="xpointer(//*[@os='e'])"/>
72
73    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
74    href="eglibc.xml"
75    xpointer="xpointer(//*[@os='f'])"/>
76
77    <para os="m1">Tell EGLIBC to install its 32-bit libraries into
78    <filename class="directory">/lib32</filename>:</para>
79
80<screen os="m2"><userinput>echo "slibdir=/lib32" &gt;&gt; configparms</userinput></screen>
81
82    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
83    href="eglibc.xml"
84    xpointer="xpointer(//*[@os='g'])"/>
85
86<screen os="h"><userinput>CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" \
87    ../eglibc-&eglibc-version;/configure --prefix=/usr \
88    --disable-profile --enable-add-ons --enable-kernel=2.6.0 \
89    --libexecdir=/usr/lib32/eglibc --libdir=/usr/lib32</userinput></screen>
90
91    <variablelist os="i">
92      <title>The meaning of the new configure option:</title>
93
94      <varlistentry>
95        <term><parameter>--libexecdir=/usr/lib32/eglibc</parameter></term>
96        <listitem>
97          <para>This changes the location of the <command>pt_chown</command>
98          program from its default of <filename
99          class="directory">/usr/libexec</filename> to <filename
100          class="directory">/usr/lib32/eglibc</filename>.</para>
101        </listitem>
102      </varlistentry>
103    </variablelist>
104
105    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
106    href="eglibc.xml"
107    xpointer="xpointer(//*[@os='j'])"/>
108
109    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
110    href="eglibc.xml"
111    xpointer="xpointer(//*[@os='k'])"/>
112
113    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
114    href="eglibc.xml"
115    xpointer="xpointer(//*[@os='l'])"/>
116
117    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
118    href="eglibc.xml"
119    xpointer="xpointer(//*[@os='m'])"/>
120
121    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
122    href="../multilib/eglibc-64bit.xml"
123    xpointer="xpointer(//*[@os='n'])"/>
124
125    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
126    href="../multilib/eglibc-64bit.xml"
127    xpointer="xpointer(//*[@os='o'])"/>
128
129    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
130    href="../multilib/eglibc-64bit.xml"
131    xpointer="xpointer(//*[@os='p'])"/>
132
133    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
134    href="eglibc.xml"
135    xpointer="xpointer(//*[@os='s'])"/>
136
137    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
138    href="eglibc.xml"
139    xpointer="xpointer(//*[@os='t'])"/>
140
141  </sect2>
142
143  <sect2 role="content">
144    <title/>
145
146    <para>Details on this package are located in <xref
147    linkend="contents-eglibc" role="."/></para>
148
149  </sect2>
150
151</sect1>
Note: See TracBrowser for help on using the repository browser.