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

sysvinit
Last change on this file since c0c70554 was c0c70554, checked in by Chris Staub <chris@…>, 8 years ago

No need to use --disable-profile on Glibc

  • 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
[c06bf34]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}" \
[b27081c4]55../glibc-&glibc-version;/configure \
56    --prefix=/usr \
57    --enable-kernel=&glibc-kernel-version; \
58    --libexecdir=/usr/lib32/glibc \
59    --libdir=/usr/lib32 \
60    --enable-obsolete-rpc \
61    --cache-file=config.cache</userinput></screen>
[3f8be484]62
[d3a4fc0]63    <variablelist os="i">
[3f8be484]64      <title>The meaning of the new configure option:</title>
65
66      <varlistentry>
[cbbd1e4]67        <term><parameter>--libexecdir=/usr/lib32/glibc</parameter></term>
[3f8be484]68        <listitem>
[16ed0af]69          <para>This changes the location for hard links to the
70          <command>getconf</command> utility from their default of <filename
[3f8be484]71          class="directory">/usr/libexec</filename> to <filename
[cbbd1e4]72          class="directory">/usr/lib32/glibc</filename>.</para>
[3f8be484]73        </listitem>
74      </varlistentry>
75    </variablelist>
76
[dabbced]77    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3c35168]78    href="../multilib/glibc.xml"
[3f8be484]79    xpointer="xpointer(//*[@os='j'])"/>
80
[dabbced]81    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3c35168]82    href="../multilib/glibc.xml"
[3f8be484]83    xpointer="xpointer(//*[@os='k'])"/>
84
[dabbced]85    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3c35168]86    href="../multilib/glibc.xml"
[3f8be484]87    xpointer="xpointer(//*[@os='l'])"/>
88
[dabbced]89    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3c35168]90    href="../multilib/glibc.xml"
[3f8be484]91    xpointer="xpointer(//*[@os='m'])"/>
92
[dabbced]93    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]94    href="../multilib/glibc-64bit.xml"
[d3a4fc0]95    xpointer="xpointer(//*[@os='n'])"/>
96
[dabbced]97    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]98    href="../multilib/glibc-64bit.xml"
[d3a4fc0]99    xpointer="xpointer(//*[@os='o'])"/>
100
[dabbced]101    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]102    href="../multilib/glibc-64bit.xml"
[94e6142]103    xpointer="xpointer(//*[@os='p'])"/>
[3f8be484]104
[dabbced]105    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3c35168]106    href="../multilib/glibc.xml"
[3f8be484]107    xpointer="xpointer(//*[@os='s'])"/>
108
[dabbced]109    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[3c35168]110    href="../multilib/glibc.xml"
[3f8be484]111    xpointer="xpointer(//*[@os='t'])"/>
112
113  </sect2>
114
115  <sect2 role="content">
116    <title/>
117
118    <para>Details on this package are located in <xref
[cbbd1e4]119    linkend="contents-glibc" role="."/></para>
[3f8be484]120
121  </sect2>
122
123</sect1>
Note: See TracBrowser for help on using the repository browser.