source: BOOK/cross-tools/mips64/eglibc-n32.xml@ 670bf2c

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since 670bf2c was c8d4414, checked in by Joe Ciccone <jciccone@…>, 14 years ago

Add a patch to EGlibc to fix a compatibility issue with Make 3.82.

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