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/sparc64/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.