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

systemd
Last change on this file since a15706a was a15706a, checked in by William Harrington <kb0iic@…>, 9 years ago

Replace all instances of using configparms for slibdir with config.cache entries of libc_cv_rtlddir and slibdir as configparms is no longer recognized for slibdir.

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