source: BOOK/final-system/mips64/glibc-n32.xml@ 9b304de

systemd
Last change on this file since 9b304de was 917647cd, checked in by Chris Staub <chris@…>, 9 years ago

Updated command explanations for several packages

  • 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
[0646479]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
[005d85d]45 <para os="m1">Configure Glibc to install its 32-bit libraries into
[3f8be484]46 <filename class="directory">/lib32</filename>:</para>
47
[be2644f5]48<screen os="m2"><userinput>echo "libc_cv_slibdir=/lib32" &gt;&gt; config.cache</userinput></screen>
[3f8be484]49
[dabbced]50 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3c35168]51 href="../multilib/glibc.xml"
[3f8be484]52 xpointer="xpointer(//*[@os='g'])"/>
53
[d3a4fc0]54<screen os="h"><userinput>CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" \
[cbbd1e4]55 ../glibc-&glibc-version;/configure --prefix=/usr \
[11e2d29]56 --disable-profile --enable-kernel=&glibc-kernel-version; \
[cbbd1e4]57 --libexecdir=/usr/lib32/glibc --libdir=/usr/lib32 \
[f0177f6]58 --enable-obsolete-rpc --cache-file=config.cache</userinput></screen>
[3f8be484]59
[d3a4fc0]60 <variablelist os="i">
[3f8be484]61 <title>The meaning of the new configure option:</title>
62
63 <varlistentry>
[cbbd1e4]64 <term><parameter>--libexecdir=/usr/lib32/glibc</parameter></term>
[3f8be484]65 <listitem>
[917647cd]66 <para>This changes the location for hard links to the
67 <command>getconf</command> utility from their default of <filename
[3f8be484]68 class="directory">/usr/libexec</filename> to <filename
[cbbd1e4]69 class="directory">/usr/lib32/glibc</filename>.</para>
[3f8be484]70 </listitem>
71 </varlistentry>
72 </variablelist>
73
[dabbced]74 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3c35168]75 href="../multilib/glibc.xml"
[3f8be484]76 xpointer="xpointer(//*[@os='j'])"/>
77
[dabbced]78 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3c35168]79 href="../multilib/glibc.xml"
[3f8be484]80 xpointer="xpointer(//*[@os='k'])"/>
81
[dabbced]82 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3c35168]83 href="../multilib/glibc.xml"
[3f8be484]84 xpointer="xpointer(//*[@os='l'])"/>
85
[dabbced]86 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3c35168]87 href="../multilib/glibc.xml"
[3f8be484]88 xpointer="xpointer(//*[@os='m'])"/>
89
[dabbced]90 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]91 href="../multilib/glibc-64bit.xml"
[d3a4fc0]92 xpointer="xpointer(//*[@os='n'])"/>
93
[dabbced]94 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]95 href="../multilib/glibc-64bit.xml"
[d3a4fc0]96 xpointer="xpointer(//*[@os='o'])"/>
97
[dabbced]98 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]99 href="../multilib/glibc-64bit.xml"
[94e6142]100 xpointer="xpointer(//*[@os='p'])"/>
[3f8be484]101
[dabbced]102 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3c35168]103 href="../multilib/glibc.xml"
[3f8be484]104 xpointer="xpointer(//*[@os='s'])"/>
105
[dabbced]106 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3c35168]107 href="../multilib/glibc.xml"
[3f8be484]108 xpointer="xpointer(//*[@os='t'])"/>
109
110 </sect2>
111
112 <sect2 role="content">
113 <title/>
114
115 <para>Details on this package are located in <xref
[cbbd1e4]116 linkend="contents-glibc" role="."/></para>
[3f8be484]117
118 </sect2>
119
120</sect1>
Note: See TracBrowser for help on using the repository browser.