[44426cf] | 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 |
|
---|
[093b0e8] | 8 | <sect1 id="ch-cross-tools-eglibc" role="wrap">
|
---|
| 9 | <?dbhtml filename="eglibc.html"?>
|
---|
[44426cf] | 10 |
|
---|
[093b0e8] | 11 | <title>EGLIBC-&eglibc-version; 32 Bit</title>
|
---|
[44426cf] | 12 |
|
---|
[093b0e8] | 13 | <indexterm zone="ch-cross-tools-eglibc">
|
---|
| 14 | <primary sortas="a-EGLIBC">EGLIBC</primary>
|
---|
[44426cf] | 15 | <secondary>cross tools, 32 Bit</secondary>
|
---|
| 16 | </indexterm>
|
---|
| 17 |
|
---|
| 18 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
[093b0e8] | 19 | href="../../final-system/common/eglibc.xml"
|
---|
[44426cf] | 20 | xpointer="xpointer(//*[@role='package'])"/>
|
---|
| 21 |
|
---|
| 22 | <sect2 role="installation">
|
---|
[093b0e8] | 23 | <title>Installation of EGLIBC</title>
|
---|
[44426cf] | 24 |
|
---|
| 25 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
[093b0e8] | 26 | href="../common/eglibc.xml"
|
---|
[44426cf] | 27 | xpointer="xpointer(//*[@os='da'])"/>
|
---|
| 28 |
|
---|
| 29 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
[093b0e8] | 30 | href="../common/eglibc.xml"
|
---|
[44426cf] | 31 | xpointer="xpointer(//*[@os='db'])"/>
|
---|
| 32 |
|
---|
| 33 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
[093b0e8] | 34 | href="../common/eglibc.xml"
|
---|
[44426cf] | 35 | xpointer="xpointer(//*[@os='dc'])"/>
|
---|
| 36 |
|
---|
| 37 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
[093b0e8] | 38 | href="../common/eglibc.xml"
|
---|
[44426cf] | 39 | xpointer="xpointer(//*[@os='e'])"/>
|
---|
| 40 |
|
---|
| 41 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
[093b0e8] | 42 | href="../common/eglibc.xml"
|
---|
[44426cf] | 43 | xpointer="xpointer(//*[@os='f'])"/>
|
---|
| 44 |
|
---|
| 45 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
[093b0e8] | 46 | href="../common/eglibc.xml"
|
---|
[44426cf] | 47 | xpointer="xpointer(//*[@os='dd'])"/>
|
---|
| 48 |
|
---|
| 49 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
[093b0e8] | 50 | href="../common/eglibc.xml"
|
---|
[44426cf] | 51 | xpointer="xpointer(//*[@os='de'])"/>
|
---|
| 52 |
|
---|
| 53 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
[093b0e8] | 54 | href="../common/eglibc.xml"
|
---|
[44426cf] | 55 | xpointer="xpointer(//*[@os='g'])"/>
|
---|
| 56 |
|
---|
| 57 | <screen os="df"><userinput>BUILD_CC="gcc" CC="${CLFS_TARGET}-gcc ${BUILD32}" \
|
---|
| 58 | AR="${CLFS_TARGET}-ar" RANLIB="${CLFS_TARGET}-ranlib" \
|
---|
| 59 | CFLAGS="-march=$(cut -d- -f1 <<< $CLFS_TARGET32) -mtune=generic -g -O2" \
|
---|
[093b0e8] | 60 | ../eglibc-&eglibc-version;/configure --prefix=/tools \
|
---|
[44426cf] | 61 | --host=${CLFS_TARGET32} --build=${CLFS_HOST} \
|
---|
| 62 | --disable-profile --enable-add-ons \
|
---|
| 63 | --with-tls --enable-kernel=2.6.0 --with-__thread \
|
---|
| 64 | --with-binutils=/cross-tools/bin --with-headers=/tools/include \
|
---|
| 65 | --cache-file=config.cache</userinput></screen>
|
---|
| 66 |
|
---|
| 67 | <variablelist os="dg">
|
---|
| 68 | <title>The meaning of the new configure options:</title>
|
---|
| 69 |
|
---|
| 70 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
[093b0e8] | 71 | href="../common/eglibc.xml"
|
---|
[44426cf] | 72 | xpointer="xpointer(//*[@os='dg1'])"/>
|
---|
| 73 |
|
---|
| 74 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
[093b0e8] | 75 | href="../multilib/eglibc.xml"
|
---|
[44426cf] | 76 | xpointer="xpointer(//*[@os='ea1'])"/>
|
---|
| 77 |
|
---|
| 78 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
[093b0e8] | 79 | href="../common/eglibc.xml"
|
---|
[44426cf] | 80 | xpointer="xpointer(//*[@os='dg3'])"/>
|
---|
| 81 |
|
---|
| 82 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
[093b0e8] | 83 | href="../common/eglibc.xml"
|
---|
[44426cf] | 84 | xpointer="xpointer(//*[@os='dg4'])"/>
|
---|
| 85 |
|
---|
| 86 | <varlistentry os="ea2">
|
---|
| 87 | <term><parameter>CFLAGS="-march=$(cut -d- -f1 <<<
|
---|
| 88 | $CLFS_TARGET32) -mtune=generic -g -O2"</parameter></term>
|
---|
| 89 | <listitem>
|
---|
[093b0e8] | 90 | <para>Forces EGLIBC to optimize for our target system.</para>
|
---|
[44426cf] | 91 | </listitem>
|
---|
| 92 | </varlistentry>
|
---|
| 93 |
|
---|
| 94 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
[093b0e8] | 95 | href="../common/eglibc.xml"
|
---|
[44426cf] | 96 | xpointer="xpointer(//*[@os='dg5'])"/>
|
---|
| 97 |
|
---|
| 98 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
[093b0e8] | 99 | href="../common/eglibc.xml"
|
---|
[44426cf] | 100 | xpointer="xpointer(//*[@os='dg6'])"/>
|
---|
| 101 |
|
---|
| 102 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
[093b0e8] | 103 | href="../common/eglibc.xml"
|
---|
[44426cf] | 104 | xpointer="xpointer(//*[@os='dg7'])"/>
|
---|
| 105 |
|
---|
| 106 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
[093b0e8] | 107 | href="../common/eglibc.xml"
|
---|
[44426cf] | 108 | xpointer="xpointer(//*[@os='dg8'])"/>
|
---|
| 109 |
|
---|
| 110 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
[093b0e8] | 111 | href="../common/eglibc.xml"
|
---|
[44426cf] | 112 | xpointer="xpointer(//*[@os='dg9'])"/>
|
---|
| 113 |
|
---|
| 114 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
[093b0e8] | 115 | href="../common/eglibc.xml"
|
---|
[44426cf] | 116 | xpointer="xpointer(//*[@os='dg10'])"/>
|
---|
| 117 |
|
---|
| 118 | </variablelist>
|
---|
| 119 |
|
---|
| 120 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
[093b0e8] | 121 | href="../common/eglibc.xml"
|
---|
[44426cf] | 122 | xpointer="xpointer(//*[@os='dh'])"/>
|
---|
| 123 |
|
---|
| 124 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
[093b0e8] | 125 | href="../common/eglibc.xml"
|
---|
[44426cf] | 126 | xpointer="xpointer(//*[@os='di'])"/>
|
---|
| 127 |
|
---|
| 128 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
[093b0e8] | 129 | href="../common/eglibc.xml"
|
---|
[44426cf] | 130 | xpointer="xpointer(//*[@os='dj'])"/>
|
---|
| 131 |
|
---|
| 132 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
[093b0e8] | 133 | href="../common/eglibc.xml"
|
---|
[44426cf] | 134 | xpointer="xpointer(//*[@os='dk'])"/>
|
---|
| 135 |
|
---|
| 136 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
[093b0e8] | 137 | href="../common/eglibc.xml"
|
---|
[44426cf] | 138 | xpointer="xpointer(//*[@os='dl'])"/>
|
---|
| 139 |
|
---|
| 140 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
[093b0e8] | 141 | href="../common/eglibc.xml"
|
---|
[44426cf] | 142 | xpointer="xpointer(//*[@os='dm'])"/>
|
---|
| 143 |
|
---|
| 144 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
[093b0e8] | 145 | href="../common/eglibc.xml"
|
---|
[44426cf] | 146 | xpointer="xpointer(//*[@os='dn'])"/>
|
---|
| 147 |
|
---|
| 148 | </sect2>
|
---|
| 149 |
|
---|
| 150 | <sect2 role="content">
|
---|
| 151 | <title/>
|
---|
| 152 |
|
---|
| 153 | <para>Details on this package are located in <xref
|
---|
[093b0e8] | 154 | linkend="contents-eglibc" role="."/></para>
|
---|
[44426cf] | 155 |
|
---|
| 156 | </sect2>
|
---|
| 157 |
|
---|
| 158 | </sect1>
|
---|