| 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 | 
 | 
|---|
| 8 | <sect1 id="ch-cross-tools-glibc" role="wrap">
 | 
|---|
| 9 |   <title>Glibc-&glibc-version;</title>
 | 
|---|
| 10 | 
 | 
|---|
| 11 |   <?dbhtml filename="glibc.html"?>
 | 
|---|
| 12 | 
 | 
|---|
| 13 |   <indexterm zone="ch-cross-tools-glibc">
 | 
|---|
| 14 |     <primary sortas="a-Glibc">Glibc</primary>
 | 
|---|
| 15 |   </indexterm>
 | 
|---|
| 16 | 
 | 
|---|
| 17 |   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
 | 
|---|
| 18 |   href="../common/glibc.xml"
 | 
|---|
| 19 |   xpointer="xpointer(//*[@role='package'])"/>
 | 
|---|
| 20 | 
 | 
|---|
| 21 |   <sect2 role="installation">
 | 
|---|
| 22 |     <title>Installation of Glibc</title>
 | 
|---|
| 23 | 
 | 
|---|
| 24 |     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
 | 
|---|
| 25 |     href="../common/glibc.xml"
 | 
|---|
| 26 |     xpointer="xpointer(//*[@os='a'])"/>
 | 
|---|
| 27 | 
 | 
|---|
| 28 |     <para os="u1">This architecture is no longer supported in the main glibc
 | 
|---|
| 29 |     tree, so we have to extract the glibc-ports-&glibc-version; package into
 | 
|---|
| 30 |     our glibc-&glibc-version; directory. Then we move ports to the location
 | 
|---|
| 31 |     expected by our build and patches:</para>
 | 
|---|
| 32 | 
 | 
|---|
| 33 | <screen os="u2"><userinput>tar -jxvf ../glibc-ports-&glibc-ports-version;.tar.bz2
 | 
|---|
| 34 | mv -v glibc-ports-&glibc-version; ports</userinput></screen>
 | 
|---|
| 35 | 
 | 
|---|
| 36 |     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
 | 
|---|
| 37 |     href="../common/glibc.xml"
 | 
|---|
| 38 |     xpointer="xpointer(//*[@os='p1'])"/>
 | 
|---|
| 39 | 
 | 
|---|
| 40 |     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
 | 
|---|
| 41 |     href="../common/glibc.xml"
 | 
|---|
| 42 |     xpointer="xpointer(//*[@os='p2'])"/>
 | 
|---|
| 43 | 
 | 
|---|
| 44 |     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
 | 
|---|
| 45 |     href="../common/glibc.xml"
 | 
|---|
| 46 |     xpointer="xpointer(//*[@os='p3'])"/>
 | 
|---|
| 47 | 
 | 
|---|
| 48 |     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
 | 
|---|
| 49 |     href="../common/glibc.xml"
 | 
|---|
| 50 |     xpointer="xpointer(//*[@os='p4'])"/>
 | 
|---|
| 51 | 
 | 
|---|
| 52 |     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
 | 
|---|
| 53 |     href="../common/glibc.xml"
 | 
|---|
| 54 |     xpointer="xpointer(//*[@os='p5'])"/>
 | 
|---|
| 55 | 
 | 
|---|
| 56 |     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
 | 
|---|
| 57 |     href="../common/glibc.xml"
 | 
|---|
| 58 |     xpointer="xpointer(//*[@os='p6'])"/>
 | 
|---|
| 59 | 
 | 
|---|
| 60 |     <para os="arp1">The following patch adds a missing hidden alias for
 | 
|---|
| 61 |     __sigsetjmp:</para>
 | 
|---|
| 62 | 
 | 
|---|
| 63 | <screen os="arp2"><userinput>patch -Np1 -i ../&glibc-arm_setjmp_fix-patch;</userinput></screen>
 | 
|---|
| 64 | 
 | 
|---|
| 65 |     <para os="arp3">The following patch adds a missing include that fixes a
 | 
|---|
| 66 |     compilation error on arm.</para>
 | 
|---|
| 67 | 
 | 
|---|
| 68 | <screen os="arp4"><userinput>patch -Np1 -i ../&glibc-nptl_lowlevellock-patch;</userinput></screen>
 | 
|---|
| 69 | 
 | 
|---|
| 70 |     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
 | 
|---|
| 71 |     href="../common/glibc.xml"
 | 
|---|
| 72 |     xpointer="xpointer(//*[@os='b'])"/>
 | 
|---|
| 73 | 
 | 
|---|
| 74 |     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
 | 
|---|
| 75 |     href="../common/glibc.xml"
 | 
|---|
| 76 |     xpointer="xpointer(//*[@os='c'])"/>
 | 
|---|
| 77 | 
 | 
|---|
| 78 |     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
 | 
|---|
| 79 |     href="../common/glibc.xml"
 | 
|---|
| 80 |     xpointer="xpointer(//*[@os='d'])"/>
 | 
|---|
| 81 | 
 | 
|---|
| 82 |     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
 | 
|---|
| 83 |     href="../common/glibc.xml"
 | 
|---|
| 84 |     xpointer="xpointer(//*[@os='e'])"/>
 | 
|---|
| 85 | 
 | 
|---|
| 86 |     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
 | 
|---|
| 87 |     href="../common/glibc.xml"
 | 
|---|
| 88 |     xpointer="xpointer(//*[@os='f'])"/>
 | 
|---|
| 89 | 
 | 
|---|
| 90 |     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
 | 
|---|
| 91 |     href="../common/glibc.xml"
 | 
|---|
| 92 |     xpointer="xpointer(//*[@os='g'])"/>
 | 
|---|
| 93 | 
 | 
|---|
| 94 |     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
 | 
|---|
| 95 |     href="../common/glibc.xml"
 | 
|---|
| 96 |     xpointer="xpointer(//*[@os='h'])"/>
 | 
|---|
| 97 | 
 | 
|---|
| 98 |     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
 | 
|---|
| 99 |     href="../common/glibc.xml"
 | 
|---|
| 100 |     xpointer="xpointer(//*[@os='i'])"/>
 | 
|---|
| 101 | 
 | 
|---|
| 102 |     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
 | 
|---|
| 103 |     href="../common/glibc.xml"
 | 
|---|
| 104 |     xpointer="xpointer(//*[@os='j'])"/>
 | 
|---|
| 105 | 
 | 
|---|
| 106 |     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
 | 
|---|
| 107 |     href="../common/glibc.xml"
 | 
|---|
| 108 |     xpointer="xpointer(//*[@os='k'])"/>
 | 
|---|
| 109 | 
 | 
|---|
| 110 |     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
 | 
|---|
| 111 |     href="../common/glibc.xml"
 | 
|---|
| 112 |     xpointer="xpointer(//*[@os='l'])"/>
 | 
|---|
| 113 | 
 | 
|---|
| 114 |     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
 | 
|---|
| 115 |     href="../common/glibc.xml"
 | 
|---|
| 116 |     xpointer="xpointer(//*[@os='m'])"/>
 | 
|---|
| 117 | 
 | 
|---|
| 118 |     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
 | 
|---|
| 119 |     href="../common/glibc.xml"
 | 
|---|
| 120 |     xpointer="xpointer(//*[@os='n'])"/>
 | 
|---|
| 121 | 
 | 
|---|
| 122 |     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
 | 
|---|
| 123 |     href="../common/glibc.xml"
 | 
|---|
| 124 |     xpointer="xpointer(//*[@os='o'])"/>
 | 
|---|
| 125 | 
 | 
|---|
| 126 |     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
 | 
|---|
| 127 |     href="../common/glibc.xml"
 | 
|---|
| 128 |     xpointer="xpointer(//*[@os='p'])"/>
 | 
|---|
| 129 | 
 | 
|---|
| 130 |     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
 | 
|---|
| 131 |     href="../common/glibc.xml"
 | 
|---|
| 132 |     xpointer="xpointer(//*[@os='q'])"/>
 | 
|---|
| 133 | 
 | 
|---|
| 134 |   </sect2>
 | 
|---|
| 135 | 
 | 
|---|
| 136 |   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
 | 
|---|
| 137 |   href="../common/glibc.xml"
 | 
|---|
| 138 |   xpointer="xpointer(id('i18n-glibc'))"/>
 | 
|---|
| 139 | 
 | 
|---|
| 140 |   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
 | 
|---|
| 141 |   href="../common/glibc.xml"
 | 
|---|
| 142 |   xpointer="xpointer(id('conf-glibc'))"/>
 | 
|---|
| 143 | 
 | 
|---|
| 144 |   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
 | 
|---|
| 145 |   href="../common/glibc.xml"
 | 
|---|
| 146 |   xpointer="xpointer(id('conf-ld'))"/>
 | 
|---|
| 147 | 
 | 
|---|
| 148 |   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
 | 
|---|
| 149 |   href="../common/glibc.xml"
 | 
|---|
| 150 |   xpointer="xpointer(id('contents-glibc'))"/>
 | 
|---|
| 151 | 
 | 
|---|
| 152 | </sect1>
 | 
|---|