[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 |
|
---|
[093b0e8] | 8 | <sect1 id="ch-cross-tools-eglibc" role="wrap">
|
---|
| 9 | <?dbhtml filename="eglibc.html"?>
|
---|
[3f8be484] | 10 |
|
---|
[093b0e8] | 11 | <title>EGLIBC-&eglibc-version;</title>
|
---|
[3f8be484] | 12 |
|
---|
[093b0e8] | 13 | <indexterm zone="ch-cross-tools-eglibc">
|
---|
| 14 | <primary sortas="a-EGLIBC">EGLIBC</primary>
|
---|
[3f8be484] | 15 | <secondary>cross tools</secondary>
|
---|
| 16 | </indexterm>
|
---|
| 17 |
|
---|
[cf66ceae] | 18 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
[093b0e8] | 19 | href="../../final-system/common/eglibc.xml"
|
---|
[cf66ceae] | 20 | xpointer="xpointer(//*[@role='package'])"/>
|
---|
[3f8be484] | 21 |
|
---|
| 22 | <sect2 role="installation">
|
---|
[093b0e8] | 23 | <title>Installation of EGLIBC</title>
|
---|
[3f8be484] | 24 |
|
---|
| 25 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
[093b0e8] | 26 | href="../common/eglibc.xml"
|
---|
[3f8be484] | 27 | xpointer="xpointer(//*[@os='da'])"/>
|
---|
| 28 |
|
---|
| 29 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
[093b0e8] | 30 | href="../common/eglibc.xml"
|
---|
[3f8be484] | 31 | xpointer="xpointer(//*[@os='db'])"/>
|
---|
| 32 |
|
---|
| 33 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
[093b0e8] | 34 | href="../common/eglibc.xml"
|
---|
[5bb6985] | 35 | xpointer="xpointer(//*[@os='dc'])"/>
|
---|
[7d61e92] | 36 |
|
---|
| 37 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
[093b0e8] | 38 | href="../common/eglibc.xml"
|
---|
[3f8be484] | 39 | xpointer="xpointer(//*[@os='e'])"/>
|
---|
| 40 |
|
---|
| 41 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
[093b0e8] | 42 | href="../common/eglibc.xml"
|
---|
[3f8be484] | 43 | xpointer="xpointer(//*[@os='f'])"/>
|
---|
| 44 |
|
---|
| 45 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
[093b0e8] | 46 | href="../common/eglibc.xml"
|
---|
[3f8be484] | 47 | xpointer="xpointer(//*[@os='dd'])"/>
|
---|
| 48 |
|
---|
| 49 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
[093b0e8] | 50 | href="../common/eglibc.xml"
|
---|
[3f8be484] | 51 | xpointer="xpointer(//*[@os='de'])"/>
|
---|
| 52 |
|
---|
| 53 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
[093b0e8] | 54 | href="../common/eglibc.xml"
|
---|
[3f8be484] | 55 | xpointer="xpointer(//*[@os='g'])"/>
|
---|
| 56 |
|
---|
[c768003] | 57 | <screen os="df"><userinput>BUILD_CC="gcc" CC="${CLFS_TARGET}-gcc ${BUILD64}" \
|
---|
| 58 | AR="${CLFS_TARGET}-ar" RANLIB="${CLFS_TARGET}-ranlib" \
|
---|
[093b0e8] | 59 | ../eglibc-&eglibc-version;/configure --prefix=/tools \
|
---|
[c768003] | 60 | --host=${CLFS_TARGET} --build=${CLFS_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>
|
---|
[3f8be484] | 65 |
|
---|
[d3a4fc0] | 66 | <variablelist os="dg">
|
---|
[3f8be484] | 67 | <title>The meaning of the new configure options:</title>
|
---|
| 68 |
|
---|
| 69 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
[093b0e8] | 70 | href="../common/eglibc.xml"
|
---|
[d3a4fc0] | 71 | xpointer="xpointer(//*[@os='dg1'])"/>
|
---|
[3f8be484] | 72 |
|
---|
| 73 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
[093b0e8] | 74 | href="../multilib/eglibc-64bit.xml"
|
---|
[3f8be484] | 75 | xpointer="xpointer(//*[@os='fa1'])"/>
|
---|
| 76 |
|
---|
| 77 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
[093b0e8] | 78 | href="../common/eglibc.xml"
|
---|
[d3a4fc0] | 79 | xpointer="xpointer(//*[@os='dg3'])"/>
|
---|
[3f8be484] | 80 |
|
---|
| 81 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
[093b0e8] | 82 | href="../common/eglibc.xml"
|
---|
[d3a4fc0] | 83 | xpointer="xpointer(//*[@os='dg4'])"/>
|
---|
[3f8be484] | 84 |
|
---|
| 85 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
[093b0e8] | 86 | href="../common/eglibc.xml"
|
---|
[d3a4fc0] | 87 | xpointer="xpointer(//*[@os='dg5'])"/>
|
---|
[3f8be484] | 88 |
|
---|
| 89 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
[093b0e8] | 90 | href="../common/eglibc.xml"
|
---|
[d3a4fc0] | 91 | xpointer="xpointer(//*[@os='dg6'])"/>
|
---|
[3f8be484] | 92 |
|
---|
| 93 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
[093b0e8] | 94 | href="../common/eglibc.xml"
|
---|
[d3a4fc0] | 95 | xpointer="xpointer(//*[@os='dg7'])"/>
|
---|
[3f8be484] | 96 |
|
---|
| 97 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
[093b0e8] | 98 | href="../common/eglibc.xml"
|
---|
[d3a4fc0] | 99 | xpointer="xpointer(//*[@os='dg8'])"/>
|
---|
[3f8be484] | 100 |
|
---|
| 101 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
[093b0e8] | 102 | href="../common/eglibc.xml"
|
---|
[d3a4fc0] | 103 | xpointer="xpointer(//*[@os='dg9'])"/>
|
---|
[3f8be484] | 104 |
|
---|
| 105 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
[093b0e8] | 106 | href="../common/eglibc.xml"
|
---|
[d3a4fc0] | 107 | xpointer="xpointer(//*[@os='dg10'])"/>
|
---|
[3f8be484] | 108 |
|
---|
| 109 | </variablelist>
|
---|
| 110 |
|
---|
| 111 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
[093b0e8] | 112 | href="../common/eglibc.xml"
|
---|
[d3a4fc0] | 113 | xpointer="xpointer(//*[@os='dh'])"/>
|
---|
[3f8be484] | 114 |
|
---|
| 115 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
[093b0e8] | 116 | href="../common/eglibc.xml"
|
---|
[d3a4fc0] | 117 | xpointer="xpointer(//*[@os='di'])"/>
|
---|
[3f8be484] | 118 |
|
---|
| 119 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
[093b0e8] | 120 | href="../common/eglibc.xml"
|
---|
[3f8be484] | 121 | xpointer="xpointer(//*[@os='dj'])"/>
|
---|
| 122 |
|
---|
| 123 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
[093b0e8] | 124 | href="../common/eglibc.xml"
|
---|
[3f8be484] | 125 | xpointer="xpointer(//*[@os='dk'])"/>
|
---|
| 126 |
|
---|
| 127 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
[093b0e8] | 128 | href="../common/eglibc.xml"
|
---|
[3f8be484] | 129 | xpointer="xpointer(//*[@os='dl'])"/>
|
---|
| 130 |
|
---|
| 131 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
[093b0e8] | 132 | href="../common/eglibc.xml"
|
---|
[3f8be484] | 133 | xpointer="xpointer(//*[@os='dm'])"/>
|
---|
| 134 |
|
---|
[d3a4fc0] | 135 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
[093b0e8] | 136 | href="../common/eglibc.xml"
|
---|
[d3a4fc0] | 137 | xpointer="xpointer(//*[@os='dn'])"/>
|
---|
| 138 |
|
---|
[3f8be484] | 139 | </sect2>
|
---|
| 140 |
|
---|
| 141 | <sect2 role="content">
|
---|
| 142 | <title/>
|
---|
| 143 |
|
---|
| 144 | <para>Details on this package are located in <xref
|
---|
[093b0e8] | 145 | linkend="contents-eglibc" role="."/></para>
|
---|
[3f8be484] | 146 |
|
---|
| 147 | </sect2>
|
---|
| 148 |
|
---|
| 149 | </sect1>
|
---|