[3f8be484] | 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 | <!ENTITY % patches-entities SYSTEM "../../patches.ent">
|
---|
| 6 | %general-entities;
|
---|
| 7 | %patches-entities;
|
---|
| 8 | ]>
|
---|
| 9 |
|
---|
| 10 | <sect1 id="ch-cross-tools-glibc" role="wrap">
|
---|
| 11 | <?dbhtml filename="glibc.html"?>
|
---|
| 12 |
|
---|
| 13 | <title>Glibc-&glibc-version;</title>
|
---|
| 14 |
|
---|
| 15 | <indexterm zone="ch-cross-tools-glibc">
|
---|
| 16 | <primary sortas="a-Glibc">Glibc</primary>
|
---|
| 17 | <secondary>cross tools</secondary>
|
---|
| 18 | </indexterm>
|
---|
| 19 |
|
---|
| 20 | <sect2 role="package">
|
---|
| 21 | <title/>
|
---|
| 22 |
|
---|
| 23 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 24 | href="../../final-system/common/glibc.xml"
|
---|
| 25 | xpointer="xpointer(//*[@role='package']/para[1])"/>
|
---|
| 26 |
|
---|
| 27 | <segmentedlist>
|
---|
| 28 | <segtitle>&buildtime;</segtitle>
|
---|
| 29 | <segtitle>&diskspace;</segtitle>
|
---|
| 30 |
|
---|
| 31 | <seglistitem>
|
---|
| 32 | <seg>Not checked yet</seg>
|
---|
| 33 | <seg>Not checked yet</seg>
|
---|
| 34 | </seglistitem>
|
---|
| 35 | </segmentedlist>
|
---|
| 36 |
|
---|
| 37 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 38 | href="../../final-system/common/glibc.xml"
|
---|
| 39 | xpointer="xpointer(//*[@role='package']/segmentedlist[2])"/>
|
---|
| 40 |
|
---|
| 41 | </sect2>
|
---|
| 42 |
|
---|
| 43 | <sect2 role="installation">
|
---|
| 44 | <title>Installation of Glibc</title>
|
---|
| 45 |
|
---|
| 46 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 47 | href="../common/glibc.xml"
|
---|
| 48 | xpointer="xpointer(//*[@os='da'])"/>
|
---|
| 49 |
|
---|
| 50 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 51 | href="../common/glibc.xml"
|
---|
| 52 | xpointer="xpointer(//*[@os='db'])"/>
|
---|
| 53 |
|
---|
| 54 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 55 | href="../common/glibc.xml"
|
---|
| 56 | xpointer="xpointer(//*[@os='dc'])"/>
|
---|
| 57 |
|
---|
| 58 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 59 | href="../common/glibc.xml"
|
---|
| 60 | xpointer="xpointer(//*[@os='c'])"/>
|
---|
| 61 |
|
---|
| 62 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 63 | href="../common/glibc.xml"
|
---|
| 64 | xpointer="xpointer(//*[@os='d'])"/>
|
---|
| 65 |
|
---|
| 66 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 67 | href="../sparc/glibc.xml"
|
---|
| 68 | xpointer="xpointer(//*[@os='s1'])"/>
|
---|
| 69 |
|
---|
| 70 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 71 | href="../sparc/glibc.xml"
|
---|
| 72 | xpointer="xpointer(//*[@os='s2'])"/>
|
---|
| 73 |
|
---|
| 74 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 75 | href="../common/glibc.xml"
|
---|
| 76 | xpointer="xpointer(//*[@os='e'])"/>
|
---|
| 77 |
|
---|
| 78 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 79 | href="../common/glibc.xml"
|
---|
| 80 | xpointer="xpointer(//*[@os='f'])"/>
|
---|
| 81 |
|
---|
| 82 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 83 | href="../common/glibc.xml"
|
---|
| 84 | xpointer="xpointer(//*[@os='dd'])"/>
|
---|
| 85 |
|
---|
| 86 | <screen><userinput>echo "libc_cv_forced_unwind=yes" > config.cache
|
---|
| 87 | echo "libc_cv_c_cleanup=yes" >> config.cache
|
---|
| 88 | echo "libc_cv_sparc64_tls=yes" >> config.cache</userinput></screen>
|
---|
| 89 |
|
---|
| 90 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 91 | href="../common/glibc.xml"
|
---|
| 92 | xpointer="xpointer(//*[@os='g'])"/>
|
---|
| 93 |
|
---|
| 94 | <screen><userinput>BUILD_CC="gcc" CC="${LFS_TARGET}-gcc ${BUILD64}" \
|
---|
| 95 | AR="${LFS_TARGET}-ar" RANLIB="${LFS_TARGET}-ranlib" \
|
---|
| 96 | ../glibc-&glibc-version;/configure --prefix=/tools \
|
---|
| 97 | --host=${LFS_TARGET} --build=${LFS_HOST} \
|
---|
| 98 | --disable-profile --enable-add-ons \
|
---|
| 99 | --with-tls --enable-kernel=2.6.0 --with-__thread \
|
---|
| 100 | --with-binutils=/cross-tools/bin --with-headers=/tools/include \
|
---|
| 101 | --cache-file=config.cache</userinput></screen>
|
---|
| 102 |
|
---|
| 103 | <variablelist>
|
---|
| 104 | <title>The meaning of the new configure options:</title>
|
---|
| 105 |
|
---|
| 106 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 107 | href="../common/glibc.xml"
|
---|
| 108 | xpointer="xpointer(//*[@os='di1'])"/>
|
---|
| 109 |
|
---|
| 110 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 111 | href="../multilib/glibc-64bit.xml"
|
---|
| 112 | xpointer="xpointer(//*[@os='fa1'])"/>
|
---|
| 113 |
|
---|
| 114 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 115 | href="../common/glibc.xml"
|
---|
| 116 | xpointer="xpointer(//*[@os='di3'])"/>
|
---|
| 117 |
|
---|
| 118 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 119 | href="../common/glibc.xml"
|
---|
| 120 | xpointer="xpointer(//*[@os='di4'])"/>
|
---|
| 121 |
|
---|
| 122 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 123 | href="../common/glibc.xml"
|
---|
| 124 | xpointer="xpointer(//*[@os='di5'])"/>
|
---|
| 125 |
|
---|
| 126 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 127 | href="../common/glibc.xml"
|
---|
| 128 | xpointer="xpointer(//*[@os='di6'])"/>
|
---|
| 129 |
|
---|
| 130 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 131 | href="../common/glibc.xml"
|
---|
| 132 | xpointer="xpointer(//*[@os='di7'])"/>
|
---|
| 133 |
|
---|
| 134 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 135 | href="../common/glibc.xml"
|
---|
| 136 | xpointer="xpointer(//*[@os='di8'])"/>
|
---|
| 137 |
|
---|
| 138 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 139 | href="../common/glibc.xml"
|
---|
| 140 | xpointer="xpointer(//*[@os='di9'])"/>
|
---|
| 141 |
|
---|
| 142 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 143 | href="../common/glibc.xml"
|
---|
| 144 | xpointer="xpointer(//*[@os='di10'])"/>
|
---|
| 145 |
|
---|
| 146 | </variablelist>
|
---|
| 147 |
|
---|
| 148 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 149 | href="../common/glibc.xml"
|
---|
| 150 | xpointer="xpointer(//*[@os='df'])"/>
|
---|
| 151 |
|
---|
| 152 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 153 | href="../common/glibc.xml"
|
---|
| 154 | xpointer="xpointer(//*[@os='dg'])"/>
|
---|
| 155 |
|
---|
| 156 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 157 | href="../common/glibc.xml"
|
---|
| 158 | xpointer="xpointer(//*[@os='dh'])"/>
|
---|
| 159 |
|
---|
| 160 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 161 | href="../common/glibc.xml"
|
---|
| 162 | xpointer="xpointer(//*[@os='dj'])"/>
|
---|
| 163 |
|
---|
| 164 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 165 | href="../common/glibc.xml"
|
---|
| 166 | xpointer="xpointer(//*[@os='dk'])"/>
|
---|
| 167 |
|
---|
| 168 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 169 | href="../common/glibc.xml"
|
---|
| 170 | xpointer="xpointer(//*[@os='dl'])"/>
|
---|
| 171 |
|
---|
| 172 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 173 | href="../common/glibc.xml"
|
---|
| 174 | xpointer="xpointer(//*[@os='dm'])"/>
|
---|
| 175 |
|
---|
| 176 | </sect2>
|
---|
| 177 |
|
---|
| 178 | <sect2 role="content">
|
---|
| 179 | <title/>
|
---|
| 180 |
|
---|
| 181 | <para>Details on this package are located in <xref
|
---|
| 182 | linkend="contents-glibc" role="."/></para>
|
---|
| 183 |
|
---|
| 184 | </sect2>
|
---|
| 185 |
|
---|
| 186 | </sect1>
|
---|