source: BOOK/cross-tools/multilib/eglibc-64bit.xml@ df4f9ca

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since df4f9ca was df4f9ca, checked in by Joe Ciccone <jciccone@…>, 14 years ago

Updated EGlibc 2.12 to r12509. Removed the Make 3.82 Patch, issue has been fixed upstream.

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