source: cross-tools/sparc64/glibc-64bit.xml@ 6a84fa3

Last change on this file since 6a84fa3 was 2659c74, checked in by Jim Gifford <clfs@…>, 19 years ago

r677@server (orig r675): manuel | 2005-11-10 03:13:57 -0800
Including patches.ent from general.ent

  • Property mode set to 100644
File size: 4.0 KB
RevLine 
[bf8c11f]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 %general-entities;
6]>
7
8<sect1 id="ch-cross-tools-glibc-64" role="wrap">
9 <?dbhtml filename="glibc-64.html"?>
10
11 <title>Glibc-&glibc-version; 64-Bit</title>
12
13 <indexterm zone="ch-cross-tools-glibc-64">
14 <primary sortas="a-Glibc">Glibc</primary>
15 <secondary>cross tools, 64 Bit</secondary>
16 </indexterm>
17
[48f8316]18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
19 href="../../final-system/common/glibc.xml"
20 xpointer="xpointer(//*[@role='package'])"/>
[bf8c11f]21
22 <sect2 role="installation">
23 <title>Installation of Glibc</title>
24
25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
26 href="glibc.xml"
27 xpointer="xpointer(//*[@os='da'])"/>
28
29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
30 href="glibc.xml"
31 xpointer="xpointer(//*[@os='db'])"/>
32
33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
34 href="glibc.xml"
35 xpointer="xpointer(//*[@os='dc'])"/>
36
37 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
38 href="glibc.xml"
39 xpointer="xpointer(//*[@os='s1'])"/>
40
41 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
42 href="glibc.xml"
43 xpointer="xpointer(//*[@os='s2'])"/>
44
45 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
46 href="glibc.xml"
47 xpointer="xpointer(//*[@os='c'])"/>
48
49 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
50 href="glibc.xml"
51 xpointer="xpointer(//*[@os='d'])"/>
52
53 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
54 href="glibc.xml"
55 xpointer="xpointer(//*[@os='e'])"/>
56
57 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
58 href="glibc.xml"
59 xpointer="xpointer(//*[@os='f'])"/>
60
61 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
62 href="glibc.xml"
63 xpointer="xpointer(//*[@os='dd'])"/>
64
65<screen><userinput>echo "libc_cv_forced_unwind=yes" &gt; config.cache
66echo "libc_cv_c_cleanup=yes" &gt;&gt; config.cache
67echo "libc_cv_sparc64_tls=yes" &gt;&gt; config.cache</userinput></screen>
68
69 <para>Now we make sure the Glibc goes into <filename
70 class="directory">/tools/lib64</filename>:</para>
71
72<screen><userinput>echo "slibdir=/tools/lib64" &gt;&gt; configparms</userinput></screen>
73
74 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
75 href="glibc.xml"
76 xpointer="xpointer(//*[@os='g'])"/>
77
78<screen><userinput>BUILD_CC="gcc" CC="${LFS_TARGET}-gcc ${BUILD64}" \
79 AR="${LFS_TARGET}-ar" RANLIB="${LFS_TARGET}-ranlib" \
80 ../glibc-&glibc-version;/configure --prefix=/tools \
81 --host=${LFS_TARGET} --build=${LFS_HOST} --libdir=/tools/lib64 \
82 --disable-profile --enable-add-ons \
83 --with-tls --enable-kernel=2.6.0 --with-__thread \
84 --with-binutils=/cross-tools/bin --with-headers=/tools/include \
85 --cache-file=config.cache</userinput></screen>
86
87 <variablelist os="fa">
88 <title>The meaning of the new configure options:</title>
89
90 <varlistentry os="fa1">
91 <term><parameter>CC="${LFS_TARGET}-gcc ${BUILD64}"</parameter></term>
92 <listitem>
93 <para>This switch do ... .</para>
94 </listitem>
95 </varlistentry>
96
97 <varlistentry>
98 <term><parameter>--libdir=/tools/lib64</parameter></term>
99 <listitem>
100 <para>This switch do ... .</para>
101 </listitem>
102 </varlistentry>
103
104 </variablelist>
105
106 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
107 href="glibc.xml"
108 xpointer="xpointer(//*[@os='dj'])"/>
109
110 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
111 href="glibc.xml"
112 xpointer="xpointer(//*[@os='dk'])"/>
113
114 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
115 href="glibc.xml"
116 xpointer="xpointer(//*[@os='dl'])"/>
117
118 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
119 href="glibc.xml"
120 xpointer="xpointer(//*[@os='dm'])"/>
121
122 </sect2>
123
124 <sect2 role="content">
125 <title/>
126
127 <para>Details on this package are located in <xref
128 linkend="contents-glibc" role="."/></para>
129
130 </sect2>
131
132</sect1>
Note: See TracBrowser for help on using the repository browser.