[7a42ca4] | 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" [
|
---|
[7a42ca4] | 4 | <!ENTITY % general-entities SYSTEM "../../general.ent">
|
---|
| 5 | %general-entities;
|
---|
| 6 | ]>
|
---|
| 7 |
|
---|
[cbbd1e4] | 8 | <sect1 id="ch-cross-tools-glibc" role="wrap">
|
---|
| 9 | <?dbhtml filename="glibc.html"?>
|
---|
[7a42ca4] | 10 |
|
---|
[d785e9d] | 11 | <title>Glibc-&glibc-version; 32 Bit</title>
|
---|
[7a42ca4] | 12 |
|
---|
[cbbd1e4] | 13 | <indexterm zone="ch-cross-tools-glibc">
|
---|
[d785e9d] | 14 | <primary sortas="a-Glibc">Glibc</primary>
|
---|
[7a42ca4] | 15 | <secondary>cross tools, 32 Bit</secondary>
|
---|
| 16 | </indexterm>
|
---|
| 17 |
|
---|
[dabbced] | 18 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[cbbd1e4] | 19 | href="../../final-system/common/glibc.xml"
|
---|
[7a42ca4] | 20 | xpointer="xpointer(//*[@role='package'])"/>
|
---|
| 21 |
|
---|
| 22 | <sect2 role="installation">
|
---|
[d785e9d] | 23 | <title>Installation of Glibc</title>
|
---|
[7a42ca4] | 24 |
|
---|
[dabbced] | 25 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[cbbd1e4] | 26 | href="../common/glibc.xml"
|
---|
[7a42ca4] | 27 | xpointer="xpointer(//*[@os='da'])"/>
|
---|
| 28 |
|
---|
[dabbced] | 29 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[cbbd1e4] | 30 | href="../common/glibc.xml"
|
---|
[7a42ca4] | 31 | xpointer="xpointer(//*[@os='e'])"/>
|
---|
| 32 |
|
---|
[dabbced] | 33 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[cbbd1e4] | 34 | href="../common/glibc.xml"
|
---|
[7a42ca4] | 35 | xpointer="xpointer(//*[@os='f'])"/>
|
---|
| 36 |
|
---|
[dabbced] | 37 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[cbbd1e4] | 38 | href="../common/glibc.xml"
|
---|
[7a42ca4] | 39 | xpointer="xpointer(//*[@os='g'])"/>
|
---|
| 40 |
|
---|
| 41 | <screen os="df"><userinput>BUILD_CC="gcc" CC="${CLFS_TARGET}-gcc ${BUILD32}" \
|
---|
| 42 | AR="${CLFS_TARGET}-ar" RANLIB="${CLFS_TARGET}-ranlib" \
|
---|
[cbbd1e4] | 43 | ../glibc-&glibc-version;/configure --prefix=/tools \
|
---|
[7a42ca4] | 44 | --host=${CLFS_TARGET32} --build=${CLFS_HOST} \
|
---|
[dd39fc2] | 45 | --disable-profile --enable-kernel=&glibc-kernel-version; \
|
---|
[bc2e3fa] | 46 | --with-binutils=/cross-tools/bin --with-headers=/tools/include \
|
---|
[877cfcd] | 47 | --enable-obsolete-rpc</userinput></screen>
|
---|
[7a42ca4] | 48 |
|
---|
| 49 | <variablelist os="dg">
|
---|
| 50 | <title>The meaning of the new configure options:</title>
|
---|
| 51 |
|
---|
[dabbced] | 52 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[cbbd1e4] | 53 | href="../common/glibc.xml"
|
---|
[7a42ca4] | 54 | xpointer="xpointer(//*[@os='dg1'])"/>
|
---|
| 55 |
|
---|
| 56 | <varlistentry os="ea1">
|
---|
| 57 | <term><parameter>CC="${CLFS_TARGET}-gcc ${BUILD32}"</parameter></term>
|
---|
| 58 | <listitem>
|
---|
[d785e9d] | 59 | <para>Forces Glibc to utilize our target architecture GCC utilizing
|
---|
[7a42ca4] | 60 | the 32 Bit flags.</para>
|
---|
| 61 | </listitem>
|
---|
| 62 | </varlistentry>
|
---|
| 63 |
|
---|
[dabbced] | 64 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[cbbd1e4] | 65 | href="../common/glibc.xml"
|
---|
[7a42ca4] | 66 | xpointer="xpointer(//*[@os='dg3'])"/>
|
---|
| 67 |
|
---|
[dabbced] | 68 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[cbbd1e4] | 69 | href="../common/glibc.xml"
|
---|
[7a42ca4] | 70 | xpointer="xpointer(//*[@os='dg4'])"/>
|
---|
| 71 |
|
---|
[dabbced] | 72 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[cbbd1e4] | 73 | href="../common/glibc.xml"
|
---|
[7a42ca4] | 74 | xpointer="xpointer(//*[@os='dg5'])"/>
|
---|
| 75 |
|
---|
[dabbced] | 76 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[cbbd1e4] | 77 | href="../common/glibc.xml"
|
---|
[7a42ca4] | 78 | xpointer="xpointer(//*[@os='dg6'])"/>
|
---|
| 79 |
|
---|
[dabbced] | 80 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[cbbd1e4] | 81 | href="../common/glibc.xml"
|
---|
[7a42ca4] | 82 | xpointer="xpointer(//*[@os='dg7'])"/>
|
---|
| 83 |
|
---|
[dabbced] | 84 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[cbbd1e4] | 85 | href="../common/glibc.xml"
|
---|
[7a42ca4] | 86 | xpointer="xpointer(//*[@os='dg8'])"/>
|
---|
| 87 |
|
---|
[dabbced] | 88 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[cbbd1e4] | 89 | href="../common/glibc.xml"
|
---|
[7a42ca4] | 90 | xpointer="xpointer(//*[@os='dg9'])"/>
|
---|
| 91 |
|
---|
| 92 | </variablelist>
|
---|
| 93 |
|
---|
[dabbced] | 94 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[cbbd1e4] | 95 | href="../common/glibc.xml"
|
---|
[7a42ca4] | 96 | xpointer="xpointer(//*[@os='dh'])"/>
|
---|
| 97 |
|
---|
[dabbced] | 98 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[cbbd1e4] | 99 | href="../common/glibc.xml"
|
---|
[7a42ca4] | 100 | xpointer="xpointer(//*[@os='di'])"/>
|
---|
| 101 |
|
---|
[dabbced] | 102 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[cbbd1e4] | 103 | href="../common/glibc.xml"
|
---|
[7a42ca4] | 104 | xpointer="xpointer(//*[@os='dj'])"/>
|
---|
| 105 |
|
---|
[dabbced] | 106 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[cbbd1e4] | 107 | href="../common/glibc.xml"
|
---|
[7a42ca4] | 108 | xpointer="xpointer(//*[@os='dk'])"/>
|
---|
| 109 |
|
---|
[dabbced] | 110 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[cbbd1e4] | 111 | href="../common/glibc.xml"
|
---|
[7a42ca4] | 112 | xpointer="xpointer(//*[@os='dl'])"/>
|
---|
| 113 |
|
---|
[dabbced] | 114 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[cbbd1e4] | 115 | href="../common/glibc.xml"
|
---|
[7a42ca4] | 116 | xpointer="xpointer(//*[@os='dm'])"/>
|
---|
| 117 |
|
---|
[dabbced] | 118 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[cbbd1e4] | 119 | href="../common/glibc.xml"
|
---|
[7a42ca4] | 120 | xpointer="xpointer(//*[@os='dn'])"/>
|
---|
| 121 |
|
---|
| 122 | </sect2>
|
---|
| 123 |
|
---|
| 124 | <sect2 role="content">
|
---|
| 125 | <title/>
|
---|
| 126 |
|
---|
| 127 | <para>Details on this package are located in <xref
|
---|
[cbbd1e4] | 128 | linkend="contents-glibc" role="."/></para>
|
---|
[7a42ca4] | 129 |
|
---|
| 130 | </sect2>
|
---|
| 131 |
|
---|
| 132 | </sect1>
|
---|