Ignore:
Timestamp:
Jun 3, 2009, 11:48:55 AM (15 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
207aad6
Parents:
968933d
Message:

Cross-LFS moved to Eglibc 2.10.1

File:
1 moved

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/multilib/eglibc-64bit.xml

    r968933d r093b0e8  
    66]>
    77
    8 <sect1 id="ch-cross-tools-glibc-64" role="wrap">
    9   <?dbhtml filename="glibc-64.html"?>
     8<sect1 id="ch-cross-tools-eglibcc-64" role="wrap">
     9  <?dbhtml filename="eglibc-64.html"?>
    1010
    11   <title>Glibc-&glibc-version; 64-Bit</title>
     11  <title>EGLIBC-&eglibc-version; 64-Bit</title>
    1212
    13   <indexterm zone="ch-cross-tools-glibc-64">
    14     <primary sortas="a-Glibc">Glibc</primary>
     13  <indexterm zone="ch-cross-tools-eglibcc-64">
     14    <primary sortas="a-EGLIBC">EGLIBC</primary>
    1515    <secondary>cross tools, 64 Bit</secondary>
    1616  </indexterm>
    1717
    1818  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    19   href="../../final-system/common/glibc.xml"
     19  href="../../final-system/common/eglibc.xml"
    2020  xpointer="xpointer(//*[@role='package'])"/>
    2121
    2222  <sect2 role="installation">
    23     <title>Installation of Glibc</title>
     23    <title>Installation of EGLIBC</title>
    2424
    2525    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    26     href="glibc.xml"
     26    href="eglibc.xml"
    2727    xpointer="xpointer(//*[@os='da'])"/>
    2828
    2929    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    30     href="glibc.xml"
     30    href="eglibc.xml"
    3131    xpointer="xpointer(//*[@os='db'])"/>
    3232
    3333    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    34     href="glibc.xml"
     34    href="eglibc.xml"
    3535    xpointer="xpointer(//*[@os='dc'])"/>
    3636
    3737    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    38     href="../../final-system/common/glibc.xml"
    39     xpointer="xpointer(//*[@os='c'])"/>
    40 
    41     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    42     href="../../final-system/common/glibc.xml"
    43     xpointer="xpointer(//*[@os='d'])"/>
    44 
    45     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    46     href="glibc.xml"
     38    href="eglibc.xml"
    4739    xpointer="xpointer(//*[@os='e'])"/>
    4840
    4941    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    50     href="glibc.xml"
     42    href="eglibc.xml"
    5143    xpointer="xpointer(//*[@os='f'])"/>
    5244
    5345    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    54     href="glibc.xml"
     46    href="eglibc.xml"
    5547    xpointer="xpointer(//*[@os='dd'])"/>
    5648
    5749    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    58     href="glibc.xml"
     50    href="eglibc.xml"
    5951    xpointer="xpointer(//*[@os='de'])"/>
    6052
    61     <para os="n1">Tell Glibc to install its 64-bit libraries into <filename
     53    <para os="n1">Tell EGLIBC to install its 64-bit libraries into <filename
    6254    class="directory">/tools/lib64</filename>:</para>
    6355
     
    6557
    6658    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    67     href="glibc.xml"
     59    href="eglibc.xml"
    6860    xpointer="xpointer(//*[@os='g'])"/>
    6961
    7062<screen os="df"><userinput>BUILD_CC="gcc" CC="${CLFS_TARGET}-gcc ${BUILD64}" \
    7163    AR="${CLFS_TARGET}-ar" RANLIB="${CLFS_TARGET}-ranlib" \
    72     ../glibc-&glibc-version;/configure --prefix=/tools \
     64    ../eglibc-&eglibc-version;/configure --prefix=/tools \
    7365    --host=${CLFS_TARGET} --build=${CLFS_HOST} --libdir=/tools/lib64 \
    7466    --disable-profile --enable-add-ons \
     
    8375        <term><parameter>CC="${CLFS_TARGET}-gcc ${BUILD64}"</parameter></term>
    8476        <listitem>
    85           <para>Forces Glibc to build using our target architecture GCC
     77          <para>Forces EGLIBC to build using our target architecture GCC
    8678          utilizing the 64 Bit flags.</para>
    8779        </listitem>
     
    9183        <term><parameter>--libdir=/tools/lib64</parameter></term>
    9284        <listitem>
    93           <para>Puts Glibc into /tools/lib64 instead of /tools/lib.</para>
     85          <para>Puts EGLIBC into /tools/lib64 instead of /tools/lib.</para>
    9486        </listitem>
    9587      </varlistentry>
     
    9890
    9991    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    100     href="glibc.xml"
     92    href="eglibc.xml"
    10193    xpointer="xpointer(//*[@os='dh'])"/>
    10294
    10395    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    104     href="glibc.xml"
     96    href="eglibc.xml"
    10597    xpointer="xpointer(//*[@os='di'])"/>
    10698
    10799    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    108     href="glibc.xml"
     100    href="eglibc.xml"
    109101    xpointer="xpointer(//*[@os='dj'])"/>
    110102
    111103    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    112     href="glibc.xml"
     104    href="eglibc.xml"
    113105    xpointer="xpointer(//*[@os='dk'])"/>
    114106
    115107    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    116     href="glibc.xml"
     108    href="eglibc.xml"
    117109    xpointer="xpointer(//*[@os='dl'])"/>
    118110
    119111    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    120     href="glibc.xml"
     112    href="eglibc.xml"
    121113    xpointer="xpointer(//*[@os='dm'])"/>
    122114
    123115    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    124     href="glibc.xml"
     116    href="eglibc.xml"
    125117    xpointer="xpointer(//*[@os='dn'])"/>
    126118
     
    131123
    132124    <para>Details on this package are located in <xref
    133     linkend="contents-glibc" role="."/></para>
     125    linkend="contents-eglibc" role="."/></para>
    134126
    135127  </sect2>
Note: See TracChangeset for help on using the changeset viewer.