[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 |
|
---|
[cbbd1e4] | 8 | <sect1 id="ch-system-glibc" role="wrap">
|
---|
| 9 | <?dbhtml filename="glibc-64bit.html"?>
|
---|
[3f8be484] | 10 |
|
---|
[d785e9d] | 11 | <title>Glibc-&glibc-version; 64-Bit</title>
|
---|
[3f8be484] | 12 |
|
---|
[cbbd1e4] | 13 | <indexterm zone="ch-system-glibc">
|
---|
[d785e9d] | 14 | <primary sortas="a-Glibc">Glibc</primary>
|
---|
[3f8be484] | 15 | </indexterm>
|
---|
| 16 |
|
---|
[dabbced] | 17 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[cbbd1e4] | 18 | href="../common/glibc.xml"
|
---|
[0babf98] | 19 | xpointer="xpointer(//*[@role='package'])"/>
|
---|
[3f8be484] | 20 |
|
---|
| 21 | <sect2 role="installation">
|
---|
[d785e9d] | 22 | <title>Installation of Glibc</title>
|
---|
[3f8be484] | 23 |
|
---|
[22cd957] | 24 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[cbbd1e4] | 25 | href="../common/glibc.xml"
|
---|
[22cd957] | 26 | xpointer="xpointer(//*[@os='l1'])"/>
|
---|
| 27 |
|
---|
[dabbced] | 28 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[cbbd1e4] | 29 | href="../multilib/glibc-64bit.xml"
|
---|
[0646479] | 30 | xpointer="xpointer(//*[@os='l2'])"/>
|
---|
[d8f87e8] | 31 |
|
---|
[dabbced] | 32 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[cbbd1e4] | 33 | href="../common/glibc.xml"
|
---|
[3f8be484] | 34 | xpointer="xpointer(//*[@os='b'])"/>
|
---|
| 35 |
|
---|
[dabbced] | 36 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[cbbd1e4] | 37 | href="../common/glibc.xml"
|
---|
[00a58649] | 38 | xpointer="xpointer(//*[@os='s1'])"/>
|
---|
| 39 |
|
---|
| 40 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[cbbd1e4] | 41 | href="../common/glibc.xml"
|
---|
[00a58649] | 42 | xpointer="xpointer(//*[@os='s2'])"/>
|
---|
| 43 |
|
---|
| 44 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[cbbd1e4] | 45 | href="../common/glibc.xml"
|
---|
[3f8be484] | 46 | xpointer="xpointer(//*[@os='e'])"/>
|
---|
| 47 |
|
---|
[dabbced] | 48 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[cbbd1e4] | 49 | href="../common/glibc.xml"
|
---|
[3f8be484] | 50 | xpointer="xpointer(//*[@os='f'])"/>
|
---|
| 51 |
|
---|
[dabbced] | 52 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[cbbd1e4] | 53 | href="../multilib/glibc-64bit.xml"
|
---|
[d3a4fc0] | 54 | xpointer="xpointer(//*[@os='m1'])"/>
|
---|
[3f8be484] | 55 |
|
---|
[dabbced] | 56 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[cbbd1e4] | 57 | href="../multilib/glibc-64bit.xml"
|
---|
[d3a4fc0] | 58 | xpointer="xpointer(//*[@os='m2'])"/>
|
---|
[3f8be484] | 59 |
|
---|
[b8928b0] | 60 | <para os="t1">For TLS support on the Sparc64 we will need to add the following line to
|
---|
[52e5dd9] | 61 | <filename>config.cache</filename>:</para>
|
---|
| 62 |
|
---|
| 63 | <screen os="t2"><userinput>echo "libc_cv_sparc64_tls=yes" >> config.cache</userinput></screen>
|
---|
| 64 |
|
---|
[dabbced] | 65 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[cbbd1e4] | 66 | href="../common/glibc.xml"
|
---|
[3f8be484] | 67 | xpointer="xpointer(//*[@os='g'])"/>
|
---|
| 68 |
|
---|
[52e5dd9] | 69 | <screen os="h"><userinput>CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \
|
---|
[cbbd1e4] | 70 | ../glibc-&glibc-version;/configure --prefix=/usr \
|
---|
[11e2d29] | 71 | --disable-profile --enable-kernel=&glibc-kernel-version; \
|
---|
[cbbd1e4] | 72 | --libexecdir=/usr/lib64/glibc --libdir=/usr/lib64 \
|
---|
[52ed4da] | 73 | --enable-obsolete-rpc --cache-file=config.cache</userinput></screen>
|
---|
[3f8be484] | 74 |
|
---|
[dabbced] | 75 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[cbbd1e4] | 76 | href="../multilib/glibc-64bit.xml"
|
---|
[d3a4fc0] | 77 | xpointer="xpointer(//*[@os='i'])"/>
|
---|
[3f8be484] | 78 |
|
---|
[dabbced] | 79 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[cbbd1e4] | 80 | href="../common/glibc.xml"
|
---|
[3f8be484] | 81 | xpointer="xpointer(//*[@os='j'])"/>
|
---|
| 82 |
|
---|
[dabbced] | 83 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[cbbd1e4] | 84 | href="../common/glibc.xml"
|
---|
[3f8be484] | 85 | xpointer="xpointer(//*[@os='k'])"/>
|
---|
| 86 |
|
---|
[dabbced] | 87 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[cbbd1e4] | 88 | href="../common/glibc.xml"
|
---|
[3f8be484] | 89 | xpointer="xpointer(//*[@os='l'])"/>
|
---|
| 90 |
|
---|
[dabbced] | 91 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[cbbd1e4] | 92 | href="../common/glibc.xml"
|
---|
[3f8be484] | 93 | xpointer="xpointer(//*[@os='m'])"/>
|
---|
| 94 |
|
---|
[dabbced] | 95 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[cbbd1e4] | 96 | href="../multilib/glibc-64bit.xml"
|
---|
[d3a4fc0] | 97 | xpointer="xpointer(//*[@os='n'])"/>
|
---|
| 98 |
|
---|
[dabbced] | 99 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[cbbd1e4] | 100 | href="../multilib/glibc-64bit.xml"
|
---|
[d3a4fc0] | 101 | xpointer="xpointer(//*[@os='o'])"/>
|
---|
| 102 |
|
---|
[dabbced] | 103 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[cbbd1e4] | 104 | href="../multilib/glibc-64bit.xml"
|
---|
[d3a4fc0] | 105 | xpointer="xpointer(//*[@os='p'])"/>
|
---|
[3f8be484] | 106 |
|
---|
[dabbced] | 107 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[cbbd1e4] | 108 | href="../common/glibc.xml"
|
---|
[3f8be484] | 109 | xpointer="xpointer(//*[@os='s'])"/>
|
---|
| 110 |
|
---|
[dabbced] | 111 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[cbbd1e4] | 112 | href="../common/glibc.xml"
|
---|
[3f8be484] | 113 | xpointer="xpointer(//*[@os='t'])"/>
|
---|
| 114 |
|
---|
[cf9aa7e] | 115 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
| 116 | href="../common/glibc.xml"
|
---|
| 117 | xpointer="xpointer(//*[@os='u'])"/>
|
---|
| 118 |
|
---|
| 119 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
| 120 | href="../common/glibc.xml"
|
---|
| 121 | xpointer="xpointer(//*[@os='v'])"/>
|
---|
| 122 |
|
---|
| 123 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
| 124 | href="../common/glibc.xml"
|
---|
| 125 | xpointer="xpointer(//*[@os='w'])"/>
|
---|
| 126 |
|
---|
| 127 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
| 128 | href="../common/glibc.xml"
|
---|
| 129 | xpointer="xpointer(//*[@os='x'])"/>
|
---|
| 130 |
|
---|
[3f8be484] | 131 | </sect2>
|
---|
| 132 |
|
---|
[dabbced] | 133 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[cbbd1e4] | 134 | href="../common/glibc.xml"
|
---|
| 135 | xpointer="xpointer(id('i18n-glibc'))"/>
|
---|
[3f8be484] | 136 |
|
---|
[dabbced] | 137 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[cbbd1e4] | 138 | href="../common/glibc.xml"
|
---|
| 139 | xpointer="xpointer(id('conf-glibc'))"/>
|
---|
[3f8be484] | 140 |
|
---|
[dabbced] | 141 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[cbbd1e4] | 142 | href="../multilib/glibc-64bit.xml"
|
---|
[d3a4fc0] | 143 | xpointer="xpointer(id('conf-ld'))"/>
|
---|
[3f8be484] | 144 |
|
---|
[dabbced] | 145 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[cbbd1e4] | 146 | href="../common/glibc.xml"
|
---|
| 147 | xpointer="xpointer(id('contents-glibc'))"/>
|
---|
[3f8be484] | 148 |
|
---|
| 149 | </sect1>
|
---|