| [bf8c11f] | 1 | <?xml version="1.0" encoding="ISO-8859-1"?> | 
|---|
|  | 2 | <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" | 
|---|
|  | 3 | "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [ | 
|---|
|  | 4 | <!ENTITY % general-entities SYSTEM "../../general.ent"> | 
|---|
|  | 5 | %general-entities; | 
|---|
|  | 6 | ]> | 
|---|
|  | 7 |  | 
|---|
|  | 8 | <sect1 id="ch-cross-tools-glibc" role="wrap"> | 
|---|
|  | 9 | <?dbhtml filename="glibc.html"?> | 
|---|
|  | 10 |  | 
|---|
|  | 11 | <title>Glibc-&glibc-version; 32 Bit</title> | 
|---|
|  | 12 |  | 
|---|
|  | 13 | <indexterm zone="ch-cross-tools-glibc"> | 
|---|
|  | 14 | <primary sortas="a-Glibc">Glibc</primary> | 
|---|
|  | 15 | <secondary>cross tools, 32 Bit</secondary> | 
|---|
|  | 16 | </indexterm> | 
|---|
|  | 17 |  | 
|---|
| [48f8316] | 18 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" | 
|---|
|  | 19 | href="../../final-system/common/glibc.xml" | 
|---|
|  | 20 | xpointer="xpointer(//*[@role='package'])"/> | 
|---|
| [bf8c11f] | 21 |  | 
|---|
|  | 22 | <sect2 role="installation"> | 
|---|
|  | 23 | <title>Installation of Glibc</title> | 
|---|
|  | 24 |  | 
|---|
|  | 25 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" | 
|---|
|  | 26 | href="../common/glibc.xml" | 
|---|
|  | 27 | xpointer="xpointer(//*[@os='da'])"/> | 
|---|
|  | 28 |  | 
|---|
|  | 29 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" | 
|---|
|  | 30 | href="../common/glibc.xml" | 
|---|
|  | 31 | xpointer="xpointer(//*[@os='db'])"/> | 
|---|
|  | 32 |  | 
|---|
|  | 33 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" | 
|---|
|  | 34 | href="../common/glibc.xml" | 
|---|
|  | 35 | xpointer="xpointer(//*[@os='dc'])"/> | 
|---|
|  | 36 |  | 
|---|
|  | 37 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" | 
|---|
|  | 38 | href="../common/glibc.xml" | 
|---|
|  | 39 | xpointer="xpointer(//*[@os='e'])"/> | 
|---|
|  | 40 |  | 
|---|
|  | 41 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" | 
|---|
|  | 42 | href="../common/glibc.xml" | 
|---|
|  | 43 | xpointer="xpointer(//*[@os='f'])"/> | 
|---|
|  | 44 |  | 
|---|
|  | 45 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" | 
|---|
|  | 46 | href="../common/glibc.xml" | 
|---|
|  | 47 | xpointer="xpointer(//*[@os='dd'])"/> | 
|---|
|  | 48 |  | 
|---|
|  | 49 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" | 
|---|
|  | 50 | href="../common/glibc.xml" | 
|---|
|  | 51 | xpointer="xpointer(//*[@os='de'])"/> | 
|---|
|  | 52 |  | 
|---|
|  | 53 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" | 
|---|
|  | 54 | href="../common/glibc.xml" | 
|---|
|  | 55 | xpointer="xpointer(//*[@os='g'])"/> | 
|---|
|  | 56 |  | 
|---|
| [c48c555] | 57 | <screen os="df"><userinput>BUILD_CC="gcc" CC="${LFS_TARGET}-gcc ${BUILD32}" \ | 
|---|
| [bf8c11f] | 58 | AR="${LFS_TARGET}-ar" RANLIB="${LFS_TARGET}-ranlib" \ | 
|---|
|  | 59 | ../glibc-&glibc-version;/configure --prefix=/tools \ | 
|---|
|  | 60 | --host=${LFS_TARGET32} --build=${LFS_HOST} \ | 
|---|
|  | 61 | --disable-profile --enable-add-ons \ | 
|---|
|  | 62 | --with-tls --enable-kernel=2.6.0 --with-__thread \ | 
|---|
|  | 63 | --with-binutils=/cross-tools/bin --with-headers=/tools/include \ | 
|---|
|  | 64 | --cache-file=config.cache</userinput></screen> | 
|---|
|  | 65 |  | 
|---|
| [c48c555] | 66 | <variablelist os="dg"> | 
|---|
| [bf8c11f] | 67 | <title>The meaning of the new configure options:</title> | 
|---|
|  | 68 |  | 
|---|
|  | 69 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" | 
|---|
|  | 70 | href="../common/glibc.xml" | 
|---|
| [c48c555] | 71 | xpointer="xpointer(//*[@os='dg1'])"/> | 
|---|
| [bf8c11f] | 72 |  | 
|---|
|  | 73 | <varlistentry os="ea1"> | 
|---|
|  | 74 | <term><parameter>CC="${LFS_TARGET}-gcc ${BUILD32}"</parameter></term> | 
|---|
|  | 75 | <listitem> | 
|---|
| [c48c555] | 76 | <para>Forces GLIBC to utilize our target architecture GCC utilizing | 
|---|
|  | 77 | the 32 BIT flags.</para> | 
|---|
| [bf8c11f] | 78 | </listitem> | 
|---|
|  | 79 | </varlistentry> | 
|---|
|  | 80 |  | 
|---|
|  | 81 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" | 
|---|
|  | 82 | href="../common/glibc.xml" | 
|---|
| [c48c555] | 83 | xpointer="xpointer(//*[@os='dg3'])"/> | 
|---|
| [bf8c11f] | 84 |  | 
|---|
|  | 85 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" | 
|---|
|  | 86 | href="../common/glibc.xml" | 
|---|
| [c48c555] | 87 | xpointer="xpointer(//*[@os='dg4'])"/> | 
|---|
| [bf8c11f] | 88 |  | 
|---|
|  | 89 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" | 
|---|
|  | 90 | href="../common/glibc.xml" | 
|---|
| [c48c555] | 91 | xpointer="xpointer(//*[@os='dg5'])"/> | 
|---|
| [bf8c11f] | 92 |  | 
|---|
|  | 93 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" | 
|---|
|  | 94 | href="../common/glibc.xml" | 
|---|
| [c48c555] | 95 | xpointer="xpointer(//*[@os='dg6'])"/> | 
|---|
| [bf8c11f] | 96 |  | 
|---|
|  | 97 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" | 
|---|
|  | 98 | href="../common/glibc.xml" | 
|---|
| [c48c555] | 99 | xpointer="xpointer(//*[@os='dg7'])"/> | 
|---|
| [bf8c11f] | 100 |  | 
|---|
|  | 101 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" | 
|---|
|  | 102 | href="../common/glibc.xml" | 
|---|
| [c48c555] | 103 | xpointer="xpointer(//*[@os='dg8'])"/> | 
|---|
| [bf8c11f] | 104 |  | 
|---|
|  | 105 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" | 
|---|
|  | 106 | href="../common/glibc.xml" | 
|---|
| [c48c555] | 107 | xpointer="xpointer(//*[@os='dg9'])"/> | 
|---|
| [bf8c11f] | 108 |  | 
|---|
|  | 109 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" | 
|---|
|  | 110 | href="../common/glibc.xml" | 
|---|
| [c48c555] | 111 | xpointer="xpointer(//*[@os='dg10'])"/> | 
|---|
| [bf8c11f] | 112 |  | 
|---|
|  | 113 | </variablelist> | 
|---|
|  | 114 |  | 
|---|
|  | 115 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" | 
|---|
|  | 116 | href="../common/glibc.xml" | 
|---|
| [c48c555] | 117 | xpointer="xpointer(//*[@os='dh'])"/> | 
|---|
| [bf8c11f] | 118 |  | 
|---|
|  | 119 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" | 
|---|
|  | 120 | href="../common/glibc.xml" | 
|---|
| [c48c555] | 121 | xpointer="xpointer(//*[@os='di'])"/> | 
|---|
| [bf8c11f] | 122 |  | 
|---|
|  | 123 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" | 
|---|
|  | 124 | href="../common/glibc.xml" | 
|---|
|  | 125 | xpointer="xpointer(//*[@os='dj'])"/> | 
|---|
|  | 126 |  | 
|---|
|  | 127 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" | 
|---|
|  | 128 | href="../common/glibc.xml" | 
|---|
|  | 129 | xpointer="xpointer(//*[@os='dk'])"/> | 
|---|
|  | 130 |  | 
|---|
|  | 131 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" | 
|---|
|  | 132 | href="../common/glibc.xml" | 
|---|
|  | 133 | xpointer="xpointer(//*[@os='dl'])"/> | 
|---|
|  | 134 |  | 
|---|
|  | 135 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" | 
|---|
|  | 136 | href="../common/glibc.xml" | 
|---|
|  | 137 | xpointer="xpointer(//*[@os='dm'])"/> | 
|---|
|  | 138 |  | 
|---|
| [c48c555] | 139 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" | 
|---|
|  | 140 | href="../common/glibc.xml" | 
|---|
|  | 141 | xpointer="xpointer(//*[@os='dn'])"/> | 
|---|
|  | 142 |  | 
|---|
| [bf8c11f] | 143 | </sect2> | 
|---|
|  | 144 |  | 
|---|
|  | 145 | <sect2 role="content"> | 
|---|
|  | 146 | <title/> | 
|---|
|  | 147 |  | 
|---|
|  | 148 | <para>Details on this package are located in <xref | 
|---|
|  | 149 | linkend="contents-glibc" role="."/></para> | 
|---|
|  | 150 |  | 
|---|
|  | 151 | </sect2> | 
|---|
|  | 152 |  | 
|---|
|  | 153 | </sect1> | 
|---|