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

clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since 8872181 was 52ed4da, checked in by William Harrington <kb0iic@…>, 11 years ago

Update eglibc install commands for 2.17 update and add time zone data install.

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