source: BOOK/final-system/mips64/glibc-n32.xml@ 21de86b

sysvinit
Last change on this file since 21de86b was 142cd1e, checked in by Chris Staub <chris@…>, 10 years ago

Fixup command for tzselect is no longer needed

Conflicts:

BOOK/introduction/common/changelog.xml

  • Property mode set to 100644
File size: 4.0 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
[cbbd1e4]8<sect1 id="ch-system-glibc-n32" role="wrap">
9 <?dbhtml filename="glibc-n32.html"?>
[3f8be484]10
[d785e9d]11 <title>Glibc-&glibc-version; N32</title>
[3f8be484]12
[cbbd1e4]13 <indexterm zone="ch-system-glibc-n32">
[d785e9d]14 <primary sortas="a-Glibc">Glibc</primary>
[3f8be484]15 </indexterm>
16
[dabbced]17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3c35168]18 href="../multilib/glibc.xml"
[663c5a6]19 xpointer="xpointer(//*[@role='package'])"/>
[3f8be484]20
21 <sect2 role="installation">
[d785e9d]22 <title>Installation of Glibc</title>
[3f8be484]23
[22cd957]24 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]25 href="../common/glibc.xml"
[22cd957]26 xpointer="xpointer(//*[@os='l1'])"/>
27
[74592cf]28<screen os="l2"><userinput>LINKER=$(readelf -l /tools/bin/bash | sed -n 's@.*interpret.*/tools\(.*\)]$@\1@p')
[d8f87e8]29sed -i "s|libs -o|libs -L/usr/lib32 -Wl,-dynamic-linker=${LINKER} -o|" \
30 scripts/test-installation.pl
31unset LINKER</userinput></screen>
32
[dabbced]33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3c35168]34 href="../multilib/glibc.xml"
[3f8be484]35 xpointer="xpointer(//*[@os='b'])"/>
36
[dabbced]37 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3c35168]38 href="../multilib/glibc.xml"
[3f8be484]39 xpointer="xpointer(//*[@os='e'])"/>
40
[dabbced]41 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3c35168]42 href="../multilib/glibc.xml"
[3f8be484]43 xpointer="xpointer(//*[@os='f'])"/>
44
[e52599b]45 <para os="m1">Configure Glibc to install its 32-bit libraries into
[3f8be484]46 <filename class="directory">/lib32</filename>:</para>
47
[27597ad]48<screen os="m2"><userinput>echo "libc_cv_rtlddir=/lib32" &gt;&gt; config.cache
49echo "libc_cv_slibdir=/lib32" &gt;&gt; config.cache</userinput></screen>
[3f8be484]50
[dabbced]51 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3c35168]52 href="../multilib/glibc.xml"
[3f8be484]53 xpointer="xpointer(//*[@os='g'])"/>
54
[d3a4fc0]55<screen os="h"><userinput>CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" \
[cbbd1e4]56 ../glibc-&glibc-version;/configure --prefix=/usr \
[2546e2d]57 --disable-profile --enable-kernel=&glibc-kernel-version; \
[cbbd1e4]58 --libexecdir=/usr/lib32/glibc --libdir=/usr/lib32 \
[db5f324]59 --enable-obsolete-rpc --cache-file=config.cache</userinput></screen>
[3f8be484]60
[d3a4fc0]61 <variablelist os="i">
[3f8be484]62 <title>The meaning of the new configure option:</title>
63
64 <varlistentry>
[cbbd1e4]65 <term><parameter>--libexecdir=/usr/lib32/glibc</parameter></term>
[3f8be484]66 <listitem>
[b5bd3744]67 <para>This changes the location of the <command>getconf</command>
[3f8be484]68 program from its default of <filename
69 class="directory">/usr/libexec</filename> to <filename
[cbbd1e4]70 class="directory">/usr/lib32/glibc</filename>.</para>
[3f8be484]71 </listitem>
72 </varlistentry>
73 </variablelist>
74
[dabbced]75 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3c35168]76 href="../multilib/glibc.xml"
[3f8be484]77 xpointer="xpointer(//*[@os='j'])"/>
78
[dabbced]79 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3c35168]80 href="../multilib/glibc.xml"
[3f8be484]81 xpointer="xpointer(//*[@os='k'])"/>
82
[dabbced]83 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3c35168]84 href="../multilib/glibc.xml"
[3f8be484]85 xpointer="xpointer(//*[@os='l'])"/>
86
[dabbced]87 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3c35168]88 href="../multilib/glibc.xml"
[3f8be484]89 xpointer="xpointer(//*[@os='m'])"/>
90
[dabbced]91 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]92 href="../multilib/glibc-64bit.xml"
[d3a4fc0]93 xpointer="xpointer(//*[@os='n'])"/>
94
[dabbced]95 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]96 href="../multilib/glibc-64bit.xml"
[d3a4fc0]97 xpointer="xpointer(//*[@os='o'])"/>
98
[dabbced]99 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]100 href="../multilib/glibc-64bit.xml"
[94e6142]101 xpointer="xpointer(//*[@os='p'])"/>
[3f8be484]102
[dabbced]103 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3c35168]104 href="../multilib/glibc.xml"
[3f8be484]105 xpointer="xpointer(//*[@os='s'])"/>
106
[dabbced]107 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3c35168]108 href="../multilib/glibc.xml"
[3f8be484]109 xpointer="xpointer(//*[@os='t'])"/>
110
111 </sect2>
112
113 <sect2 role="content">
114 <title/>
115
116 <para>Details on this package are located in <xref
[cbbd1e4]117 linkend="contents-glibc" role="."/></para>
[3f8be484]118
119 </sect2>
120
121</sect1>
Note: See TracBrowser for help on using the repository browser.