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

clfs-3.0.0-systemdsystemd
Last change on this file since 0646479 was 0646479, checked in by Chris Staub <chris@…>, 10 years ago

Command to disable test lib is no longer needed

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