source: BOOK/cross-tools/mips64/eglibc-n32.xml @ 82b753e0

clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since 82b753e0 was 82b753e0, checked in by Chris Staub <chris@…>, 11 years ago

EGLIBC no longer needs --enable-add-ons

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