source: BOOK/cross-tools/multilib/glibc-64bit.xml @ a095a24

clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since a095a24 was a095a24, checked in by Chris Staub <chris@…>, 10 years ago

Do not use sed -i in cross-tools

  • 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-glibcc-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-glibcc-64">
14    <primary sortas="a-GLIBC">GLIBC</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/glibc.xml"
20  xpointer="xpointer(//*[@role='package'])"/>
21
22  <sect2 role="installation">
23    <title>Installation of GLIBC</title>
24
25    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
26    href="glibc.xml"
27    xpointer="xpointer(//*[@os='da'])"/>
28
29    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
30    href="../../final-system/common/glibc.xml"
31    xpointer="xpointer(//*[@os='s1'])"/>
32
33    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
34    href="../common/glibc.xml"
35    xpointer="xpointer(//*[@os='s2'])"/>
36
37    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
38    href="glibc.xml"
39    xpointer="xpointer(//*[@os='e'])"/>
40
41    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
42    href="glibc.xml"
43    xpointer="xpointer(//*[@os='f'])"/>
44
45    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
46    href="glibc.xml"
47    xpointer="xpointer(//*[@os='dd'])"/>
48
49    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
50    href="glibc.xml"
51    xpointer="xpointer(//*[@os='de'])"/>
52
53    <para os="n1">Tell GLIBC 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/2001/XInclude"
59    href="glibc.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    ../glibc-&glibc-version;/configure --prefix=/tools \
65    --host=${CLFS_TARGET} --build=${CLFS_HOST} --libdir=/tools/lib64 \
66    --disable-profile --with-tls --enable-kernel=2.6.32 --with-__thread \
67    --with-binutils=/cross-tools/bin --with-headers=/tools/include \
68    --enable-obsolete-rpc --cache-file=config.cache</userinput></screen>
69
70    <variablelist os="dg">
71      <title>The meaning of the new configure options:</title>
72
73      <varlistentry os="fa1">
74        <term><parameter>CC="${CLFS_TARGET}-gcc ${BUILD64}"</parameter></term>
75        <listitem>
76          <para>Forces GLIBC to build using our target architecture GCC
77          utilizing the 64 Bit flags.</para>
78        </listitem>
79      </varlistentry>
80
81      <varlistentry os="fa2">
82        <term><parameter>--libdir=/tools/lib64</parameter></term>
83        <listitem>
84          <para>Puts GLIBC into /tools/lib64 instead of /tools/lib.</para>
85        </listitem>
86      </varlistentry>
87
88    </variablelist>
89
90    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
91    href="glibc.xml"
92    xpointer="xpointer(//*[@os='dh'])"/>
93
94    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
95    href="glibc.xml"
96    xpointer="xpointer(//*[@os='di'])"/>
97
98    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
99    href="glibc.xml"
100    xpointer="xpointer(//*[@os='dj'])"/>
101
102    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
103    href="glibc.xml"
104    xpointer="xpointer(//*[@os='dk'])"/>
105
106    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
107    href="glibc.xml"
108    xpointer="xpointer(//*[@os='dl'])"/>
109
110    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
111    href="glibc.xml"
112    xpointer="xpointer(//*[@os='dm'])"/>
113
114    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
115    href="glibc.xml"
116    xpointer="xpointer(//*[@os='dn'])"/>
117
118  </sect2>
119
120  <sect2 role="content">
121    <title/>
122
123    <para>Details on this package are located in <xref
124    linkend="contents-glibc" role="."/></para>
125
126  </sect2>
127
128</sect1>
Note: See TracBrowser for help on using the repository browser.