[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 |
|
---|
[d785e9d] | 11 | <title>Glibc-&glibc-version; N32</title>
|
---|
[3f8be484] | 12 |
|
---|
[cbbd1e4] | 13 | <indexterm zone="ch-cross-tools-glibc-n32">
|
---|
[d785e9d] | 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">
|
---|
[d785e9d] | 23 | <title>Installation of Glibc</title>
|
---|
[3f8be484] | 24 |
|
---|
[dabbced] | 25 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[c2c5b95] | 26 | href="../multilib/glibc.xml"
|
---|
[3f8be484] | 27 | xpointer="xpointer(//*[@os='da'])"/>
|
---|
| 28 |
|
---|
[dabbced] | 29 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[c2c5b95] | 30 | href="../multilib/glibc.xml"
|
---|
[3f8be484] | 31 | xpointer="xpointer(//*[@os='e'])"/>
|
---|
| 32 |
|
---|
[dabbced] | 33 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[c2c5b95] | 34 | href="../multilib/glibc.xml"
|
---|
[3f8be484] | 35 | xpointer="xpointer(//*[@os='f'])"/>
|
---|
| 36 |
|
---|
[005d85d] | 37 | <para os="n1">Configure Glibc to install its 32-bit libraries into <filename
|
---|
[3f8be484] | 38 | class="directory">/tools/lib32</filename>:</para>
|
---|
| 39 |
|
---|
[71cd9de] | 40 | <screen os="n2"><userinput>echo "libc_cv_slibdir=/tools/lib32" >> config.cache</userinput></screen>
|
---|
[3f8be484] | 41 |
|
---|
[dabbced] | 42 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[c2c5b95] | 43 | href="../multilib/glibc.xml"
|
---|
[3f8be484] | 44 | xpointer="xpointer(//*[@os='g'])"/>
|
---|
| 45 |
|
---|
[07114c98] | 46 | <screen os="df"><userinput>BUILD_CC="gcc" CC="${CLFS_TARGET}-gcc ${BUILDN32}" \
|
---|
[7cd7f99] | 47 | AR="${CLFS_TARGET}-ar" RANLIB="${CLFS_TARGET}-ranlib" \
|
---|
| 48 | ../glibc-&glibc-version;/configure \
|
---|
| 49 | --prefix=/tools \
|
---|
| 50 | --host=${CLFS_TARGET} \
|
---|
| 51 | --build=${CLFS_HOST} \
|
---|
| 52 | --libdir=/tools/lib32 \
|
---|
| 53 | --enable-kernel=&glibc-kernel-version; \
|
---|
| 54 | --with-binutils=/cross-tools/bin \
|
---|
| 55 | --with-headers=/tools/include \
|
---|
| 56 | --enable-obsolete-rpc \
|
---|
| 57 | --cache-file=config.cache</userinput></screen>
|
---|
[3f8be484] | 58 |
|
---|
| 59 | <variablelist os="fa">
|
---|
| 60 | <title>The meaning of the new configure options:</title>
|
---|
| 61 |
|
---|
| 62 | <varlistentry os="fa1">
|
---|
[07114c98] | 63 | <term><parameter>CC="${CLFS_TARGET}-gcc ${BUILDN32}"</parameter></term>
|
---|
[3f8be484] | 64 | <listitem>
|
---|
[d785e9d] | 65 | <para>Forces Glibc to utilize our target architecture GCC utilizing
|
---|
[d3a4fc0] | 66 | the N32 flags.</para>
|
---|
[3f8be484] | 67 | </listitem>
|
---|
| 68 | </varlistentry>
|
---|
| 69 |
|
---|
| 70 | <varlistentry>
|
---|
| 71 | <term><parameter>--libdir=/tools/lib32</parameter></term>
|
---|
| 72 | <listitem>
|
---|
[d785e9d] | 73 | <para>Installs Glibc into /tools/lib32 instead of /tools/lib.</para>
|
---|
[3f8be484] | 74 | </listitem>
|
---|
| 75 | </varlistentry>
|
---|
| 76 |
|
---|
| 77 | </variablelist>
|
---|
| 78 |
|
---|
[dabbced] | 79 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[c2c5b95] | 80 | href="../multilib/glibc.xml"
|
---|
[d3a4fc0] | 81 | xpointer="xpointer(//*[@os='dh'])"/>
|
---|
| 82 |
|
---|
[dabbced] | 83 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[c2c5b95] | 84 | href="../multilib/glibc.xml"
|
---|
[d3a4fc0] | 85 | xpointer="xpointer(//*[@os='di'])"/>
|
---|
| 86 |
|
---|
[dabbced] | 87 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[c2c5b95] | 88 | href="../multilib/glibc.xml"
|
---|
[3f8be484] | 89 | xpointer="xpointer(//*[@os='dj'])"/>
|
---|
| 90 |
|
---|
[dabbced] | 91 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[c2c5b95] | 92 | href="../multilib/glibc.xml"
|
---|
[3f8be484] | 93 | xpointer="xpointer(//*[@os='dk'])"/>
|
---|
| 94 |
|
---|
[dabbced] | 95 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[c2c5b95] | 96 | href="../multilib/glibc.xml"
|
---|
[3f8be484] | 97 | xpointer="xpointer(//*[@os='dl'])"/>
|
---|
| 98 |
|
---|
[dabbced] | 99 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[c2c5b95] | 100 | href="../multilib/glibc.xml"
|
---|
[3f8be484] | 101 | xpointer="xpointer(//*[@os='dm'])"/>
|
---|
| 102 |
|
---|
[dabbced] | 103 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[c2c5b95] | 104 | href="../multilib/glibc.xml"
|
---|
[d3a4fc0] | 105 | xpointer="xpointer(//*[@os='dn'])"/>
|
---|
| 106 |
|
---|
[3f8be484] | 107 | </sect2>
|
---|
| 108 |
|
---|
| 109 | <sect2 role="content">
|
---|
| 110 | <title/>
|
---|
| 111 |
|
---|
| 112 | <para>Details on this package are located in <xref
|
---|
[cbbd1e4] | 113 | linkend="contents-glibc" role="."/></para>
|
---|
[3f8be484] | 114 |
|
---|
| 115 | </sect2>
|
---|
| 116 |
|
---|
| 117 | </sect1>
|
---|