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

Location:
BOOK/cross-tools/multilib
Files:
2 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>
  • BOOK/cross-tools/multilib/eglibc.xml

    r968933d r093b0e8  
    66]>
    77
    8 <sect1 id="ch-cross-tools-glibc" role="wrap">
    9   <?dbhtml filename="glibc.html"?>
     8<sect1 id="ch-cross-tools-eglibc" role="wrap">
     9  <?dbhtml filename="eglibc.html"?>
    1010
    11   <title>Glibc-&glibc-version; 32 Bit</title>
     11  <title>EGLIBC-&eglibc-version; 32 Bit</title>
    1212
    13   <indexterm zone="ch-cross-tools-glibc">
    14     <primary sortas="a-Glibc">Glibc</primary>
     13  <indexterm zone="ch-cross-tools-eglibc">
     14    <primary sortas="a-EGLIBC">EGLIBC</primary>
    1515    <secondary>cross tools, 32 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="../common/glibc.xml"
     26    href="../common/eglibc.xml"
    2727    xpointer="xpointer(//*[@os='da'])"/>
    2828
    2929    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    30     href="../common/glibc.xml"
     30    href="../common/eglibc.xml"
    3131    xpointer="xpointer(//*[@os='db'])"/>
    3232
    3333    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    34     href="../common/glibc.xml"
     34    href="../common/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="../common/glibc.xml"
     38    href="../common/eglibc.xml"
    4739    xpointer="xpointer(//*[@os='e'])"/>
    4840
    4941    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    50     href="../common/glibc.xml"
     42    href="../common/eglibc.xml"
    5143    xpointer="xpointer(//*[@os='f'])"/>
    5244
    5345    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    54     href="../common/glibc.xml"
     46    href="../common/eglibc.xml"
    5547    xpointer="xpointer(//*[@os='dd'])"/>
    5648
    5749    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    58     href="../common/glibc.xml"
     50    href="../common/eglibc.xml"
    5951    xpointer="xpointer(//*[@os='de'])"/>
    6052
    6153    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    62     href="../common/glibc.xml"
     54    href="../common/eglibc.xml"
    6355    xpointer="xpointer(//*[@os='g'])"/>
    6456
    6557<screen os="df"><userinput>BUILD_CC="gcc" CC="${CLFS_TARGET}-gcc ${BUILD32}" \
    6658    AR="${CLFS_TARGET}-ar" RANLIB="${CLFS_TARGET}-ranlib" \
    67     ../glibc-&glibc-version;/configure --prefix=/tools \
     59    ../eglibc-&eglibc-version;/configure --prefix=/tools \
    6860    --host=${CLFS_TARGET32} --build=${CLFS_HOST} \
    6961    --disable-profile --enable-add-ons \
     
    7668
    7769      <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    78       href="../common/glibc.xml"
     70      href="../common/eglibc.xml"
    7971      xpointer="xpointer(//*[@os='dg1'])"/>
    8072
     
    8274        <term><parameter>CC="${CLFS_TARGET}-gcc ${BUILD32}"</parameter></term>
    8375        <listitem>
    84           <para>Forces Glibc to utilize our target architecture GCC utilizing
     76          <para>Forces EGLIBC to utilize our target architecture GCC utilizing
    8577          the 32 Bit flags.</para>
    8678        </listitem>
     
    8880
    8981      <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    90       href="../common/glibc.xml"
     82      href="../common/eglibc.xml"
    9183      xpointer="xpointer(//*[@os='dg3'])"/>
    9284
    9385      <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    94       href="../common/glibc.xml"
     86      href="../common/eglibc.xml"
    9587      xpointer="xpointer(//*[@os='dg4'])"/>
    9688
    9789      <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    98       href="../common/glibc.xml"
     90      href="../common/eglibc.xml"
    9991      xpointer="xpointer(//*[@os='dg5'])"/>
    10092
    10193      <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    102       href="../common/glibc.xml"
     94      href="../common/eglibc.xml"
    10395      xpointer="xpointer(//*[@os='dg6'])"/>
    10496
    10597      <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    106       href="../common/glibc.xml"
     98      href="../common/eglibc.xml"
    10799      xpointer="xpointer(//*[@os='dg7'])"/>
    108100
    109101      <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    110       href="../common/glibc.xml"
     102      href="../common/eglibc.xml"
    111103      xpointer="xpointer(//*[@os='dg8'])"/>
    112104
    113105      <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    114       href="../common/glibc.xml"
     106      href="../common/eglibc.xml"
    115107      xpointer="xpointer(//*[@os='dg9'])"/>
    116108
    117109      <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    118       href="../common/glibc.xml"
     110      href="../common/eglibc.xml"
    119111      xpointer="xpointer(//*[@os='dg10'])"/>
    120112
     
    122114
    123115    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    124     href="../common/glibc.xml"
     116    href="../common/eglibc.xml"
    125117    xpointer="xpointer(//*[@os='dh'])"/>
    126118
    127119    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    128     href="../common/glibc.xml"
     120    href="../common/eglibc.xml"
    129121    xpointer="xpointer(//*[@os='di'])"/>
    130122
    131123    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    132     href="../common/glibc.xml"
     124    href="../common/eglibc.xml"
    133125    xpointer="xpointer(//*[@os='dj'])"/>
    134126
    135127    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    136     href="../common/glibc.xml"
     128    href="../common/eglibc.xml"
    137129    xpointer="xpointer(//*[@os='dk'])"/>
    138130
    139131    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    140     href="../common/glibc.xml"
     132    href="../common/eglibc.xml"
    141133    xpointer="xpointer(//*[@os='dl'])"/>
    142134
    143135    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    144     href="../common/glibc.xml"
     136    href="../common/eglibc.xml"
    145137    xpointer="xpointer(//*[@os='dm'])"/>
    146138
    147139    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    148     href="../common/glibc.xml"
     140    href="../common/eglibc.xml"
    149141    xpointer="xpointer(//*[@os='dn'])"/>
    150142
     
    155147
    156148    <para>Details on this package are located in <xref
    157     linkend="contents-glibc" role="."/></para>
     149    linkend="contents-eglibc" role="."/></para>
    158150
    159151  </sect2>
Note: See TracChangeset for help on using the changeset viewer.