source: BOOK/cross-tools/mips64/glibc-n32.xml@ 03679c8

clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since 03679c8 was cbbd1e4, checked in by William Harrington <kb0iic@…>, 11 years ago

Migrating EGLIBC to GLIBC since EGLIBC is end of life at 2_19 branch. Mailing list suggests using Glibc unless strict need of use from eglibc 2_19 branch. Trunk is frozen. Rename all EGLIBC and Eglibc and eglibc text to GLIBC Glibc and glibc.

  • Property mode set to 100644
File size: 4.3 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-cross-tools-glibc-n32" role="wrap">
9 <?dbhtml filename="glibc-n32.html"?>
[3f8be484]10
[cbbd1e4]11 <title>GLIBC-&glibc-version; N32</title>
[3f8be484]12
[cbbd1e4]13 <indexterm zone="ch-cross-tools-glibc-n32">
14 <primary sortas="a-GLIBC">GLIBC</primary>
[3f8be484]15 <secondary>cross tools, N32</secondary>
16 </indexterm>
17
[dabbced]18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]19 href="../../final-system/common/glibc.xml"
[cf66ceae]20 xpointer="xpointer(//*[@role='package'])"/>
[3f8be484]21
22 <sect2 role="installation">
[cbbd1e4]23 <title>Installation of GLIBC</title>
[3f8be484]24
[dabbced]25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]26 href="glibc.xml"
[3f8be484]27 xpointer="xpointer(//*[@os='da'])"/>
28
[dabbced]29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]30 href="../../final-system/mips64/glibc-64bit.xml"
[814837a8]31 xpointer="xpointer(//*[@os='m3'])"/>
32
[dabbced]33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]34 href="../../final-system/mips64/glibc-64bit.xml"
[814837a8]35 xpointer="xpointer(//*[@os='m4'])"/>
36
[00a58649]37 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]38 href="../../final-system/common/glibc.xml"
[00a58649]39 xpointer="xpointer(//*[@os='s1'])"/>
40
41 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]42 href="../../final-system/common/glibc.xml"
[00a58649]43 xpointer="xpointer(//*[@os='s2'])"/>
44
[dabbced]45 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]46 href="glibc.xml"
[3f8be484]47 xpointer="xpointer(//*[@os='e'])"/>
48
[dabbced]49 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]50 href="glibc.xml"
[3f8be484]51 xpointer="xpointer(//*[@os='f'])"/>
52
[dabbced]53 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]54 href="glibc.xml"
[3f8be484]55 xpointer="xpointer(//*[@os='dd'])"/>
56
[dabbced]57 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]58 href="glibc.xml"
[3f8be484]59 xpointer="xpointer(//*[@os='de'])"/>
60
[cbbd1e4]61 <para os="n1">Tell GLIBC to install its 32-bit libraries into <filename
[3f8be484]62 class="directory">/tools/lib32</filename>:</para>
63
[bc2e3fa]64<screen os="n2"><userinput>echo "slibdir=/tools/lib32" &gt;&gt; configparms</userinput></screen>
[3f8be484]65
[dabbced]66 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]67 href="glibc.xml"
[3f8be484]68 xpointer="xpointer(//*[@os='g'])"/>
69
[07114c98]70<screen os="df"><userinput>BUILD_CC="gcc" CC="${CLFS_TARGET}-gcc ${BUILDN32}" \
71 AR="${CLFS_TARGET}-ar" RANLIB="${CLFS_TARGET}-ranlib" \
[cbbd1e4]72 ../glibc-&glibc-version;/configure --prefix=/tools \
[07114c98]73 --host=${CLFS_TARGET} --build=${CLFS_HOST} --libdir=/tools/lib32 \
[82b753e0]74 --disable-profile --with-tls --enable-kernel=2.6.32 --with-__thread \
[bc2e3fa]75 --with-binutils=/cross-tools/bin --with-headers=/tools/include \
[52ed4da]76 --enable-obsolete-rpc --cache-file=config.cache</userinput></screen>
[3f8be484]77
78 <variablelist os="fa">
79 <title>The meaning of the new configure options:</title>
80
81 <varlistentry os="fa1">
[07114c98]82 <term><parameter>CC="${CLFS_TARGET}-gcc ${BUILDN32}"</parameter></term>
[3f8be484]83 <listitem>
[cbbd1e4]84 <para>Forces GLIBC to utilize our target architecture GCC utilizing
[d3a4fc0]85 the N32 flags.</para>
[3f8be484]86 </listitem>
87 </varlistentry>
88
89 <varlistentry>
90 <term><parameter>--libdir=/tools/lib32</parameter></term>
91 <listitem>
[cbbd1e4]92 <para>Installs GLIBC into /tools/lib32 instead of /tools/lib.</para>
[3f8be484]93 </listitem>
94 </varlistentry>
95
96 </variablelist>
97
[dabbced]98 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]99 href="glibc.xml"
[d3a4fc0]100 xpointer="xpointer(//*[@os='dh'])"/>
101
[dabbced]102 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]103 href="glibc.xml"
[d3a4fc0]104 xpointer="xpointer(//*[@os='di'])"/>
105
[dabbced]106 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]107 href="glibc.xml"
[3f8be484]108 xpointer="xpointer(//*[@os='dj'])"/>
109
[dabbced]110 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]111 href="glibc.xml"
[3f8be484]112 xpointer="xpointer(//*[@os='dk'])"/>
113
[dabbced]114 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]115 href="glibc.xml"
[3f8be484]116 xpointer="xpointer(//*[@os='dl'])"/>
117
[dabbced]118 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]119 href="glibc.xml"
[3f8be484]120 xpointer="xpointer(//*[@os='dm'])"/>
121
[dabbced]122 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]123 href="glibc.xml"
[d3a4fc0]124 xpointer="xpointer(//*[@os='dn'])"/>
125
[3f8be484]126 </sect2>
127
128 <sect2 role="content">
129 <title/>
130
131 <para>Details on this package are located in <xref
[cbbd1e4]132 linkend="contents-glibc" role="."/></para>
[3f8be484]133
134 </sect2>
135
136</sect1>
Note: See TracBrowser for help on using the repository browser.