Changeset 03e6a40 for BOOK/cross-tools


Ignore:
Timestamp:
Apr 20, 2014, 8:57:39 AM (11 years ago)
Author:
Chris Staub <chris@…>
Children:
0be79ea
Parents:
88ef769 (diff), 578ca586 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'systemd' into simp

Conflicts:

BOOK/final-system/common/bash.xml
BOOK/final-system/mips64-chapter.xml
BOOK/final-system/multilib/bash.xml
BOOK/final-system/ppc64-chapter.xml
BOOK/final-system/sparc64-chapter.xml
BOOK/final-system/x86_64-chapter.xml
BOOK/general.ent
BOOK/packages.ent
BOOK/temp-system/common/bash.xml
BOOK/temp-system/mips64-64-chapter.xml
BOOK/temp-system/mips64-chapter.xml
BOOK/temp-system/multilib/bash.xml
BOOK/temp-system/ppc64-64-chapter.xml
BOOK/temp-system/ppc64-chapter.xml
BOOK/temp-system/sparc64-64-chapter.xml
BOOK/temp-system/sparc64-chapter.xml
BOOK/temp-system/x86_64-64-chapter.xml
BOOK/temp-system/x86_64-chapter.xml

Location:
BOOK/cross-tools
Files:
2 added
2 deleted
35 edited
19 moved

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/64/gcc-static.xml

    r88ef769 r03e6a40  
    9494    xpointer="xpointer(//*[@os='ar'])"/>
    9595
     96    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     97    href="../common/gcc-static.xml"
     98    xpointer="xpointer(//*[@os='as'])"/>
     99
     100    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     101    href="../common/gcc-static.xml"
     102    xpointer="xpointer(//*[@os='at'])"/>
     103
    96104  </sect2>
    97105
  • BOOK/cross-tools/64/glibc.xml

    r88ef769 r03e6a40  
    66]>
    77
    8 <sect1 id="ch-cross-tools-eglibc" role="wrap">
    9   <?dbhtml filename="eglibc.html"?>
     8<sect1 id="ch-cross-tools-glibc" role="wrap">
     9  <?dbhtml filename="glibc.html"?>
    1010
    11   <title>EGLIBC-&eglibc-version;</title>
     11  <title>GLIBC-&glibc-version;</title>
    1212
    13   <indexterm zone="ch-cross-tools-eglibc">
    14     <primary sortas="a-EGLIBC">EGLIBC</primary>
     13  <indexterm zone="ch-cross-tools-glibc">
     14    <primary sortas="a-GLIBC">GLIBC</primary>
    1515    <secondary>cross tools</secondary>
    1616  </indexterm>
    1717
    1818  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    19   href="../../final-system/common/eglibc.xml"
     19  href="../../final-system/common/glibc.xml"
    2020  xpointer="xpointer(//*[@role='package'])"/>
    2121
    2222  <sect2 role="installation">
    23     <title>Installation of EGLIBC</title>
     23    <title>Installation of GLIBC</title>
    2424
    2525    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    26     href="../common/eglibc.xml"
     26    href="../common/glibc.xml"
    2727    xpointer="xpointer(//*[@os='da'])"/>
    2828
    2929    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    30     href="../../final-system/common/eglibc.xml"
     30    href="../../final-system/common/glibc.xml"
    3131    xpointer="xpointer(//*[@os='s1'])"/>
    3232
    3333    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    34     href="../../final-system/common/eglibc.xml"
     34    href="../../final-system/common/glibc.xml"
    3535    xpointer="xpointer(//*[@os='s2'])"/>
    3636
    3737    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    38     href="../common/eglibc.xml"
     38    href="../common/glibc.xml"
    3939    xpointer="xpointer(//*[@os='e'])"/>
    4040
    4141    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    42     href="../common/eglibc.xml"
     42    href="../common/glibc.xml"
    4343    xpointer="xpointer(//*[@os='f'])"/>
    4444
    4545    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    46     href="../common/eglibc.xml"
     46    href="../common/glibc.xml"
    4747    xpointer="xpointer(//*[@os='dd'])"/>
    4848
    4949    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    50     href="../common/eglibc.xml"
     50    href="../common/glibc.xml"
    5151    xpointer="xpointer(//*[@os='de'])"/>
    5252
    5353    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    54     href="../common/eglibc.xml"
     54    href="../common/glibc.xml"
    5555    xpointer="xpointer(//*[@os='g'])"/>
    5656
    5757    <screen os="df"><userinput>BUILD_CC="gcc" CC="${CLFS_TARGET}-gcc ${BUILD64}" \
    5858      AR="${CLFS_TARGET}-ar" RANLIB="${CLFS_TARGET}-ranlib" \
    59       ../eglibc-&eglibc-version;/configure --prefix=/tools \
     59      ../glibc-&glibc-version;/configure --prefix=/tools \
    6060      --host=${CLFS_TARGET} --build=${CLFS_HOST} \
    6161      --disable-profile --with-tls --enable-kernel=2.6.32 --with-__thread \
     
    6767
    6868      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    69       href="../common/eglibc.xml"
     69      href="../common/glibc.xml"
    7070      xpointer="xpointer(//*[@os='dg1'])"/>
    7171
    7272      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    73       href="../multilib/eglibc-64bit.xml"
     73      href="../multilib/glibc-64bit.xml"
    7474      xpointer="xpointer(//*[@os='fa1'])"/>
    7575
    7676      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    77       href="../common/eglibc.xml"
     77      href="../common/glibc.xml"
    7878      xpointer="xpointer(//*[@os='dg3'])"/>
    7979
    8080      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    81       href="../common/eglibc.xml"
     81      href="../common/glibc.xml"
    8282      xpointer="xpointer(//*[@os='dg4'])"/>
    8383
    8484      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    85       href="../common/eglibc.xml"
     85      href="../common/glibc.xml"
    8686      xpointer="xpointer(//*[@os='dg5'])"/>
    8787
    8888      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    89       href="../common/eglibc.xml"
     89      href="../common/glibc.xml"
    9090      xpointer="xpointer(//*[@os='dg6'])"/>
    9191
    9292      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    93       href="../common/eglibc.xml"
     93      href="../common/glibc.xml"
    9494      xpointer="xpointer(//*[@os='dg7'])"/>
    9595
    9696      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    97       href="../common/eglibc.xml"
     97      href="../common/glibc.xml"
    9898      xpointer="xpointer(//*[@os='dg8'])"/>
    9999
    100100      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    101       href="../common/eglibc.xml"
     101      href="../common/glibc.xml"
    102102      xpointer="xpointer(//*[@os='dg9'])"/>
    103103
    104104      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    105       href="../common/eglibc.xml"
     105      href="../common/glibc.xml"
    106106      xpointer="xpointer(//*[@os='dg10'])"/>
    107107
    108108      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    109       href="../common/eglibc.xml"
     109      href="../common/glibc.xml"
    110110      xpointer="xpointer(//*[@os='dg11'])"/>
     111
     112      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     113      href="../common/glibc.xml"
     114      xpointer="xpointer(//*[@os='dg12'])"/>
    111115
    112116    </variablelist>
    113117
    114118    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    115     href="../common/eglibc.xml"
     119    href="../common/glibc.xml"
    116120    xpointer="xpointer(//*[@os='dh'])"/>
    117121
    118122    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    119     href="../common/eglibc.xml"
     123    href="../common/glibc.xml"
    120124    xpointer="xpointer(//*[@os='di'])"/>
    121125
    122126    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    123     href="../common/eglibc.xml"
     127    href="../common/glibc.xml"
    124128    xpointer="xpointer(//*[@os='dj'])"/>
    125129
    126130    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    127     href="../common/eglibc.xml"
     131    href="../common/glibc.xml"
    128132    xpointer="xpointer(//*[@os='dk'])"/>
    129133
    130134    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    131     href="../common/eglibc.xml"
     135    href="../common/glibc.xml"
    132136    xpointer="xpointer(//*[@os='dl'])"/>
    133137
    134138    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    135     href="../common/eglibc.xml"
     139    href="../common/glibc.xml"
    136140    xpointer="xpointer(//*[@os='dm'])"/>
    137141
    138142    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    139     href="../common/eglibc.xml"
     143    href="../common/glibc.xml"
    140144    xpointer="xpointer(//*[@os='dn'])"/>
    141145
     
    146150
    147151    <para>Details on this package are located in <xref
    148     linkend="contents-eglibc" role="."/></para>
     152    linkend="contents-glibc" role="."/></para>
    149153
    150154  </sect2>
  • BOOK/cross-tools/alpha-chapter.xml

    r88ef769 r03e6a40  
    2626  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/cloog.xml"/>
    2727  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/binutils-32.xml"/>
    28   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="alpha/eglibc-headers.xml"/>
     28  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="alpha/glibc-headers.xml"/>
    2929  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/gcc-static.xml"/>
    30   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="alpha/eglibc.xml"/>
     30  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="alpha/glibc.xml"/>
    3131  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/gcc-final.xml"/>
    3232
  • BOOK/cross-tools/alpha/glibc-headers.xml

    r88ef769 r03e6a40  
    66]>
    77
    8 <sect1 id="ch-cross-tools-eglibc-headers" role="wrap">
    9   <?dbhtml filename="eglibc-headers.html"?>
     8<sect1 id="ch-cross-tools-glibc-headers" role="wrap">
     9  <?dbhtml filename="glibc-headers.html"?>
    1010
    11   <title>EGLIBC-&eglibc-version; Headers</title>
     11  <title>GLIBC-&glibc-version; Headers</title>
    1212
    13   <indexterm zone="ch-cross-tools-eglibc-headers">
    14     <primary sortas="a-EGLIBC">EGLIBC</primary>
     13  <indexterm zone="ch-cross-tools-glibc-headers">
     14    <primary sortas="a-GLIBC">GLIBC</primary>
    1515    <secondary>cross tools, headers</secondary>
    1616  </indexterm>
    1717
    1818  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    19   href="../../final-system/common/eglibc.xml"
     19  href="../../final-system/common/glibc.xml"
    2020  xpointer="xpointer(//*[@role='package'])"/>
    2121
    2222  <sect2 role="installation">
    23     <title>Installation of EGLIBC Headers</title>
     23    <title>Installation of GLIBC Headers</title>
    2424
    2525    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    26     href="../common/eglibc.xml"
     26    href="../common/glibc.xml"
    2727    xpointer="xpointer(//*[@os='da'])"/>
    2828
    29     <para os="s1">EGLIBC's <filename>configure</filename> script checks the
    30     version of GCC, and will fail if it's less than 3.4. The next EGLIBC build
     29    <para os="s1">GLIBC's <filename>configure</filename> script checks the
     30    version of GCC, and will fail if it's less than 3.4. The next GLIBC build
    3131    will use the GCC that will be installed into
    3232    <filename class="directory">/cross-tools</filename> in the next step.
    33     However, in this step only the EGLIBC headers are being installed - no
     33    However, in this step only the GLIBC headers are being installed - no
    3434    compiling is taking place - so the GCC version isn't important. The
    3535    following sed removes the dependency of GCC 3.4.x:</para>
     
    3939
    4040    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    41     href="../../final-system/common/eglibc.xml"
     41    href="../../final-system/common/glibc.xml"
    4242    xpointer="xpointer(//*[@os='s1'])"/>
    4343
    4444    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    45     href="../../final-system/common/eglibc.xml"
     45    href="../../final-system/common/glibc.xml"
    4646    xpointer="xpointer(//*[@os='s2'])"/>
    4747
    4848    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    49     href="../../final-system/common/eglibc.xml"
     49    href="../../final-system/common/glibc.xml"
    5050    xpointer="xpointer(//*[@os='e'])"/>
    5151
    5252    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    53     href="../../final-system/common/eglibc.xml"
     53    href="../../final-system/common/glibc.xml"
    5454    xpointer="xpointer(//*[@os='f'])"/>
    5555
    5656    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    57     href="../common/eglibc.xml"
     57    href="../common/glibc.xml"
    5858    xpointer="xpointer(//*[@os='dd'])"/>
    5959
     
    6868
    6969    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    70     href="../../final-system/common/eglibc.xml"
     70    href="../../final-system/common/glibc.xml"
    7171    xpointer="xpointer(//*[@os='g'])"/>
    7272
    73 <screen os="s3"><userinput>CC=gcc ../eglibc-&eglibc-version;/configure --prefix=/tools \
     73<screen os="s3"><userinput>CC=gcc ../glibc-&glibc-version;/configure --prefix=/tools \
    7474   --host=${CLFS_TARGET} --build=${CLFS_HOST} \
    7575   --disable-sanity-checks --enable-kernel=2.6.32 \
     
    8989             <term><parameter>CC=gcc</parameter></term>
    9090             <listitem>
    91                 <para>Tells EGLIBC to use the host's GCC compiler.</para>
     91                <para>Tells GLIBC to use the host's GCC compiler.</para>
    9292             </listitem>
    9393          </varlistentry>
     
    128128            <term><parameter>--enable-kernel=2.6.32</parameter></term>
    129129            <listitem>
    130                <para>This tells EGLIBC to compile the library with support
     130               <para>This tells GLIBC to compile the library with support
    131131               for 2.6.32 and later Linux kernels.</para>
    132132            </listitem>
     
    136136           <term><parameter>--with-headers=/tools/include</parameter></term>
    137137           <listitem>
    138               <para>This tells EGLIBC to compile itself against the headers
     138              <para>This tells GLIBC to compile itself against the headers
    139139              recently installed to the <filename class="directory">/tools</filename>
    140140              directory, so that it knows exactly what features the kernel has
     
    146146           <term><parameter>--with-binutils=/cross-tools/${CLFS_TARGET}/bin</parameter></term>
    147147           <listitem>
    148               <para>This tells EGLIBC to use the Binutils for our specific target architecture.</para>
     148              <para>This tells GLIBC to use the Binutils for our specific target architecture.</para>
    149149            </listitem>
    150150       </varlistentry>
     
    171171   <para os="cj">Another header is needed for NPTL:</para>
    172172
    173 <screen><userinput>cp -v ../eglibc-&eglibc-version;/nptl/sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h \
     173<screen><userinput>cp -v ../glibc-&glibc-version;/nptl/sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h \
    174174    /tools/include/bits/</userinput></screen>
    175175
     
    180180
    181181    <para>Details on this package are located in <xref
    182     linkend="contents-eglibc" role="."/></para>
     182    linkend="contents-glibc" role="."/></para>
    183183
    184184  </sect2>
  • BOOK/cross-tools/alpha/glibc.xml

    r88ef769 r03e6a40  
    66]>
    77
    8 <sect1 id="ch-cross-tools-eglibc" role="wrap">
    9   <?dbhtml filename="eglibc.html"?>
     8<sect1 id="ch-cross-tools-glibc" role="wrap">
     9  <?dbhtml filename="glibc.html"?>
    1010
    11   <title>EGLIBC-&eglibc-version;</title>
     11  <title>GLIBC-&glibc-version;</title>
    1212
    13   <indexterm zone="ch-cross-tools-eglibc">
    14     <primary sortas="a-EGLIBC">EGLIBC</primary>
     13  <indexterm zone="ch-cross-tools-glibc">
     14    <primary sortas="a-GLIBC">GLIBC</primary>
    1515    <secondary>cross tools</secondary>
    1616  </indexterm>
    1717
    1818  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    19   href="../../final-system/common/eglibc.xml"
     19  href="../../final-system/common/glibc.xml"
    2020  xpointer="xpointer(//*[@role='package'])"/>
    2121
    2222  <sect2 role="installation">
    23     <title>Installation of EGLIBC</title>
     23    <title>Installation of GLIBC</title>
    2424
    2525    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    26     href="../common/eglibc.xml"
     26    href="../common/glibc.xml"
    2727    xpointer="xpointer(//*[@os='da'])"/>
    2828
    2929    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    30     href="../../final-system/common/eglibc.xml"
     30    href="../../final-system/common/glibc.xml"
    3131    xpointer="xpointer(//*[@os='s1'])"/>
    3232
    3333    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    34     href="../../final-system/common/eglibc.xml"
     34    href="../../final-system/common/glibc.xml"
    3535    xpointer="xpointer(//*[@os='s2'])"/>
    3636
    3737    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    38     href="../common/eglibc.xml"
     38    href="../common/glibc.xml"
    3939    xpointer="xpointer(//*[@os='e'])"/>
    4040
    4141    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    42     href="../common/eglibc.xml"
     42    href="../common/glibc.xml"
    4343    xpointer="xpointer(//*[@os='f'])"/>
    4444
    4545    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    46     href="../common/eglibc.xml"
     46    href="../common/glibc.xml"
    4747    xpointer="xpointer(//*[@os='dd'])"/>
    4848
    4949    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    50     href="../common/eglibc.xml"
     50    href="../common/glibc.xml"
    5151    xpointer="xpointer(//*[@os='de'])"/>
    5252
    5353    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    54     href="../../final-system/common/eglibc.xml"
     54    href="../../final-system/common/glibc.xml"
    5555    xpointer="xpointer(//*[@os='g'])"/>
    5656
    5757    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    58     href="../common/eglibc.xml"
     58    href="../common/glibc.xml"
    5959    xpointer="xpointer(//*[@os='df'])"/>
    6060
    6161    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    62     href="../common/eglibc.xml"
     62    href="../common/glibc.xml"
    6363    xpointer="xpointer(//*[@os='dg'])"/>
    6464
    6565    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    66     href="../common/eglibc.xml"
     66    href="../common/glibc.xml"
    6767    xpointer="xpointer(//*[@os='dh'])"/>
    6868
    6969    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    70     href="../common/eglibc.xml"
     70    href="../common/glibc.xml"
    7171    xpointer="xpointer(//*[@os='di'])"/>
    7272
    7373    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    74     href="../common/eglibc.xml"
     74    href="../common/glibc.xml"
    7575    xpointer="xpointer(//*[@os='dj'])"/>
    7676
    7777    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    78     href="../common/eglibc.xml"
     78    href="../common/glibc.xml"
    7979    xpointer="xpointer(//*[@os='dk'])"/>
    8080
    8181    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    82     href="../common/eglibc.xml"
     82    href="../common/glibc.xml"
    8383    xpointer="xpointer(//*[@os='dl'])"/>
    8484
    8585    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    86     href="../common/eglibc.xml"
     86    href="../common/glibc.xml"
    8787    xpointer="xpointer(//*[@os='dm'])"/>
    8888
    8989    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    90     href="../common/eglibc.xml"
     90    href="../common/glibc.xml"
    9191    xpointer="xpointer(//*[@os='dn'])"/>
    9292
     
    9797
    9898    <para>Details on this package are located in <xref
    99     linkend="contents-eglibc" role="."/></para>
     99    linkend="contents-glibc" role="."/></para>
    100100
    101101  </sect2>
  • BOOK/cross-tools/common/bc.xml

    r88ef769 r03e6a40  
    2828
    2929    <variablelist>
    30       <title>The meaning of the configure options:</title>
     30      <title>The meaning of the configure option:</title>
    3131
    3232      <varlistentry>
  • BOOK/cross-tools/common/binutils-32.xml

    r88ef769 r03e6a40  
    8383
    8484      <varlistentry os="bd4">
     85        <term><parameter>--with-sysroot=${CLFS}</parameter></term>
     86        <listitem>
     87          <para>Tells configure to build a linker that uses ${CLFS} as its
     88          root directory for its search paths.</para>
     89        </listitem>
     90      </varlistentry>
     91
     92      <varlistentry os="bd5">
    8593        <term><parameter>--with-lib-path=/tools/lib</parameter></term>
    8694        <listitem>
     
    93101      </varlistentry>
    94102
    95       <varlistentry os="bd5">
     103      <varlistentry os="bd6">
    96104        <term><parameter>--disable-nls</parameter></term>
    97105        <listitem>
     
    101109      </varlistentry>
    102110
    103       <varlistentry os="bd6">
     111      <varlistentry os="bd7">
    104112        <term><parameter>--disable-multilib</parameter></term>
    105113        <listitem>
     
    113121    <para os="be">Compile the package:</para>
    114122
    115 <screen os="bf"><userinput>make configure-host
    116 make</userinput></screen>
    117 
    118     <variablelist os="bg">
    119       <title>The meaning of the make options:</title>
    120 
    121       <varlistentry os="bg1">
    122         <term><parameter>configure-host</parameter></term>
    123         <listitem>
    124           <para>This checks the host environment and makes sure all the
    125           necessary tools are available to compile Binutils.</para>
    126         </listitem>
    127       </varlistentry>
    128 
    129     </variablelist>
     123<screen os="bf"><userinput>make</userinput></screen>
    130124
    131125    <para os="bh">Install the package:</para>
    132126
    133127<screen os="bi"><userinput>make install</userinput></screen>
    134 
    135     <para os="bj">Copy <filename class="headerfile">libiberty.h</filename> to
    136     <filename class="directory">/tools/include</filename> directory:</para>
    137 
    138 <screen os="bk"><userinput>cp -v ../binutils-&binutils-dir;/include/libiberty.h /tools/include</userinput></screen>
    139128
    140129  </sect2>
  • BOOK/cross-tools/common/binutils.xml

    r88ef769 r03e6a40  
    8383
    8484      <varlistentry os="bd4">
     85        <term><parameter>--with-sysroot=${CLFS}</parameter></term>
     86        <listitem>
     87          <para>Tells configure to build a linker that uses ${CLFS} as its
     88          root directory for its search paths.</para>
     89        </listitem>
     90      </varlistentry>
     91
     92      <varlistentry os="bd5">
    8593        <term><parameter>--with-lib-path=/tools/lib</parameter></term>
    8694        <listitem>
     
    93101      </varlistentry>
    94102
    95       <varlistentry os="bd5">
     103      <varlistentry os="bd6">
    96104        <term><parameter>--disable-nls</parameter></term>
    97105        <listitem>
     
    101109      </varlistentry>
    102110
    103       <varlistentry os="bd6">
     111      <varlistentry os="bd7">
    104112        <term><parameter>--disable-multilib</parameter></term>
    105113        <listitem>
     
    109117      </varlistentry>
    110118
    111       <varlistentry os="bd7">
     119      <varlistentry os="bd8">
    112120        <term><parameter>--enable-64-bit-bfd</parameter></term>
    113121        <listitem>
     
    120128    <para os="be">Compile the package:</para>
    121129
    122 <screen os="bf"><userinput>make configure-host
    123 make</userinput></screen>
    124 
    125     <variablelist os="bg">
    126       <title>The meaning of the make options:</title>
    127 
    128       <varlistentry os="bg1">
    129         <term><parameter>configure-host</parameter></term>
    130         <listitem>
    131           <para>This checks the host environment and makes sure all the
    132           necessary tools are available to compile Binutils.</para>
    133         </listitem>
    134       </varlistentry>
    135 
    136     </variablelist>
     130<screen os="bf"><userinput>make</userinput></screen>
    137131
    138132    <para os="bh">Install the package:</para>
    139133
    140134<screen os="bi"><userinput>make install</userinput></screen>
    141 
    142     <para os="bj">Copy <filename class="headerfile">libiberty.h</filename> to
    143     <filename class="directory">/tools/include</filename> directory:</para>
    144 
    145 <screen os="bk"><userinput>cp -v ../binutils-&binutils-dir;/include/libiberty.h /tools/include</userinput></screen>
    146135
    147136  </sect2>
  • BOOK/cross-tools/common/cloog.xml

    r88ef769 r03e6a40  
    2929    --with-gmp-prefix=/cross-tools --with-isl-prefix=/cross-tools</userinput></screen>
    3030
     31    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     32    href="../../final-system/common/cloog.xml"
     33    xpointer="xpointer(//*[@os='s1'])"/>
     34
     35    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     36    href="../../final-system/common/cloog.xml"
     37    xpointer="xpointer(//*[@os='s2'])"/>
     38
    3139    <para os="c">Compile the package:</para>
    3240
  • BOOK/cross-tools/common/file.xml

    r88ef769 r03e6a40  
    2828
    2929    <variablelist>
    30       <title>The meaning of the configure options:</title>
    31 
    32       <varlistentry>
    33         <term><parameter>--prefix=/cross-tools</parameter></term>
    34         <listitem>
    35           <para>This tells the configure script to prepare to install the
    36           package in the <filename class="directory">/cross-tools</filename>
    37           directory.</para>
    38         </listitem>
    39       </varlistentry>
     30      <title>The meaning of the new configure option:</title>
    4031
    4132      <varlistentry>
  • BOOK/cross-tools/common/gcc-final.xml

    r88ef769 r03e6a40  
    6868  --disable-multilib --with-mpc=/cross-tools --with-mpfr=/cross-tools \
    6969  --with-gmp=/cross-tools --with-cloog=/cross-tools \
    70   --enable-cloog-backend=isl --with-isl=/cross-tools \
    71   --disable-isl-version-check --with-system-zlib --enable-checking=release \
     70  --with-isl=/cross-tools --with-system-zlib --enable-checking=release \
    7271  --enable-libstdcxx-time</userinput></screen>
    7372
     
    114113      </varlistentry>
    115114
     115      <varlistentry os="bg6">
     116        <term><parameter>--enable-libstdcxx-time</parameter></term>
     117        <listitem>
     118          <para>This enables link-time checks for the availability of
     119          clock_gettime clocks, and nanosleep and sched_yield functions, in the
     120          C library.</para>
     121        </listitem>
     122      </varlistentry>
     123
    116124    </variablelist>
    117125
  • BOOK/cross-tools/common/gcc-static.xml

    r88ef769 r03e6a40  
    6969  --with-isl=/cross-tools --with-cloog=/cross-tools --with-mpc=/cross-tools \
    7070  --without-headers --with-newlib --disable-decimal-float --disable-libgomp \
    71   --disable-libmudflap --disable-libssp --disable-threads --disable-multilib \
    72   --disable-libatomic --disable-libitm --disable-libsanitizer \
    73   --disable-libquadmath --disable-target-libiberty --disable-target-zlib \
    74   --with-system-zlib --enable-cloog-backend=isl --disable-isl-version-check \
     71  --disable-libmudflap --disable-libssp --disable-libatomic --disable-libitm \
     72  --disable-libsanitizer --disable-libquadmath --disable-threads \
     73  --disable-multilib --disable-target-zlib --with-system-zlib \
    7574  --enable-languages=c --enable-checking=release</userinput></screen>
    7675
    7776    <variablelist os="am">
    7877      <title>The meaning of the new configure options:</title>
    79 
    80       <varlistentry>
    81         <term><parameter>--with-sysroot=${CLFS}</parameter></term>
    82         <listitem>
    83           <para>Tells GCC to consider ${CLFS} as the root file system.</para>
    84         </listitem>
    85       </varlistentry>
    8678
    8779     <varlistentry>
     
    9688      </varlistentry>
    9789
    98 
    9990      <varlistentry>
    10091        <term><parameter>--with-native-system-headers-dir=/tools/include</parameter></term>
     
    10798
    10899      <varlistentry>
    109         <term><parameter>--disable-nls</parameter></term>
    110         <listitem>
    111           <para>This disables internationalization as i18n is not needed for the
    112           cross-compile tools.</para>
     100        <term><parameter>--disable-shared</parameter></term>
     101        <listitem>
     102          <para>This tells GCC not to create a shared library.</para>
    113103        </listitem>
    114104      </varlistentry>
     
    136126
    137127      <varlistentry>
    138         <term><parameter>--disable-libgomp</parameter></term>
    139         <listitem>
    140           <para>Disables the creation of runtime libraries used by GOMP.</para>
    141         </listitem>
    142       </varlistentry>
    143 
    144       <varlistentry>
    145         <term><parameter>--disable-libmudflap</parameter></term>
    146         <listitem>
    147           <para>Disables the creation of runtime libaries used by libmudflap.</para>
    148         </listitem>
    149       </varlistentry>
    150 
    151       <varlistentry>
    152         <term><parameter>--disable-libssp</parameter></term>
    153         <listitem>
    154           <para>Disables the use of Stack Smashing Protection for runtime libraries.</para>
     128        <term><parameter>--disable-lib*</parameter></term>
     129        <listitem>
     130          <para>These options prevent GCC from building a number of libraries
     131          that are not needed at this time.</para>
    155132        </listitem>
    156133      </varlistentry>
     
    167144
    168145      <varlistentry>
    169         <term><parameter>--disable-libatomic</parameter></term>
    170         <listitem>
    171           <para>The atomic library isn't needed at this time.</para>
    172         </listitem>
    173       </varlistentry>
    174 
    175       <varlistentry>
    176         <term><parameter>--disable-libitm</parameter></term>
    177         <listitem>
    178           <para>The itm library isn't neeeded at this tiem.</para>
    179         </listitem>
    180       </varlistentry>
    181 
    182       <varlistentry>
    183         <term><parameter>--disable-libsanitizer</parameter></term>
    184         <listitem>
    185           <para>The sanitizer library isn't needed at this time.</para>
    186         </listitem>
    187       </varlistentry>
    188 
    189       <varlistentry>
    190         <term><parameter>--disable-libquadmath</parameter></term>
    191         <listitem>
    192           <para>The quadmath library isn't needed at this time.</para>
     146        <term><parameter>--disable-target-zlib</parameter></term>
     147        <listitem>
     148          <para>This tells GCC stuff.</para>
     149        </listitem>
     150      </varlistentry>
     151
     152      <varlistentry>
     153        <term><parameter>--with-system-zlib</parameter></term>
     154        <listitem>
     155          <para>This tells GCC to link to the system-installed zlib instead
     156          of the one in its source tree.</para>
    193157        </listitem>
    194158      </varlistentry>
     
    231195<screen os="ar"><userinput>make install-gcc install-target-libgcc</userinput></screen>
    232196
     197    <para os="as">Copy <filename class="headerfile">libiberty.h</filename> to
     198    <filename class="directory">/tools/include</filename> directory:</para>
     199
     200<screen os="at"><userinput>cp -v ../gcc-&gcc-version;/include/libiberty.h /tools/include</userinput></screen>
     201
    233202  </sect2>
    234203
  • BOOK/cross-tools/common/glibc.xml

    r88ef769 r03e6a40  
    66]>
    77
    8 <sect1 id="ch-cross-tools-eglibc" role="wrap">
    9   <?dbhtml filename="eglibc.html"?>
     8<sect1 id="ch-cross-tools-glibc" role="wrap">
     9  <?dbhtml filename="glibc.html"?>
    1010
    11   <title>EGLIBC-&eglibc-version;</title>
     11  <title>GLIBC-&glibc-version;</title>
    1212
    13   <indexterm zone="ch-cross-tools-eglibc">
    14     <primary sortas="a-EGLIBC">EGLIBC</primary>
     13  <indexterm zone="ch-cross-tools-glibc">
     14    <primary sortas="a-GLIBC">GLIBC</primary>
    1515    <secondary>cross tools</secondary>
    1616  </indexterm>
    1717
    1818  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    19   href="../../final-system/common/eglibc.xml"
     19  href="../../final-system/common/glibc.xml"
    2020  xpointer="xpointer(//*[@role='package'])"/>
    2121
    2222  <sect2 role="installation">
    23     <title>Installation of EGLIBC</title>
     23    <title>Installation of GLIBC</title>
    2424
    25     <para os="da">It should be noted that compiling EGLIBC in any way other than
     25    <para os="da">It should be noted that compiling GLIBC in any way other than
    2626    the method suggested in this book puts the stability of the system at
    2727    risk.</para>
    2828
    2929    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    30     href="../../final-system/common/eglibc.xml"
     30    href="../../final-system/common/glibc.xml"
    3131    xpointer="xpointer(//*[@os='s1'])"/>
    3232
    3333    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    34     href="../../final-system/common/eglibc.xml"
     34    href="../../final-system/common/glibc.xml"
    3535    xpointer="xpointer(//*[@os='s2'])"/>
    3636
    3737    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    38     href="../../final-system/common/eglibc.xml"
     38    href="../../final-system/common/glibc.xml"
    3939    xpointer="xpointer(//*[@os='e'])"/>
    4040
    4141    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    42     href="../../final-system/common/eglibc.xml"
     42    href="../../final-system/common/glibc.xml"
    4343    xpointer="xpointer(//*[@os='f'])"/>
    4444
    4545    <para os="dd">Add the following to <filename>config.cache</filename>
    46     to disable ssp when building EGLIBC:</para>
     46    to disable ssp when building GLIBC:</para>
    4747
    4848<screen os="de"><userinput>echo "libc_cv_ssp=no" &gt; config.cache</userinput></screen>
    4949
    5050    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    51     href="../../final-system/common/eglibc.xml"
     51    href="../../final-system/common/glibc.xml"
    5252    xpointer="xpointer(//*[@os='g'])"/>
    5353
    5454<screen os="df"><userinput>BUILD_CC="gcc" CC="${CLFS_TARGET}-gcc" \
    5555    AR="${CLFS_TARGET}-ar" RANLIB="${CLFS_TARGET}-ranlib" \
    56     ../eglibc-&eglibc-version;/configure --prefix=/tools \
     56    ../glibc-&glibc-version;/configure --prefix=/tools \
    5757    --host=${CLFS_TARGET} --build=${CLFS_HOST} \
    5858    --disable-profile --with-tls --enable-kernel=2.6.32 \
     
    6767        <term><parameter>BUILD_CC="gcc"</parameter></term>
    6868        <listitem>
    69           <para>This sets EGLIBC to use the current compiler on our system. This is
    70           used to create the tools EGLIBC uses during its build.</para>
     69          <para>This sets GLIBC to use the current compiler on our system. This is
     70          used to create the tools GLIBC uses during its build.</para>
    7171        </listitem>
    7272      </varlistentry>
     
    7575        <term><parameter>CC="${CLFS_TARGET}-gcc"</parameter></term>
    7676        <listitem>
    77           <para>This forces EGLIBC to use the GCC compiler that we made for our target
     77          <para>This forces GLIBC to use the GCC compiler that we made for our target
    7878          architecture.</para>
    7979        </listitem>
     
    8383        <term><parameter>AR="${CLFS_TARGET}-ar"</parameter></term>
    8484        <listitem>
    85           <para>This forces EGLIBC to use the <command>ar</command> utility
     85          <para>This forces GLIBC to use the <command>ar</command> utility
    8686          we made for our target architecture.</para>
    8787        </listitem>
     
    9191        <term><parameter>RANLIB="${CLFS_TARGET}-ranlib"</parameter></term>
    9292        <listitem>
    93           <para>This forces EGLIBC to use the <command>ranlib</command> utility
     93          <para>This forces GLIBC to use the <command>ranlib</command> utility
    9494          we made for our target architecture.</para>
    9595        </listitem>
     
    107107        <term><parameter>--with-tls</parameter></term>
    108108        <listitem>
    109           <para>This tells EGLIBC to use Thread Local Storage.</para>
     109          <para>This tells GLIBC to use Thread Local Storage.</para>
    110110        </listitem>
    111111      </varlistentry>
     
    114114        <term><parameter>--enable-kernel=2.6.32</parameter></term>
    115115        <listitem>
    116           <para>This tells EGLIBC to compile the library with support
     116          <para>This tells GLIBC to compile the library with support
    117117          for 2.6.32 and later Linux kernels.</para>
    118118        </listitem>
     
    122122        <term><parameter>--with-__thread</parameter></term>
    123123        <listitem>
    124           <para>This tells EGLIBC to use use the __thread for libc and
     124          <para>This tells GLIBC to use use the __thread for libc and
    125125          libpthread builds.</para>
    126126        </listitem>
     
    130130        <term><parameter>--with-binutils=/cross-tools/bin</parameter></term>
    131131        <listitem>
    132           <para>This tells EGLIBC to use the Binutils that are specific to
     132          <para>This tells GLIBC to use the Binutils that are specific to
    133133          our target architecture.</para>
    134134        </listitem>
     
    138138        <term><parameter>--with-headers=/tools/include</parameter></term>
    139139        <listitem>
    140           <para>This tells EGLIBC to compile itself against the headers
     140          <para>This tells GLIBC to compile itself against the headers
    141141          recently installed to the <filename class="directory">/tools</filename>
    142142          directory, so that it knows exactly what features the kernel has
     
    146146
    147147      <varlistentry os="dg11">
     148        <term><parameter>--enable-obsolete-rpc</parameter></term>
     149        <listitem>
     150          <para>This tells GLIBC to install rpc headers that are not installed
     151          by default but may be needed by other packages.</para>
     152        </listitem>
     153      </varlistentry>
     154
     155      <varlistentry os="dg12">
    148156        <term><parameter>--cache-file=config.cache</parameter></term>
    149157        <listitem>
    150           <para>This tells EGLIBC to utilize a premade cache file.</para>
     158          <para>This tells GLIBC to utilize a premade cache file.</para>
    151159        </listitem>
    152160      </varlistentry>
     
    180188
    181189    <para>Details on this package are located in <xref
    182     linkend="contents-eglibc" role="."/></para>
     190    linkend="contents-glibc" role="."/></para>
    183191
    184192  </sect2>
  • BOOK/cross-tools/common/gmp.xml

    r88ef769 r03e6a40  
    4646
    4747    <variablelist os="b1">
    48       <title>The meaning of the new configure options:</title>
     48      <title>The meaning of the new configure option:</title>
    4949
    5050      <varlistentry>
  • BOOK/cross-tools/common/mpfr.xml

    r88ef769 r03e6a40  
    4949
    5050      <varlistentry>
    51         <term><parameter>--enable-shared</parameter></term>
    52         <listitem>
    53           <para>This tells <command>configure</command> to build MPFR's
    54           shared libraries.</para>
    55         </listitem>
    56       </varlistentry>
    57 
    58       <varlistentry>
    5951        <term><parameter>--with-gmp=/cross-tools</parameter></term>
    6052        <listitem>
  • BOOK/cross-tools/mips-chapter.xml

    r88ef769 r03e6a40  
    2727  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/binutils-32.xml"/>
    2828  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mips/gcc-static.xml"/>
    29   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mips/eglibc.xml"/>
     29  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mips/glibc.xml"/>
    3030  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mips/gcc-final.xml"/>
    3131
  • BOOK/cross-tools/mips/gcc-final.xml

    r88ef769 r03e6a40  
    8787      xpointer="xpointer(//*[@os='bg5'])"/>
    8888
     89      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     90      href="../common/gcc-final.xml"
     91      xpointer="xpointer(//*[@os='bg6'])"/>
     92
    8993    </variablelist>
    9094
  • BOOK/cross-tools/mips/gcc-static.xml

    r88ef769 r03e6a40  
    9696    xpointer="xpointer(//*[@os='ar'])"/>
    9797
     98    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     99    href="../common/gcc-static.xml"
     100    xpointer="xpointer(//*[@os='as'])"/>
     101
     102    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     103    href="../common/gcc-static.xml"
     104    xpointer="xpointer(//*[@os='at'])"/>
     105
    98106  </sect2>
    99107
  • BOOK/cross-tools/mips/glibc.xml

    r88ef769 r03e6a40  
    66]>
    77
    8 <sect1 id="ch-cross-tools-eglibc" role="wrap">
    9   <?dbhtml filename="eglibc.html"?>
     8<sect1 id="ch-cross-tools-glibc" role="wrap">
     9  <?dbhtml filename="glibc.html"?>
    1010
    11   <title>EGLIBC-&eglibc-version;</title>
     11  <title>GLIBC-&glibc-version;</title>
    1212
    13   <indexterm zone="ch-cross-tools-eglibc">
    14     <primary sortas="a-EGLIBC">EGLIBC</primary>
     13  <indexterm zone="ch-cross-tools-glibc">
     14    <primary sortas="a-GLIBC">GLIBC</primary>
    1515    <secondary>cross tools</secondary>
    1616  </indexterm>
    1717
    1818  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    19   href="../../final-system/common/eglibc.xml"
     19  href="../../final-system/common/glibc.xml"
    2020  xpointer="xpointer(//*[@role='package'])"/>
    2121
    2222  <sect2 role="installation">
    23     <title>Installation of EGLIBC</title>
     23    <title>Installation of GLIBC</title>
    2424
    2525    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    26     href="../common/eglibc.xml"
     26    href="../common/glibc.xml"
    2727    xpointer="xpointer(//*[@os='da'])"/>
    2828
    2929    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    30     href="../../final-system/common/eglibc.xml"
     30    href="../../final-system/common/glibc.xml"
    3131    xpointer="xpointer(//*[@os='s1'])"/>
    3232
    3333    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    34     href="../../final-system/common/eglibc.xml"
     34    href="../../final-system/common/glibc.xml"
    3535    xpointer="xpointer(//*[@os='s2'])"/>
    3636
    3737    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    38     href="../common/eglibc.xml"
     38    href="../common/glibc.xml"
    3939    xpointer="xpointer(//*[@os='e'])"/>
    4040
    4141    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    42     href="../common/eglibc.xml"
     42    href="../common/glibc.xml"
    4343    xpointer="xpointer(//*[@os='f'])"/>
    4444
    4545    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    46     href="../common/eglibc.xml"
     46    href="../common/glibc.xml"
    4747    xpointer="xpointer(//*[@os='dd'])"/>
    4848
    4949    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    50     href="../common/eglibc.xml"
     50    href="../common/glibc.xml"
    5151    xpointer="xpointer(//*[@os='de'])"/>
    5252
    5353    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    54     href="../../final-system/common/eglibc.xml"
     54    href="../../final-system/common/glibc.xml"
    5555    xpointer="xpointer(//*[@os='g'])"/>
    5656
    5757    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    58     href="../common/eglibc.xml"
     58    href="../common/glibc.xml"
    5959    xpointer="xpointer(//*[@os='df'])"/>
    6060
    6161    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    62     href="../common/eglibc.xml"
     62    href="../common/glibc.xml"
    6363    xpointer="xpointer(//*[@os='dg'])"/>
    6464
    6565    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    66     href="../common/eglibc.xml"
     66    href="../common/glibc.xml"
    6767    xpointer="xpointer(//*[@os='dh'])"/>
    6868
    6969    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    70     href="../common/eglibc.xml"
     70    href="../common/glibc.xml"
    7171    xpointer="xpointer(//*[@os='di'])"/>
    7272
    7373    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    74     href="../common/eglibc.xml"
     74    href="../common/glibc.xml"
    7575    xpointer="xpointer(//*[@os='dj'])"/>
    7676
    7777    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    78     href="../common/eglibc.xml"
     78    href="../common/glibc.xml"
    7979    xpointer="xpointer(//*[@os='dk'])"/>
    8080
    8181    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    82     href="../common/eglibc.xml"
     82    href="../common/glibc.xml"
    8383    xpointer="xpointer(//*[@os='dl'])"/>
    8484
    8585    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    86     href="../common/eglibc.xml"
     86    href="../common/glibc.xml"
    8787    xpointer="xpointer(//*[@os='dm'])"/>
    8888
    8989    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    90     href="../common/eglibc.xml"
     90    href="../common/glibc.xml"
    9191    xpointer="xpointer(//*[@os='dn'])"/>
    9292
     
    9797
    9898    <para>Details on this package are located in <xref
    99     linkend="contents-eglibc" role="."/></para>
     99    linkend="contents-glibc" role="."/></para>
    100100
    101101  </sect2>
  • BOOK/cross-tools/mips64-64-chapter.xml

    r88ef769 r03e6a40  
    2828  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/binutils.xml"/>
    2929  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mips64-64/gcc-static.xml"/>
    30   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mips64-64/eglibc.xml"/>
     30  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mips64-64/glibc.xml"/>
    3131  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mips64-64/gcc-final.xml"/>
    3232
  • BOOK/cross-tools/mips64-64/gcc-final.xml

    r88ef769 r03e6a40  
    6060
    6161<screen os="bf"><userinput>AR=ar LDFLAGS="-Wl,-rpath,/cross-tools/lib" \
    62   ../gcc-&gcc-version;/configure --prefix=/cross-tools \
     62  ../gcc-4.8.2/configure --prefix=/cross-tools \
    6363  --build=${CLFS_HOST} --target=${CLFS_TARGET} --host=${CLFS_HOST} \
    6464  --with-sysroot=${CLFS} --with-local-prefix=/tools \
    6565  --with-native-system-header-dir=/tools/include --disable-nls \
    66   --disable-shared --with-mpfr=/cross-tools --with-gmp=/cross-tools \
    67   --with-isl=/cross-tools --with-cloog=/cross-tools --with-mpc=/cross-tools \
    68   --without-headers --with-newlib --disable-decimal-float --disable-libgomp \
    69   --disable-libmudflap --disable-libssp --disable-threads --disable-multilib \
    70   --disable-libatomic --disable-libitm --disable-libsanitizer \
    71   --disable-libquadmath --disable-target-libiberty --disable-target-zlib \
    72   --with-system-zlib --enable-cloog-backend=isl --disable-isl-version-check \
    73   --enable-languages=c --enable-checking=release --with-abi=64
    74   </userinput></screen>
     66  --enable-shared --disable-static --enable-languages=c,c++ \
     67  --enable-__cxa_atexit --enable-c99 --enable-long-long --enable-threads=posix \
     68  --disable-multilib --with-mpc=/cross-tools --with-mpfr=/cross-tools \
     69  --with-gmp=/cross-tools --with-cloog=/cross-tools \
     70  --with-isl=/cross-tools --with-system-zlib --enable-checking=release \
     71  --enable-libstdcxx-time --with-abi=64</userinput></screen>
    7572
    7673    <variablelist os="bg">
     
    104101      xpointer="xpointer(//*[@os='bg5'])"/>
    105102
     103      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     104      href="../common/gcc-final.xml"
     105      xpointer="xpointer(//*[@os='bg6'])"/>
     106
    106107    </variablelist>
    107108
  • BOOK/cross-tools/mips64-64/gcc-static.xml

    r88ef769 r03e6a40  
    6969
    7070<screen os="al"><userinput>AR=ar LDFLAGS="-Wl,-rpath,/cross-tools/lib" \
    71   ../gcc-&gcc-version;/configure --prefix=/cross-tools \
     71  ../gcc-4.8.2/configure --prefix=/cross-tools \
    7272  --build=${CLFS_HOST} --host=${CLFS_HOST} --target=${CLFS_TARGET} \
    7373  --with-sysroot=${CLFS} --with-local-prefix=/tools \
    7474  --with-native-system-header-dir=/tools/include --disable-nls \
    75   --enable-shared --disable-static --enable-languages=c,c++ \
    76   --enable-__cxa_atexit --enable-c99 --enable-long-long --enable-threads=posix \
    77   --disable-multilib --with-mpc=/cross-tools --with-mpfr=/cross-tools \
    78   --with-gmp=/cross-tools --with-cloog=/cross-tools --enable-cloog-backend=isl \
    79   --with-isl=/cross-tools --disable-isl-version-check --with-system-zlib \
    80   --enable-checking=release --enable-libstdcxx-time --with-abi=64</userinput></screen>
     75  --disable-shared --with-mpfr=/cross-tools --with-gmp=/cross-tools \
     76  --with-isl=/cross-tools --with-cloog=/cross-tools --with-mpc=/cross-tools \
     77  --without-headers --with-newlib --disable-decimal-float --disable-libgomp \
     78  --disable-libmudflap --disable-libssp --disable-libatomic --disable-libitm \
     79   --disable-libsanitizer --disable-libquadmath --disable-threads \
     80   --disable-multilib --disable-target-libiberty --disable-target-zlib \
     81   --with-system-zlib --enable-languages=c --enable-checking=release \
     82   --with-abi=64</userinput></screen>
    8183
    8284    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    104106    xpointer="xpointer(//*[@os='ar'])"/>
    105107
     108    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     109    href="../common/gcc-static.xml"
     110    xpointer="xpointer(//*[@os='as'])"/>
     111
     112    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     113    href="../common/gcc-static.xml"
     114    xpointer="xpointer(//*[@os='at'])"/>
     115
    106116  </sect2>
    107117
  • BOOK/cross-tools/mips64-chapter.xml

    r88ef769 r03e6a40  
    2828  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/binutils.xml"/>
    2929  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mips64/gcc-static.xml"/>
    30   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mips64/eglibc.xml"/>
    31   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mips64/eglibc-n32.xml"/>
    32   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mips64/eglibc-64bit.xml"/>
     30  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mips64/glibc.xml"/>
     31  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mips64/glibc-n32.xml"/>
     32  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mips64/glibc-64bit.xml"/>
    3333  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mips64/gcc-final.xml"/>
    3434
  • BOOK/cross-tools/mips64/gcc-static.xml

    r88ef769 r03e6a40  
    9696    xpointer="xpointer(//*[@os='ar'])"/>
    9797
     98    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     99    href="../common/gcc-static.xml"
     100    xpointer="xpointer(//*[@os='as'])"/>
     101
     102    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     103    href="../common/gcc-static.xml"
     104    xpointer="xpointer(//*[@os='at'])"/>
     105
    98106  </sect2>
    99107
  • BOOK/cross-tools/mips64/glibc-64bit.xml

    r88ef769 r03e6a40  
    66]>
    77
    8 <sect1 id="ch-cross-tools-eglibc-64" role="wrap">
    9   <?dbhtml filename="eglibc-64.html"?>
     8<sect1 id="ch-cross-tools-glibc-64" role="wrap">
     9  <?dbhtml filename="glibc-64.html"?>
    1010
    11   <title>EGLIBC-&eglibc-version; 64-Bit</title>
     11  <title>GLIBC-&glibc-version; 64-Bit</title>
    1212
    13   <indexterm zone="ch-cross-tools-eglibc-64">
    14     <primary sortas="a-EGLIBC">EGLIBC</primary>
     13  <indexterm zone="ch-cross-tools-glibc-64">
     14    <primary sortas="a-GLIBC">GLIBC</primary>
    1515    <secondary>cross tools, 64 Bit</secondary>
    1616  </indexterm>
    1717
    1818  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    19   href="../../final-system/common/eglibc.xml"
     19  href="../../final-system/common/glibc.xml"
    2020  xpointer="xpointer(//*[@role='package'])"/>
    2121
    2222  <sect2 role="installation">
    23     <title>Installation of EGLIBC</title>
     23    <title>Installation of GLIBC</title>
    2424
    2525    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    26     href="eglibc.xml"
     26    href="glibc.xml"
    2727    xpointer="xpointer(//*[@os='da'])"/>
    2828
    2929    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    30     href="../../final-system/mips64/eglibc-64bit.xml"
     30    href="../../final-system/mips64/glibc-64bit.xml"
    3131    xpointer="xpointer(//*[@os='m3'])"/>
    3232
    3333    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    34     href="../../final-system/mips64/eglibc-64bit.xml"
     34    href="../../final-system/mips64/glibc-64bit.xml"
    3535    xpointer="xpointer(//*[@os='m4'])"/>
    3636
    3737    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    38     href="../../final-system/common/eglibc.xml"
     38    href="../../final-system/common/glibc.xml"
    3939    xpointer="xpointer(//*[@os='s1'])"/>
    4040
    4141    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    42     href="../../final-system/common/eglibc.xml"
     42    href="../../final-system/common/glibc.xml"
    4343    xpointer="xpointer(//*[@os='s2'])"/>
    4444
    4545    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    46     href="eglibc.xml"
     46    href="glibc.xml"
    4747    xpointer="xpointer(//*[@os='e'])"/>
    4848
    4949    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    50     href="eglibc.xml"
     50    href="glibc.xml"
    5151    xpointer="xpointer(//*[@os='f'])"/>
    5252
    5353    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    54     href="eglibc.xml"
     54    href="glibc.xml"
    5555    xpointer="xpointer(//*[@os='dd'])"/>
    5656
    5757    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    58     href="eglibc.xml"
     58    href="glibc.xml"
    5959    xpointer="xpointer(//*[@os='de'])"/>
    6060
    6161    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    62     href="../multilib/eglibc-64bit.xml"
     62    href="../multilib/glibc-64bit.xml"
    6363    xpointer="xpointer(//*[@os='n1'])"/>
    6464
    6565    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    66     href="../multilib/eglibc-64bit.xml"
     66    href="../multilib/glibc-64bit.xml"
    6767    xpointer="xpointer(//*[@os='n2'])"/>
    6868
    6969    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    70     href="eglibc.xml"
     70    href="glibc.xml"
    7171    xpointer="xpointer(//*[@os='g'])"/>
    7272
    7373    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    74     href="../multilib/eglibc-64bit.xml"
     74    href="../multilib/glibc-64bit.xml"
    7575    xpointer="xpointer(//*[@os='df'])"/>
    7676
    7777    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    78     href="../multilib/eglibc-64bit.xml"
     78    href="../multilib/glibc-64bit.xml"
    7979    xpointer="xpointer(//*[@os='dg'])"/>
    8080
    8181    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    82     href="eglibc.xml"
     82    href="glibc.xml"
    8383    xpointer="xpointer(//*[@os='dh'])"/>
    8484
    8585    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    86     href="eglibc.xml"
     86    href="glibc.xml"
    8787    xpointer="xpointer(//*[@os='di'])"/>
    8888
    8989    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    90     href="eglibc.xml"
     90    href="glibc.xml"
    9191    xpointer="xpointer(//*[@os='dj'])"/>
    9292
    9393    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    94     href="eglibc.xml"
     94    href="glibc.xml"
    9595    xpointer="xpointer(//*[@os='dk'])"/>
    9696
    9797    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    98     href="eglibc.xml"
     98    href="glibc.xml"
    9999    xpointer="xpointer(//*[@os='dl'])"/>
    100100
    101101    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    102     href="eglibc.xml"
     102    href="glibc.xml"
    103103    xpointer="xpointer(//*[@os='dm'])"/>
    104104
    105105    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    106     href="eglibc.xml"
     106    href="glibc.xml"
    107107    xpointer="xpointer(//*[@os='dn'])"/>
    108108
     
    113113
    114114    <para>Details on this package are located in <xref
    115     linkend="contents-eglibc" role="."/></para>
     115    linkend="contents-glibc" role="."/></para>
    116116
    117117  </sect2>
  • BOOK/cross-tools/mips64/glibc-n32.xml

    r88ef769 r03e6a40  
    66]>
    77
    8 <sect1 id="ch-cross-tools-eglibc-n32" role="wrap">
    9   <?dbhtml filename="eglibc-n32.html"?>
     8<sect1 id="ch-cross-tools-glibc-n32" role="wrap">
     9  <?dbhtml filename="glibc-n32.html"?>
    1010
    11   <title>EGLIBC-&eglibc-version; N32</title>
     11  <title>GLIBC-&glibc-version; N32</title>
    1212
    13   <indexterm zone="ch-cross-tools-eglibc-n32">
    14     <primary sortas="a-EGLIBC">EGLIBC</primary>
     13  <indexterm zone="ch-cross-tools-glibc-n32">
     14    <primary sortas="a-GLIBC">GLIBC</primary>
    1515    <secondary>cross tools, N32</secondary>
    1616  </indexterm>
    1717
    1818  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    19   href="../../final-system/common/eglibc.xml"
     19  href="../../final-system/common/glibc.xml"
    2020  xpointer="xpointer(//*[@role='package'])"/>
    2121
    2222  <sect2 role="installation">
    23     <title>Installation of EGLIBC</title>
     23    <title>Installation of GLIBC</title>
    2424
    2525    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    26     href="eglibc.xml"
     26    href="glibc.xml"
    2727    xpointer="xpointer(//*[@os='da'])"/>
    2828
    2929    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    30     href="../../final-system/mips64/eglibc-64bit.xml"
     30    href="../../final-system/mips64/glibc-64bit.xml"
    3131    xpointer="xpointer(//*[@os='m3'])"/>
    3232
    3333    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    34     href="../../final-system/mips64/eglibc-64bit.xml"
     34    href="../../final-system/mips64/glibc-64bit.xml"
    3535    xpointer="xpointer(//*[@os='m4'])"/>
    3636
    3737    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    38     href="../../final-system/common/eglibc.xml"
     38    href="../../final-system/common/glibc.xml"
    3939    xpointer="xpointer(//*[@os='s1'])"/>
    4040
    4141    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    42     href="../../final-system/common/eglibc.xml"
     42    href="../../final-system/common/glibc.xml"
    4343    xpointer="xpointer(//*[@os='s2'])"/>
    4444
    4545    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    46     href="eglibc.xml"
     46    href="glibc.xml"
    4747    xpointer="xpointer(//*[@os='e'])"/>
    4848
    4949    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    50     href="eglibc.xml"
     50    href="glibc.xml"
    5151    xpointer="xpointer(//*[@os='f'])"/>
    5252
    5353    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    54     href="eglibc.xml"
     54    href="glibc.xml"
    5555    xpointer="xpointer(//*[@os='dd'])"/>
    5656
    5757    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    58     href="eglibc.xml"
     58    href="glibc.xml"
    5959    xpointer="xpointer(//*[@os='de'])"/>
    6060
    61     <para os="n1">Tell EGLIBC to install its 32-bit libraries into <filename
     61    <para os="n1">Tell GLIBC to install its 32-bit libraries into <filename
    6262    class="directory">/tools/lib32</filename>:</para>
    6363
     
    6565
    6666    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    67     href="eglibc.xml"
     67    href="glibc.xml"
    6868    xpointer="xpointer(//*[@os='g'])"/>
    6969
    7070<screen os="df"><userinput>BUILD_CC="gcc" CC="${CLFS_TARGET}-gcc ${BUILDN32}" \
    7171    AR="${CLFS_TARGET}-ar" RANLIB="${CLFS_TARGET}-ranlib" \
    72     ../eglibc-&eglibc-version;/configure --prefix=/tools \
     72    ../glibc-&glibc-version;/configure --prefix=/tools \
    7373    --host=${CLFS_TARGET} --build=${CLFS_HOST} --libdir=/tools/lib32 \
    7474    --disable-profile --with-tls --enable-kernel=2.6.32 --with-__thread \
     
    8282        <term><parameter>CC="${CLFS_TARGET}-gcc ${BUILDN32}"</parameter></term>
    8383        <listitem>
    84           <para>Forces EGLIBC to utilize our target architecture GCC utilizing
     84          <para>Forces GLIBC to utilize our target architecture GCC utilizing
    8585          the N32 flags.</para>
    8686        </listitem>
     
    9090        <term><parameter>--libdir=/tools/lib32</parameter></term>
    9191        <listitem>
    92           <para>Installs EGLIBC into /tools/lib32 instead of /tools/lib.</para>
     92          <para>Installs GLIBC into /tools/lib32 instead of /tools/lib.</para>
    9393        </listitem>
    9494      </varlistentry>
     
    9797
    9898    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    99     href="eglibc.xml"
     99    href="glibc.xml"
    100100    xpointer="xpointer(//*[@os='dh'])"/>
    101101
    102102    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    103     href="eglibc.xml"
     103    href="glibc.xml"
    104104    xpointer="xpointer(//*[@os='di'])"/>
    105105
    106106    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    107     href="eglibc.xml"
     107    href="glibc.xml"
    108108    xpointer="xpointer(//*[@os='dj'])"/>
    109109
    110110    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    111     href="eglibc.xml"
     111    href="glibc.xml"
    112112    xpointer="xpointer(//*[@os='dk'])"/>
    113113
    114114    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    115     href="eglibc.xml"
     115    href="glibc.xml"
    116116    xpointer="xpointer(//*[@os='dl'])"/>
    117117
    118118    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    119     href="eglibc.xml"
     119    href="glibc.xml"
    120120    xpointer="xpointer(//*[@os='dm'])"/>
    121121
    122122    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    123     href="eglibc.xml"
     123    href="glibc.xml"
    124124    xpointer="xpointer(//*[@os='dn'])"/>
    125125
     
    130130
    131131    <para>Details on this package are located in <xref
    132     linkend="contents-eglibc" role="."/></para>
     132    linkend="contents-glibc" role="."/></para>
    133133
    134134  </sect2>
  • BOOK/cross-tools/mips64/glibc.xml

    r88ef769 r03e6a40  
    66]>
    77
    8 <sect1 id="ch-cross-tools-eglibc" role="wrap">
    9   <?dbhtml filename="eglibc.html"?>
     8<sect1 id="ch-cross-tools-glibc" role="wrap">
     9  <?dbhtml filename="glibc.html"?>
    1010
    11   <title>EGLIBC-&eglibc-version; 32 Bit</title>
     11  <title>GLIBC-&glibc-version; 32 Bit</title>
    1212
    13   <indexterm zone="ch-cross-tools-eglibc">
    14     <primary sortas="a-EGLIBC">EGLIBC</primary>
     13  <indexterm zone="ch-cross-tools-glibc">
     14    <primary sortas="a-GLIBC">GLIBC</primary>
    1515    <secondary>cross tools, 32 Bit</secondary>
    1616  </indexterm>
    1717
    1818  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    19   href="../../final-system/common/eglibc.xml"
     19  href="../../final-system/common/glibc.xml"
    2020  xpointer="xpointer(//*[@role='package'])"/>
    2121
    2222  <sect2 role="installation">
    23     <title>Installation of EGLIBC</title>
     23    <title>Installation of GLIBC</title>
    2424
    2525    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    26     href="../common/eglibc.xml"
     26    href="../common/glibc.xml"
    2727    xpointer="xpointer(//*[@os='da'])"/>
    2828
    2929    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    30     href="../../final-system/common/eglibc.xml"
     30    href="../../final-system/common/glibc.xml"
    3131    xpointer="xpointer(//*[@os='s1'])"/>
    3232
    3333    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    34     href="../../final-system/common/eglibc.xml"
     34    href="../../final-system/common/glibc.xml"
    3535    xpointer="xpointer(//*[@os='s2'])"/>
    3636
    3737    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    38     href="../common/eglibc.xml"
     38    href="../common/glibc.xml"
    3939    xpointer="xpointer(//*[@os='e'])"/>
    4040
    4141    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    42     href="../common/eglibc.xml"
     42    href="../common/glibc.xml"
    4343    xpointer="xpointer(//*[@os='f'])"/>
    4444
    4545    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    46     href="../common/eglibc.xml"
     46    href="../common/glibc.xml"
    4747    xpointer="xpointer(//*[@os='dd'])"/>
    4848
    4949    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    50     href="../common/eglibc.xml"
     50    href="../common/glibc.xml"
    5151    xpointer="xpointer(//*[@os='de'])"/>
    5252
    5353    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    54     href="../common/eglibc.xml"
     54    href="../common/glibc.xml"
    5555    xpointer="xpointer(//*[@os='g'])"/>
    5656
    5757    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    58     href="../multilib/eglibc.xml"
     58    href="../multilib/glibc.xml"
    5959    xpointer="xpointer(//*[@os='df'])"/>
    6060
    6161    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    62     href="../multilib/eglibc.xml"
     62    href="../multilib/glibc.xml"
    6363    xpointer="xpointer(//*[@os='dg'])"/>
    6464
    6565    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    66     href="../common/eglibc.xml"
     66    href="../common/glibc.xml"
    6767    xpointer="xpointer(//*[@os='dh'])"/>
    6868
    6969    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    70     href="../common/eglibc.xml"
     70    href="../common/glibc.xml"
    7171    xpointer="xpointer(//*[@os='di'])"/>
    7272
    7373    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    74     href="../common/eglibc.xml"
     74    href="../common/glibc.xml"
    7575    xpointer="xpointer(//*[@os='dj'])"/>
    7676
    7777    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    78     href="../common/eglibc.xml"
     78    href="../common/glibc.xml"
    7979    xpointer="xpointer(//*[@os='dk'])"/>
    8080
    8181    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    82     href="../common/eglibc.xml"
     82    href="../common/glibc.xml"
    8383    xpointer="xpointer(//*[@os='dl'])"/>
    8484
    8585    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    86     href="../common/eglibc.xml"
     86    href="../common/glibc.xml"
    8787    xpointer="xpointer(//*[@os='dm'])"/>
    8888
    8989    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    90     href="../common/eglibc.xml"
     90    href="../common/glibc.xml"
    9191    xpointer="xpointer(//*[@os='dn'])"/>
    9292
     
    9797
    9898    <para>Details on this package are located in <xref
    99     linkend="contents-eglibc" role="."/></para>
     99    linkend="contents-glibc" role="."/></para>
    100100
    101101  </sect2>
  • BOOK/cross-tools/multilib/binutils.xml

    r88ef769 r03e6a40  
    8282      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    8383      href="../common/binutils.xml"
    84       xpointer="xpointer(//*[@os='bd7'])"/>
     84      xpointer="xpointer(//*[@os='bd8'])"/>
    8585
    8686    </variablelist>
     
    9696    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    9797    href="../common/binutils.xml"
    98     xpointer="xpointer(//*[@os='bg'])"/>
    99 
    100     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    101     href="../common/binutils.xml"
    10298    xpointer="xpointer(//*[@os='bh'])"/>
    10399
     
    105101    href="../common/binutils.xml"
    106102    xpointer="xpointer(//*[@os='bi'])"/>
    107 
    108     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    109     href="../common/binutils.xml"
    110     xpointer="xpointer(//*[@os='bj'])"/>
    111 
    112     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    113     href="../common/binutils.xml"
    114     xpointer="xpointer(//*[@os='bk'])"/>
    115103
    116104  </sect2>
  • BOOK/cross-tools/multilib/gcc-final.xml

    r88ef769 r03e6a40  
    6868  --enable-long-long --enable-threads=posix --with-mpc=/cross-tools \
    6969  --with-mpfr=/cross-tools --with-gmp=/cross-tools --with-cloog=/cross-tools \
    70   --enable-cloog-backend=isl --with-isl=/cross-tools \
    71   --disable-isl-version-check --with-system-zlib --enable-checking=release \
     70  --with-isl=/cross-tools --with-system-zlib --enable-checking=release \
    7271  --enable-libstdcxx-time</userinput></screen>
    7372
  • BOOK/cross-tools/multilib/gcc-static.xml

    r88ef769 r03e6a40  
    7676  --with-cloog=/cross-tools --with-mpc=/cross-tools --without-headers \
    7777  --with-newlib --disable-decimal-float --disable-libgomp --disable-libmudflap \
    78   --disable-libssp --disable-threads --disable-libatomic --disable-libitm \
    79   --disable-libsanitizer --disable-libquadmath --disable-target-libiberty \
    80   --disable-target-zlib --with-system-zlib --enable-cloog-backend=isl \
    81   --with-isl=/cross-tools --disable-isl-version-check --enable-languages=c \
    82   --enable-checking=release</userinput></screen>
     78  --disable-libssp --disable-libatomic --disable-libitm \
     79  --disable-libsanitizer --disable-libquadmath --disable-threads \
     80  --disable-target-zlib --with-system-zlib --with-isl=/cross-tools \
     81  --enable-languages=c --enable-checking=release</userinput></screen>
    8382
    8483    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    106105    xpointer="xpointer(//*[@os='ar'])"/>
    107106
     107    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     108    href="../common/gcc-static.xml"
     109    xpointer="xpointer(//*[@os='as'])"/>
     110
     111    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     112    href="../common/gcc-static.xml"
     113    xpointer="xpointer(//*[@os='at'])"/>
     114
    108115  </sect2>
    109116
  • BOOK/cross-tools/multilib/glibc-64bit.xml

    r88ef769 r03e6a40  
    66]>
    77
    8 <sect1 id="ch-cross-tools-eglibcc-64" role="wrap">
    9   <?dbhtml filename="eglibc-64.html"?>
     8<sect1 id="ch-cross-tools-glibcc-64" role="wrap">
     9  <?dbhtml filename="glibc-64.html"?>
    1010
    11   <title>EGLIBC-&eglibc-version; 64-Bit</title>
     11  <title>GLIBC-&glibc-version; 64-Bit</title>
    1212
    13   <indexterm zone="ch-cross-tools-eglibcc-64">
    14     <primary sortas="a-EGLIBC">EGLIBC</primary>
     13  <indexterm zone="ch-cross-tools-glibcc-64">
     14    <primary sortas="a-GLIBC">GLIBC</primary>
    1515    <secondary>cross tools, 64 Bit</secondary>
    1616  </indexterm>
    1717
    1818  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    19   href="../../final-system/common/eglibc.xml"
     19  href="../../final-system/common/glibc.xml"
    2020  xpointer="xpointer(//*[@role='package'])"/>
    2121
    2222  <sect2 role="installation">
    23     <title>Installation of EGLIBC</title>
     23    <title>Installation of GLIBC</title>
    2424
    2525    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    26     href="eglibc.xml"
     26    href="glibc.xml"
    2727    xpointer="xpointer(//*[@os='da'])"/>
    2828
    2929    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    30     href="../../final-system/common/eglibc.xml"
     30    href="../../final-system/common/glibc.xml"
    3131    xpointer="xpointer(//*[@os='s1'])"/>
    3232
    3333    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    34     href="../../final-system/common/eglibc.xml"
     34    href="../../final-system/common/glibc.xml"
    3535    xpointer="xpointer(//*[@os='s2'])"/>
    3636
    3737    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    38     href="eglibc.xml"
     38    href="glibc.xml"
    3939    xpointer="xpointer(//*[@os='e'])"/>
    4040
    4141    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    42     href="eglibc.xml"
     42    href="glibc.xml"
    4343    xpointer="xpointer(//*[@os='f'])"/>
    4444
    4545    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    46     href="eglibc.xml"
     46    href="glibc.xml"
    4747    xpointer="xpointer(//*[@os='dd'])"/>
    4848
    4949    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    50     href="eglibc.xml"
     50    href="glibc.xml"
    5151    xpointer="xpointer(//*[@os='de'])"/>
    5252
    53     <para os="n1">Tell EGLIBC to install its 64-bit libraries into <filename
     53    <para os="n1">Tell GLIBC to install its 64-bit libraries into <filename
    5454    class="directory">/tools/lib64</filename>:</para>
    5555
     
    5757
    5858    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    59     href="eglibc.xml"
     59    href="glibc.xml"
    6060    xpointer="xpointer(//*[@os='g'])"/>
    6161
    6262<screen os="df"><userinput>BUILD_CC="gcc" CC="${CLFS_TARGET}-gcc ${BUILD64}" \
    6363    AR="${CLFS_TARGET}-ar" RANLIB="${CLFS_TARGET}-ranlib" \
    64     ../eglibc-&eglibc-version;/configure --prefix=/tools \
     64    ../glibc-&glibc-version;/configure --prefix=/tools \
    6565    --host=${CLFS_TARGET} --build=${CLFS_HOST} --libdir=/tools/lib64 \
    6666    --disable-profile --with-tls --enable-kernel=2.6.32 --with-__thread \
     
    7474        <term><parameter>CC="${CLFS_TARGET}-gcc ${BUILD64}"</parameter></term>
    7575        <listitem>
    76           <para>Forces EGLIBC to build using our target architecture GCC
     76          <para>Forces GLIBC to build using our target architecture GCC
    7777          utilizing the 64 Bit flags.</para>
    7878        </listitem>
     
    8282        <term><parameter>--libdir=/tools/lib64</parameter></term>
    8383        <listitem>
    84           <para>Puts EGLIBC into /tools/lib64 instead of /tools/lib.</para>
     84          <para>Puts GLIBC into /tools/lib64 instead of /tools/lib.</para>
    8585        </listitem>
    8686      </varlistentry>
     
    8989
    9090    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    91     href="eglibc.xml"
     91    href="glibc.xml"
    9292    xpointer="xpointer(//*[@os='dh'])"/>
    9393
    9494    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    95     href="eglibc.xml"
     95    href="glibc.xml"
    9696    xpointer="xpointer(//*[@os='di'])"/>
    9797
    9898    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    99     href="eglibc.xml"
     99    href="glibc.xml"
    100100    xpointer="xpointer(//*[@os='dj'])"/>
    101101
    102102    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    103     href="eglibc.xml"
     103    href="glibc.xml"
    104104    xpointer="xpointer(//*[@os='dk'])"/>
    105105
    106106    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    107     href="eglibc.xml"
     107    href="glibc.xml"
    108108    xpointer="xpointer(//*[@os='dl'])"/>
    109109
    110110    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    111     href="eglibc.xml"
     111    href="glibc.xml"
    112112    xpointer="xpointer(//*[@os='dm'])"/>
    113113
    114114    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    115     href="eglibc.xml"
     115    href="glibc.xml"
    116116    xpointer="xpointer(//*[@os='dn'])"/>
    117117
     
    122122
    123123    <para>Details on this package are located in <xref
    124     linkend="contents-eglibc" role="."/></para>
     124    linkend="contents-glibc" role="."/></para>
    125125
    126126  </sect2>
  • BOOK/cross-tools/multilib/glibc.xml

    r88ef769 r03e6a40  
    66]>
    77
    8 <sect1 id="ch-cross-tools-eglibc" role="wrap">
    9   <?dbhtml filename="eglibc.html"?>
     8<sect1 id="ch-cross-tools-glibc" role="wrap">
     9  <?dbhtml filename="glibc.html"?>
    1010
    11   <title>EGLIBC-&eglibc-version; 32 Bit</title>
     11  <title>GLIBC-&glibc-version; 32 Bit</title>
    1212
    13   <indexterm zone="ch-cross-tools-eglibc">
    14     <primary sortas="a-EGLIBC">EGLIBC</primary>
     13  <indexterm zone="ch-cross-tools-glibc">
     14    <primary sortas="a-GLIBC">GLIBC</primary>
    1515    <secondary>cross tools, 32 Bit</secondary>
    1616  </indexterm>
    1717
    1818  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    19   href="../../final-system/common/eglibc.xml"
     19  href="../../final-system/common/glibc.xml"
    2020  xpointer="xpointer(//*[@role='package'])"/>
    2121
    2222  <sect2 role="installation">
    23     <title>Installation of EGLIBC</title>
     23    <title>Installation of GLIBC</title>
    2424
    2525    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    26     href="../common/eglibc.xml"
     26    href="../common/glibc.xml"
    2727    xpointer="xpointer(//*[@os='da'])"/>
    2828
    2929    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    30     href="../../final-system/common/eglibc.xml"
     30    href="../../final-system/common/glibc.xml"
    3131    xpointer="xpointer(//*[@os='s1'])"/>
    3232
    3333    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    34     href="../../final-system/common/eglibc.xml"
     34    href="../../final-system/common/glibc.xml"
    3535    xpointer="xpointer(//*[@os='s2'])"/>
    3636
    3737    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    38     href="../common/eglibc.xml"
     38    href="../common/glibc.xml"
    3939    xpointer="xpointer(//*[@os='e'])"/>
    4040
    4141    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    42     href="../common/eglibc.xml"
     42    href="../common/glibc.xml"
    4343    xpointer="xpointer(//*[@os='f'])"/>
    4444
    4545    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    46     href="../common/eglibc.xml"
     46    href="../common/glibc.xml"
    4747    xpointer="xpointer(//*[@os='dd'])"/>
    4848
    4949    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    50     href="../common/eglibc.xml"
     50    href="../common/glibc.xml"
    5151    xpointer="xpointer(//*[@os='de'])"/>
    5252
    5353    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    54     href="../common/eglibc.xml"
     54    href="../common/glibc.xml"
    5555    xpointer="xpointer(//*[@os='g'])"/>
    5656
    5757<screen os="df"><userinput>BUILD_CC="gcc" CC="${CLFS_TARGET}-gcc ${BUILD32}" \
    5858    AR="${CLFS_TARGET}-ar" RANLIB="${CLFS_TARGET}-ranlib" \
    59     ../eglibc-&eglibc-version;/configure --prefix=/tools \
     59    ../glibc-&glibc-version;/configure --prefix=/tools \
    6060    --host=${CLFS_TARGET32} --build=${CLFS_HOST} \
    6161    --disable-profile --with-tls --enable-kernel=2.6.32 --with-__thread \
     
    6767
    6868      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    69       href="../common/eglibc.xml"
     69      href="../common/glibc.xml"
    7070      xpointer="xpointer(//*[@os='dg1'])"/>
    7171
     
    7373        <term><parameter>CC="${CLFS_TARGET}-gcc ${BUILD32}"</parameter></term>
    7474        <listitem>
    75           <para>Forces EGLIBC to utilize our target architecture GCC utilizing
     75          <para>Forces GLIBC to utilize our target architecture GCC utilizing
    7676          the 32 Bit flags.</para>
    7777        </listitem>
     
    7979
    8080      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    81       href="../common/eglibc.xml"
     81      href="../common/glibc.xml"
    8282      xpointer="xpointer(//*[@os='dg3'])"/>
    8383
    8484      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    85       href="../common/eglibc.xml"
     85      href="../common/glibc.xml"
    8686      xpointer="xpointer(//*[@os='dg4'])"/>
    8787
    8888      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    89       href="../common/eglibc.xml"
     89      href="../common/glibc.xml"
    9090      xpointer="xpointer(//*[@os='dg5'])"/>
    9191
    9292      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    93       href="../common/eglibc.xml"
     93      href="../common/glibc.xml"
    9494      xpointer="xpointer(//*[@os='dg6'])"/>
    9595
    9696      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    97       href="../common/eglibc.xml"
     97      href="../common/glibc.xml"
    9898      xpointer="xpointer(//*[@os='dg7'])"/>
    9999
    100100      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    101       href="../common/eglibc.xml"
     101      href="../common/glibc.xml"
    102102      xpointer="xpointer(//*[@os='dg8'])"/>
    103103
    104104      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    105       href="../common/eglibc.xml"
     105      href="../common/glibc.xml"
    106106      xpointer="xpointer(//*[@os='dg9'])"/>
    107107
    108108      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    109       href="../common/eglibc.xml"
     109      href="../common/glibc.xml"
    110110      xpointer="xpointer(//*[@os='dg10'])"/>
    111111
    112112      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    113       href="../common/eglibc.xml"
     113      href="../common/glibc.xml"
    114114      xpointer="xpointer(//*[@os='dg11'])"/>
     115
     116      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     117      href="../common/glibc.xml"
     118      xpointer="xpointer(//*[@os='dg12'])"/>
    115119
    116120    </variablelist>
    117121
    118122    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    119     href="../common/eglibc.xml"
     123    href="../common/glibc.xml"
    120124    xpointer="xpointer(//*[@os='dh'])"/>
    121125
    122126    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    123     href="../common/eglibc.xml"
     127    href="../common/glibc.xml"
    124128    xpointer="xpointer(//*[@os='di'])"/>
    125129
    126130    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    127     href="../common/eglibc.xml"
     131    href="../common/glibc.xml"
    128132    xpointer="xpointer(//*[@os='dj'])"/>
    129133
    130134    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    131     href="../common/eglibc.xml"
     135    href="../common/glibc.xml"
    132136    xpointer="xpointer(//*[@os='dk'])"/>
    133137
    134138    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    135     href="../common/eglibc.xml"
     139    href="../common/glibc.xml"
    136140    xpointer="xpointer(//*[@os='dl'])"/>
    137141
    138142    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    139     href="../common/eglibc.xml"
     143    href="../common/glibc.xml"
    140144    xpointer="xpointer(//*[@os='dm'])"/>
    141145
    142146    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    143     href="../common/eglibc.xml"
     147    href="../common/glibc.xml"
    144148    xpointer="xpointer(//*[@os='dn'])"/>
    145149
     
    150154
    151155    <para>Details on this package are located in <xref
    152     linkend="contents-eglibc" role="."/></para>
     156    linkend="contents-glibc" role="."/></para>
    153157
    154158  </sect2>
  • BOOK/cross-tools/ppc-chapter.xml

    r88ef769 r03e6a40  
    2727  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/binutils-32.xml"/>
    2828  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ppc/gcc-static.xml"/>
    29   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ppc/eglibc.xml"/>
     29  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ppc/glibc.xml"/>
    3030  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ppc/gcc-final.xml"/>
    3131
  • BOOK/cross-tools/ppc/gcc-static.xml

    r88ef769 r03e6a40  
    9595    xpointer="xpointer(//*[@os='ar'])"/>
    9696
     97    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     98    href="../common/gcc-static.xml"
     99    xpointer="xpointer(//*[@os='as'])"/>
     100
     101    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     102    href="../common/gcc-static.xml"
     103    xpointer="xpointer(//*[@os='at'])"/>
     104
    97105  </sect2>
    98106
  • BOOK/cross-tools/ppc/glibc.xml

    r88ef769 r03e6a40  
    66]>
    77
    8 <sect1 id="ch-cross-tools-eglibc" role="wrap">
    9   <?dbhtml filename="eglibc.html"?>
     8<sect1 id="ch-cross-tools-glibc" role="wrap">
     9  <?dbhtml filename="glibc.html"?>
    1010
    11   <title>EGLIBC-&eglibc-version;</title>
     11  <title>GLIBC-&glibc-version;</title>
    1212
    13   <indexterm zone="ch-cross-tools-eglibc">
    14     <primary sortas="a-EGLIBC">EGLIBC</primary>
     13  <indexterm zone="ch-cross-tools-glibc">
     14    <primary sortas="a-GLIBC">GLIBC</primary>
    1515    <secondary>cross tools</secondary>
    1616  </indexterm>
    1717
    1818  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    19   href="../../final-system/common/eglibc.xml"
     19  href="../../final-system/common/glibc.xml"
    2020  xpointer="xpointer(//*[@role='package'])"/>
    2121
    2222  <sect2 role="installation">
    23     <title>Installation of EGLIBC</title>
     23    <title>Installation of GLIBC</title>
    2424
    2525    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    26     href="../common/eglibc.xml"
     26    href="../common/glibc.xml"
    2727    xpointer="xpointer(//*[@os='da'])"/>
    2828
    2929    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    30     href="../../final-system/common/eglibc.xml"
     30    href="../../final-system/common/glibc.xml"
    3131    xpointer="xpointer(//*[@os='s1'])"/>
    3232
    3333    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    34     href="../../final-system/common/eglibc.xml"
     34    href="../../final-system/common/glibc.xml"
    3535    xpointer="xpointer(//*[@os='s2'])"/>
    3636
    3737    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    38     href="../common/eglibc.xml"
     38    href="../common/glibc.xml"
    3939    xpointer="xpointer(//*[@os='e'])"/>
    4040
    4141    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    42     href="../common/eglibc.xml"
     42    href="../common/glibc.xml"
    4343    xpointer="xpointer(//*[@os='f'])"/>
    4444
    4545    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    46     href="../common/eglibc.xml"
     46    href="../common/glibc.xml"
    4747    xpointer="xpointer(//*[@os='dd'])"/>
    4848
     
    5050
    5151    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    52     href="../../final-system/common/eglibc.xml"
     52    href="../../final-system/common/glibc.xml"
    5353    xpointer="xpointer(//*[@os='g'])"/>
    5454
    5555    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    56     href="../common/eglibc.xml"
     56    href="../common/glibc.xml"
    5757    xpointer="xpointer(//*[@os='df'])"/>
    5858
    5959    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    60     href="../common/eglibc.xml"
     60    href="../common/glibc.xml"
    6161    xpointer="xpointer(//*[@os='dg'])"/>
    6262
    6363    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    64     href="../common/eglibc.xml"
     64    href="../common/glibc.xml"
    6565    xpointer="xpointer(//*[@os='dh'])"/>
    6666
    6767    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    68     href="../common/eglibc.xml"
     68    href="../common/glibc.xml"
    6969    xpointer="xpointer(//*[@os='di'])"/>
    7070
    7171    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    72     href="../common/eglibc.xml"
     72    href="../common/glibc.xml"
    7373    xpointer="xpointer(//*[@os='dj'])"/>
    7474
    7575    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    76     href="../common/eglibc.xml"
     76    href="../common/glibc.xml"
    7777    xpointer="xpointer(//*[@os='dk'])"/>
    7878
    7979    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    80     href="../common/eglibc.xml"
     80    href="../common/glibc.xml"
    8181    xpointer="xpointer(//*[@os='dl'])"/>
    8282
    8383    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    84     href="../common/eglibc.xml"
     84    href="../common/glibc.xml"
    8585    xpointer="xpointer(//*[@os='dm'])"/>
    8686
    8787    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    88     href="../common/eglibc.xml"
     88    href="../common/glibc.xml"
    8989    xpointer="xpointer(//*[@os='dn'])"/>
    9090
     
    9595
    9696    <para>Details on this package are located in <xref
    97     linkend="contents-eglibc" role="."/></para>
     97    linkend="contents-glibc" role="."/></para>
    9898
    9999  </sect2>
  • BOOK/cross-tools/ppc64-64-chapter.xml

    r88ef769 r03e6a40  
    2828  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/binutils.xml"/>
    2929  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ppc64-64/gcc-static.xml"/>
    30   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ppc64-64/eglibc.xml"/>
     30  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ppc64-64/glibc.xml"/>
    3131  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ppc64-64/gcc-final.xml"/>
    3232
  • BOOK/cross-tools/ppc64-64/gcc-static.xml

    r88ef769 r03e6a40  
    9494    xpointer="xpointer(//*[@os='ar'])"/>
    9595
     96    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     97    href="../common/gcc-static.xml"
     98    xpointer="xpointer(//*[@os='as'])"/>
     99
     100    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     101    href="../common/gcc-static.xml"
     102    xpointer="xpointer(//*[@os='at'])"/>
     103
    96104  </sect2>
    97105
  • BOOK/cross-tools/ppc64-64/glibc.xml

    r88ef769 r03e6a40  
    66]>
    77
    8 <sect1 id="ch-cross-tools-eglibc" role="wrap">
    9   <?dbhtml filename="eglibc.html"?>
     8<sect1 id="ch-cross-tools-glibc" role="wrap">
     9  <?dbhtml filename="glibc.html"?>
    1010
    11   <title>EGLIBC-&eglibc-version;</title>
     11  <title>GLIBC-&glibc-version;</title>
    1212
    13   <indexterm zone="ch-cross-tools-eglibc">
    14     <primary sortas="a-EGLIBC">EGLIBC</primary>
     13  <indexterm zone="ch-cross-tools-glibc">
     14    <primary sortas="a-GLIBC">GLIBC</primary>
    1515    <secondary>cross tools</secondary>
    1616  </indexterm>
    1717
    1818  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    19   href="../../final-system/common/eglibc.xml"
     19  href="../../final-system/common/glibc.xml"
    2020  xpointer="xpointer(//*[@role='package'])"/>
    2121
    2222  <sect2 role="installation">
    23     <title>Installation of EGLIBC</title>
     23    <title>Installation of GLIBC</title>
    2424
    2525    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    26     href="../common/eglibc.xml"
     26    href="../common/glibc.xml"
    2727    xpointer="xpointer(//*[@os='da'])"/>
    2828
    2929    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    30     href="../../final-system/common/eglibc.xml"
     30    href="../../final-system/common/glibc.xml"
    3131    xpointer="xpointer(//*[@os='s1'])"/>
    3232
    3333    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    34     href="../../final-system/common/eglibc.xml"
     34    href="../../final-system/common/glibc.xml"
    3535    xpointer="xpointer(//*[@os='s2'])"/>
    3636
    3737    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    38     href="../common/eglibc.xml"
     38    href="../common/glibc.xml"
    3939    xpointer="xpointer(//*[@os='e'])"/>
    4040
    4141    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    42     href="../common/eglibc.xml"
     42    href="../common/glibc.xml"
    4343    xpointer="xpointer(//*[@os='f'])"/>
    4444
    4545    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    46     href="../common/eglibc.xml"
     46    href="../common/glibc.xml"
    4747    xpointer="xpointer(//*[@os='dd'])"/>
    4848
    4949    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    50     href="../common/eglibc.xml"
     50    href="../common/glibc.xml"
    5151    xpointer="xpointer(//*[@os='de'])"/>
    5252
    5353    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    54     href="../common/eglibc.xml"
     54    href="../common/glibc.xml"
    5555    xpointer="xpointer(//*[@os='g'])"/>
    5656
    5757    <screen os="df"><userinput>BUILD_CC="gcc" CC="${CLFS_TARGET}-gcc ${BUILD64}" \
    5858      AR="${CLFS_TARGET}-ar" RANLIB="${CLFS_TARGET}-ranlib" \
    59       ../eglibc-&eglibc-version;/configure --prefix=/tools \
     59      ../glibc-&glibc-version;/configure --prefix=/tools \
    6060      --host=${CLFS_TARGET} --build=${CLFS_HOST} \
    6161      --disable-profile --with-tls --enable-kernel=2.6.32 --with-__thread \
     
    6767
    6868      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    69       href="../common/eglibc.xml"
     69      href="../common/glibc.xml"
    7070      xpointer="xpointer(//*[@os='dg1'])"/>
    7171
    7272      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    73       href="../multilib/eglibc-64bit.xml"
     73      href="../multilib/glibc-64bit.xml"
    7474      xpointer="xpointer(//*[@os='fa1'])"/>
    7575
    7676      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    77       href="../common/eglibc.xml"
     77      href="../common/glibc.xml"
    7878      xpointer="xpointer(//*[@os='dg3'])"/>
    7979
    8080      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    81       href="../common/eglibc.xml"
     81      href="../common/glibc.xml"
    8282      xpointer="xpointer(//*[@os='dg4'])"/>
    8383
    8484      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    85       href="../common/eglibc.xml"
     85      href="../common/glibc.xml"
    8686      xpointer="xpointer(//*[@os='dg5'])"/>
    8787
    8888      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    89       href="../common/eglibc.xml"
     89      href="../common/glibc.xml"
    9090      xpointer="xpointer(//*[@os='dg6'])"/>
    9191
    9292      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    93       href="../common/eglibc.xml"
     93      href="../common/glibc.xml"
    9494      xpointer="xpointer(//*[@os='dg7'])"/>
    9595
    9696      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    97       href="../common/eglibc.xml"
     97      href="../common/glibc.xml"
    9898      xpointer="xpointer(//*[@os='dg8'])"/>
    9999
    100100      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    101       href="../common/eglibc.xml"
     101      href="../common/glibc.xml"
    102102      xpointer="xpointer(//*[@os='dg9'])"/>
    103103
    104104      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    105       href="../common/eglibc.xml"
     105      href="../common/glibc.xml"
    106106      xpointer="xpointer(//*[@os='dg10'])"/>
    107107
    108108      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    109       href="../common/eglibc.xml"
     109      href="../common/glibc.xml"
    110110      xpointer="xpointer(//*[@os='dg11'])"/>
     111
     112      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     113      href="../common/glibc.xml"
     114      xpointer="xpointer(//*[@os='dg12'])"/>
    111115
    112116    </variablelist>
    113117
    114118    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    115     href="../common/eglibc.xml"
     119    href="../common/glibc.xml"
    116120    xpointer="xpointer(//*[@os='dh'])"/>
    117121
    118122    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    119     href="../common/eglibc.xml"
     123    href="../common/glibc.xml"
    120124    xpointer="xpointer(//*[@os='di'])"/>
    121125
    122126    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    123     href="../common/eglibc.xml"
     127    href="../common/glibc.xml"
    124128    xpointer="xpointer(//*[@os='dj'])"/>
    125129
    126130    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    127     href="../common/eglibc.xml"
     131    href="../common/glibc.xml"
    128132    xpointer="xpointer(//*[@os='dk'])"/>
    129133
    130134    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    131     href="../common/eglibc.xml"
     135    href="../common/glibc.xml"
    132136    xpointer="xpointer(//*[@os='dl'])"/>
    133137
    134138    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    135     href="../common/eglibc.xml"
     139    href="../common/glibc.xml"
    136140    xpointer="xpointer(//*[@os='dm'])"/>
    137141
    138142    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    139     href="../common/eglibc.xml"
     143    href="../common/glibc.xml"
    140144    xpointer="xpointer(//*[@os='dn'])"/>
    141 
    142     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    143     href="../x86_64-64/eglibc.xml"
    144     xpointer="xpointer(//*[@os='do'])"/>
    145 
    146     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    147     href="../x86_64-64/eglibc.xml"
    148     xpointer="xpointer(//*[@os='dp'])"/>
    149145
    150146  </sect2>
     
    154150
    155151    <para>Details on this package are located in <xref
    156     linkend="contents-eglibc" role="."/></para>
     152    linkend="contents-glibc" role="."/></para>
    157153
    158154  </sect2>
  • BOOK/cross-tools/ppc64-chapter.xml

    r88ef769 r03e6a40  
    2828  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/binutils.xml"/>
    2929  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ppc64/gcc-static.xml"/>
    30   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ppc64/eglibc.xml"/>
    31   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ppc64/eglibc-64bit.xml"/>
     30  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ppc64/glibc.xml"/>
     31  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ppc64/glibc-64bit.xml"/>
    3232  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ppc64/gcc-final.xml"/>
    3333
  • BOOK/cross-tools/ppc64/gcc-static.xml

    r88ef769 r03e6a40  
    9696    xpointer="xpointer(//*[@os='ar'])"/>
    9797
     98    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     99    href="../common/gcc-static.xml"
     100    xpointer="xpointer(//*[@os='as'])"/>
     101
     102    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     103    href="../common/gcc-static.xml"
     104    xpointer="xpointer(//*[@os='at'])"/>
     105
    98106  </sect2>
    99107
  • BOOK/cross-tools/ppc64/glibc-64bit.xml

    r88ef769 r03e6a40  
    66]>
    77
    8 <sect1 id="ch-cross-tools-eglibc-64" role="wrap">
    9   <?dbhtml filename="eglibc-64.html"?>
     8<sect1 id="ch-cross-tools-glibc-64" role="wrap">
     9  <?dbhtml filename="glibc-64.html"?>
    1010
    11   <title>EGLIBC-&eglibc-version; 64-Bit</title>
     11  <title>GLIBC-&glibc-version; 64-Bit</title>
    1212
    13   <indexterm zone="ch-cross-tools-eglibc-64">
    14     <primary sortas="a-EGLIBC">EGLIBC</primary>
     13  <indexterm zone="ch-cross-tools-glibc-64">
     14    <primary sortas="a-GLIBC">GLIBC</primary>
    1515    <secondary>cross tools, 64 Bit</secondary>
    1616  </indexterm>
    1717
    1818  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    19   href="../../final-system/common/eglibc.xml"
     19  href="../../final-system/common/glibc.xml"
    2020  xpointer="xpointer(//*[@role='package'])"/>
    2121
    2222  <sect2 role="installation">
    23     <title>Installation of EGLIBC</title>
     23    <title>Installation of GLIBC</title>
    2424
    2525    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    26     href="../common/eglibc.xml"
     26    href="../common/glibc.xml"
    2727    xpointer="xpointer(//*[@os='da'])"/>
    2828
    2929    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    30     href="../../final-system/common/eglibc.xml"
     30    href="../../final-system/common/glibc.xml"
    3131    xpointer="xpointer(//*[@os='s1'])"/>
    3232
    3333    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    34     href="../../final-system/common/eglibc.xml"
     34    href="../../final-system/common/glibc.xml"
    3535    xpointer="xpointer(//*[@os='s2'])"/>
    3636
    3737    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    38     href="../common/eglibc.xml"
     38    href="../common/glibc.xml"
    3939    xpointer="xpointer(//*[@os='e'])"/>
    4040
    4141    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    42     href="../common/eglibc.xml"
     42    href="../common/glibc.xml"
    4343    xpointer="xpointer(//*[@os='f'])"/>
    4444
    4545    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    46     href="../common/eglibc.xml"
     46    href="../common/glibc.xml"
    4747    xpointer="xpointer(//*[@os='dd'])"/>
    4848
    4949    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    50     href="../common/eglibc.xml"
     50    href="../common/glibc.xml"
    5151    xpointer="xpointer(//*[@os='de'])"/>
    5252
    5353    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    54     href="../multilib/eglibc-64bit.xml"
     54    href="../multilib/glibc-64bit.xml"
    5555    xpointer="xpointer(//*[@os='n1'])"/>
    5656
    5757    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    58     href="../multilib/eglibc-64bit.xml"
     58    href="../multilib/glibc-64bit.xml"
    5959    xpointer="xpointer(//*[@os='n2'])"/>
    6060
    6161    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    62     href="../common/eglibc.xml"
     62    href="../common/glibc.xml"
    6363    xpointer="xpointer(//*[@os='g'])"/>
    6464
    6565    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    66     href="../multilib/eglibc-64bit.xml"
     66    href="../multilib/glibc-64bit.xml"
    6767    xpointer="xpointer(//*[@os='df'])"/>
    6868
    6969    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    70     href="../multilib/eglibc-64bit.xml"
     70    href="../multilib/glibc-64bit.xml"
    7171    xpointer="xpointer(//*[@os='dg'])"/>
    7272
    7373    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    74     href="../common/eglibc.xml"
     74    href="../common/glibc.xml"
    7575    xpointer="xpointer(//*[@os='dh'])"/>
    7676
    7777    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    78     href="../common/eglibc.xml"
     78    href="../common/glibc.xml"
    7979    xpointer="xpointer(//*[@os='di'])"/>
    8080
    8181    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    82     href="../common/eglibc.xml"
     82    href="../common/glibc.xml"
    8383    xpointer="xpointer(//*[@os='dj'])"/>
    8484
    8585    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    86     href="../common/eglibc.xml"
     86    href="../common/glibc.xml"
    8787    xpointer="xpointer(//*[@os='dk'])"/>
    8888
    8989    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    90     href="../common/eglibc.xml"
     90    href="../common/glibc.xml"
    9191    xpointer="xpointer(//*[@os='dl'])"/>
    9292
    9393    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    94     href="../common/eglibc.xml"
     94    href="../common/glibc.xml"
    9595    xpointer="xpointer(//*[@os='dm'])"/>
    9696
    9797    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    98     href="../common/eglibc.xml"
     98    href="../common/glibc.xml"
    9999    xpointer="xpointer(//*[@os='dn'])"/>
    100100
     
    105105
    106106    <para>Details on this package are located in <xref
    107     linkend="contents-eglibc" role="."/></para>
     107    linkend="contents-glibc" role="."/></para>
    108108
    109109  </sect2>
  • BOOK/cross-tools/ppc64/glibc.xml

    r88ef769 r03e6a40  
    66]>
    77
    8 <sect1 id="ch-cross-tools-eglibc" role="wrap">
    9   <?dbhtml filename="eglibc.html"?>
     8<sect1 id="ch-cross-tools-glibc" role="wrap">
     9  <?dbhtml filename="glibc.html"?>
    1010
    11   <title>EGLIBC-&eglibc-version; 32 Bit</title>
     11  <title>GLIBC-&glibc-version; 32 Bit</title>
    1212
    13   <indexterm zone="ch-cross-tools-eglibc">
    14     <primary sortas="a-EGLIBC">EGLIBC</primary>
     13  <indexterm zone="ch-cross-tools-glibc">
     14    <primary sortas="a-GLIBC">GLIBC</primary>
    1515    <secondary>cross tools, 32 Bit</secondary>
    1616  </indexterm>
    1717
    1818  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    19   href="../../final-system/common/eglibc.xml"
     19  href="../../final-system/common/glibc.xml"
    2020  xpointer="xpointer(//*[@role='package'])"/>
    2121
    2222  <sect2 role="installation">
    23     <title>Installation of EGLIBC</title>
     23    <title>Installation of GLIBC</title>
    2424
    2525    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    26     href="../common/eglibc.xml"
     26    href="../common/glibc.xml"
    2727    xpointer="xpointer(//*[@os='da'])"/>
    2828
    2929    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    30     href="../../final-system/common/eglibc.xml"
     30    href="../../final-system/common/glibc.xml"
    3131    xpointer="xpointer(//*[@os='s1'])"/>
    3232
    3333    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    34     href="../../final-system/common/eglibc.xml"
     34    href="../../final-system/common/glibc.xml"
    3535    xpointer="xpointer(//*[@os='s2'])"/>
    3636
    3737    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    38     href="../common/eglibc.xml"
     38    href="../common/glibc.xml"
    3939    xpointer="xpointer(//*[@os='e'])"/>
    4040
    4141    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    42     href="../common/eglibc.xml"
     42    href="../common/glibc.xml"
    4343    xpointer="xpointer(//*[@os='f'])"/>
    4444
    4545    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    46     href="../common/eglibc.xml"
     46    href="../common/glibc.xml"
    4747    xpointer="xpointer(//*[@os='dd'])"/>
    4848
    4949    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    50     href="../common/eglibc.xml"
     50    href="../common/glibc.xml"
    5151    xpointer="xpointer(//*[@os='de'])"/>
    5252
    5353    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    54     href="../common/eglibc.xml"
     54    href="../common/glibc.xml"
    5555    xpointer="xpointer(//*[@os='g'])"/>
    5656
    5757    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    58     href="../multilib/eglibc.xml"
     58    href="../multilib/glibc.xml"
    5959    xpointer="xpointer(//*[@os='df'])"/>
    6060
     
    6363
    6464      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    65       href="../common/eglibc.xml"
     65      href="../common/glibc.xml"
    6666      xpointer="xpointer(//*[@os='dg3'])"/>
    6767   
    6868      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    69       href="../common/eglibc.xml"
     69      href="../common/glibc.xml"
    7070      xpointer="xpointer(//*[@os='dg4'])"/>
    7171
    7272      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    73       href="../common/eglibc.xml"
     73      href="../common/glibc.xml"
    7474      xpointer="xpointer(//*[@os='dg5'])"/>
    7575
    7676      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    77       href="../common/eglibc.xml"
     77      href="../common/glibc.xml"
    7878      xpointer="xpointer(//*[@os='dg6'])"/>
    7979
    8080      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    81       href="../common/eglibc.xml"
     81      href="../common/glibc.xml"
    8282      xpointer="xpointer(//*[@os='dg7'])"/>
    8383
    8484      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    85       href="../common/eglibc.xml"
     85      href="../common/glibc.xml"
    8686      xpointer="xpointer(//*[@os='dg8'])"/>
    8787
    8888      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    89       href="../common/eglibc.xml"
     89      href="../common/glibc.xml"
    9090      xpointer="xpointer(//*[@os='dg9'])"/>
    9191
    9292      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    93       href="../common/eglibc.xml"
     93      href="../common/glibc.xml"
    9494      xpointer="xpointer(//*[@os='dg10'])"/>
    9595
    9696      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    97       href="../common/eglibc.xml"
     97      href="../common/glibc.xml"
    9898      xpointer="xpointer(//*[@os='dg11'])"/>
     99
     100      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     101      href="../common/glibc.xml"
     102      xpointer="xpointer(//*[@os='dg12'])"/>
    99103
    100104    </variablelist>
    101105
    102106    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    103     href="../common/eglibc.xml"
     107    href="../common/glibc.xml"
    104108    xpointer="xpointer(//*[@os='dh'])"/>
    105109
    106110    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    107     href="../common/eglibc.xml"
     111    href="../common/glibc.xml"
    108112    xpointer="xpointer(//*[@os='di'])"/>
    109113
    110114    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    111     href="../common/eglibc.xml"
     115    href="../common/glibc.xml"
    112116    xpointer="xpointer(//*[@os='dj'])"/>
    113117
    114118    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    115     href="../common/eglibc.xml"
     119    href="../common/glibc.xml"
    116120    xpointer="xpointer(//*[@os='dk'])"/>
    117121
    118122    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    119     href="../common/eglibc.xml"
     123    href="../common/glibc.xml"
    120124    xpointer="xpointer(//*[@os='dl'])"/>
    121125
    122126    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    123     href="../common/eglibc.xml"
     127    href="../common/glibc.xml"
    124128    xpointer="xpointer(//*[@os='dm'])"/>
    125129
    126130    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    127     href="../common/eglibc.xml"
     131    href="../common/glibc.xml"
    128132    xpointer="xpointer(//*[@os='dn'])"/>
    129133
     
    134138
    135139    <para>Details on this package are located in <xref
    136     linkend="contents-eglibc" role="."/></para>
     140    linkend="contents-glibc" role="."/></para>
    137141
    138142  </sect2>
  • BOOK/cross-tools/sparc-chapter.xml

    r88ef769 r03e6a40  
    2727  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/binutils-32.xml"/>
    2828  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/gcc-static.xml"/>
    29   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/eglibc.xml"/>
     29  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/glibc.xml"/>
    3030  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/gcc-final.xml"/>
    3131
  • BOOK/cross-tools/sparc64-64-chapter.xml

    r88ef769 r03e6a40  
    2828  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/binutils.xml"/>
    2929  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="64/gcc-static.xml"/>
    30   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sparc64-64/eglibc.xml"/>
     30  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sparc64-64/glibc.xml"/>
    3131  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="64/gcc-final.xml"/>
    3232
  • BOOK/cross-tools/sparc64-64/gcc-static.xml

    r88ef769 r03e6a40  
    8888    xpointer="xpointer(//*[@os='ar'])"/>
    8989
     90    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     91    href="../common/gcc-static.xml"
     92    xpointer="xpointer(//*[@os='as'])"/>
     93
     94    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     95    href="../common/gcc-static.xml"
     96    xpointer="xpointer(//*[@os='at'])"/>
     97
    9098  </sect2>
    9199
  • BOOK/cross-tools/sparc64-chapter.xml

    r88ef769 r03e6a40  
    2828  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/binutils.xml"/>
    2929  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/gcc-static.xml"/>
    30   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sparc64/eglibc.xml"/>
    31   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sparc64/eglibc-64bit.xml"/>
     30  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sparc64/glibc.xml"/>
     31  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="sparc64/glibc-64bit.xml"/>
    3232  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/gcc-final.xml"/>
    3333
  • BOOK/cross-tools/sparc64/glibc-64bit.xml

    r88ef769 r03e6a40  
    66]>
    77
    8 <sect1 id="ch-cross-tools-eglibc-64" role="wrap">
    9   <?dbhtml filename="eglibc-64.html"?>
     8<sect1 id="ch-cross-tools-glibc-64" role="wrap">
     9  <?dbhtml filename="glibc-64.html"?>
    1010
    11   <title>EGLIBC-&eglibc-version; 64-Bit</title>
     11  <title>GLIBC-&glibc-version; 64-Bit</title>
    1212
    13   <indexterm zone="ch-cross-tools-eglibc-64">
    14     <primary sortas="a-EGLIBC">EGLIBC</primary>
     13  <indexterm zone="ch-cross-tools-glibc-64">
     14    <primary sortas="a-GLIBC">GLIBC</primary>
    1515    <secondary>cross tools, 64 Bit</secondary>
    1616  </indexterm>
    1717
    1818  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    19   href="../../final-system/common/eglibc.xml"
     19  href="../../final-system/common/glibc.xml"
    2020  xpointer="xpointer(//*[@role='package'])"/>
    2121
    2222  <sect2 role="installation">
    23     <title>Installation of EGLIBC</title>
     23    <title>Installation of GLIBC</title>
    2424
    2525    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    26     href="../common/eglibc.xml"
     26    href="../common/glibc.xml"
    2727    xpointer="xpointer(//*[@os='da'])"/>
    2828
    2929    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    30     href="../../final-system/common/eglibc.xml"
     30    href="../../final-system/common/glibc.xml"
    3131    xpointer="xpointer(//*[@os='s1'])"/>
    3232
    3333    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    34     href="../../final-system/common/eglibc.xml"
     34    href="../../final-system/common/glibc.xml"
    3535    xpointer="xpointer(//*[@os='s2'])"/>
    3636
    3737    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    38     href="../common/eglibc.xml"
     38    href="../common/glibc.xml"
    3939    xpointer="xpointer(//*[@os='e'])"/>
    4040
    4141    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    42     href="../common/eglibc.xml"
     42    href="../common/glibc.xml"
    4343    xpointer="xpointer(//*[@os='f'])"/>
    4444
    4545    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    46     href="../common/eglibc.xml"
     46    href="../common/glibc.xml"
    4747    xpointer="xpointer(//*[@os='dd'])"/>
    4848
     
    5656
    5757    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    58     href="../multilib/eglibc-64bit.xml"
     58    href="../multilib/glibc-64bit.xml"
    5959    xpointer="xpointer(//*[@os='n1'])"/>
    6060
    6161    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    62     href="../multilib/eglibc-64bit.xml"
     62    href="../multilib/glibc-64bit.xml"
    6363    xpointer="xpointer(//*[@os='n2'])"/>
    6464
    6565    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    66     href="../common/eglibc.xml"
     66    href="../common/glibc.xml"
    6767    xpointer="xpointer(//*[@os='g'])"/>
    6868
    6969    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    70     href="../multilib/eglibc-64bit.xml"
     70    href="../multilib/glibc-64bit.xml"
    7171    xpointer="xpointer(//*[@os='df'])"/>
    7272
    7373    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    74     href="../multilib/eglibc-64bit.xml"
     74    href="../multilib/glibc-64bit.xml"
    7575    xpointer="xpointer(//*[@os='dg'])"/>
    7676
    7777    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    78     href="../common/eglibc.xml"
     78    href="../common/glibc.xml"
    7979    xpointer="xpointer(//*[@os='dh'])"/>
    8080
    8181    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    82     href="../common/eglibc.xml"
     82    href="../common/glibc.xml"
    8383    xpointer="xpointer(//*[@os='di'])"/>
    8484
    8585    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    86     href="../common/eglibc.xml"
     86    href="../common/glibc.xml"
    8787    xpointer="xpointer(//*[@os='dj'])"/>
    8888
    8989    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    90     href="../common/eglibc.xml"
     90    href="../common/glibc.xml"
    9191    xpointer="xpointer(//*[@os='dk'])"/>
    9292
    9393    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    94     href="../common/eglibc.xml"
     94    href="../common/glibc.xml"
    9595    xpointer="xpointer(//*[@os='dl'])"/>
    9696
    9797    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    98     href="../common/eglibc.xml"
     98    href="../common/glibc.xml"
    9999    xpointer="xpointer(//*[@os='dm'])"/>
    100100
    101101    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    102     href="../common/eglibc.xml"
     102    href="../common/glibc.xml"
    103103    xpointer="xpointer(//*[@os='dn'])"/>
    104104
     
    109109
    110110    <para>Details on this package are located in <xref
    111     linkend="contents-eglibc" role="."/></para>
     111    linkend="contents-glibc" role="."/></para>
    112112
    113113  </sect2>
  • BOOK/cross-tools/sparc64/glibc.xml

    r88ef769 r03e6a40  
    66]>
    77
    8 <sect1 id="ch-cross-tools-eglibc" role="wrap">
    9   <?dbhtml filename="eglibc.html"?>
     8<sect1 id="ch-cross-tools-glibc" role="wrap">
     9  <?dbhtml filename="glibc.html"?>
    1010
    11   <title>EGLIBC-&eglibc-version; 32 Bit</title>
     11  <title>GLIBC-&glibc-version; 32 Bit</title>
    1212
    13   <indexterm zone="ch-cross-tools-eglibc">
    14     <primary sortas="a-EGLIBC">EGLIBC</primary>
     13  <indexterm zone="ch-cross-tools-glibc">
     14    <primary sortas="a-GLIBC">GLIBC</primary>
    1515    <secondary>cross tools, 32 Bit</secondary>
    1616  </indexterm>
    1717
    1818  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    19   href="../../final-system/common/eglibc.xml"
     19  href="../../final-system/common/glibc.xml"
    2020  xpointer="xpointer(//*[@role='package'])"/>
    2121
    2222  <sect2 role="installation">
    23     <title>Installation of EGLIBC</title>
     23    <title>Installation of GLIBC</title>
    2424
    2525    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    26     href="../common/eglibc.xml"
     26    href="../common/glibc.xml"
    2727    xpointer="xpointer(//*[@os='da'])"/>
    2828
    2929    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    30     href="../../final-system/common/eglibc.xml"
     30    href="../../final-system/common/glibc.xml"
    3131    xpointer="xpointer(//*[@os='s1'])"/>
    3232
    3333    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    34     href="../../final-system/common/eglibc.xml"
     34    href="../../final-system/common/glibc.xml"
    3535    xpointer="xpointer(//*[@os='s2'])"/>
    3636
    3737    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    38     href="../common/eglibc.xml"
     38    href="../common/glibc.xml"
    3939    xpointer="xpointer(//*[@os='e'])"/>
    4040
    4141    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    42     href="../common/eglibc.xml"
     42    href="../common/glibc.xml"
    4343    xpointer="xpointer(//*[@os='f'])"/>
    4444
    4545    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    46     href="../common/eglibc.xml"
     46    href="../common/glibc.xml"
    4747    xpointer="xpointer(//*[@os='dd'])"/>
    4848
    4949    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    50     href="../common/eglibc.xml"
     50    href="../common/glibc.xml"
    5151    xpointer="xpointer(//*[@os='de'])"/>
    5252
    5353    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    54     href="../common/eglibc.xml"
     54    href="../common/glibc.xml"
    5555    xpointer="xpointer(//*[@os='g'])"/>
    5656
    5757<screen os="df"><userinput>BUILD_CC="gcc" CC="${CLFS_TARGET}-gcc ${BUILD32}" \
    5858    AR="${CLFS_TARGET}-ar" RANLIB="${CLFS_TARGET}-ranlib" \
    59     ../eglibc-&eglibc-version;/configure --prefix=/tools \
     59    ../glibc-&glibc-version;/configure --prefix=/tools \
    6060    --host=${CLFS_TARGET32} --build=${CLFS_HOST} \
    6161    --disable-profile --with-tls --enable-kernel=2.6.32 --with-__thread \
     
    6767
    6868      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    69       href="../common/eglibc.xml"
     69      href="../common/glibc.xml"
    7070      xpointer="xpointer(//*[@os='dg1'])"/>
    7171
     
    7373        <term><parameter>CC="${CLFS_TARGET}-gcc ${BUILD32}"</parameter></term>
    7474        <listitem>
    75           <para>Forces EGLIBC to utilize our target architecture GCC utilizing
     75          <para>Forces GLIBC to utilize our target architecture GCC utilizing
    7676          the 32 Bit flags.</para>
    7777        </listitem>
     
    7979
    8080      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    81       href="../common/eglibc.xml"
     81      href="../common/glibc.xml"
    8282      xpointer="xpointer(//*[@os='dg3'])"/>
    8383
    8484      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    85       href="../common/eglibc.xml"
     85      href="../common/glibc.xml"
    8686      xpointer="xpointer(//*[@os='dg4'])"/>
    8787
    8888      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    89       href="../common/eglibc.xml"
     89      href="../common/glibc.xml"
    9090      xpointer="xpointer(//*[@os='dg5'])"/>
    9191
    9292      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    93       href="../common/eglibc.xml"
     93      href="../common/glibc.xml"
    9494      xpointer="xpointer(//*[@os='dg6'])"/>
    9595
    9696      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    97       href="../common/eglibc.xml"
     97      href="../common/glibc.xml"
    9898      xpointer="xpointer(//*[@os='dg7'])"/>
    9999
    100100      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    101       href="../common/eglibc.xml"
     101      href="../common/glibc.xml"
    102102      xpointer="xpointer(//*[@os='dg8'])"/>
    103103
    104104      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    105       href="../common/eglibc.xml"
     105      href="../common/glibc.xml"
    106106      xpointer="xpointer(//*[@os='dg9'])"/>
    107107
    108108      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    109       href="../common/eglibc.xml"
     109      href="../common/glibc.xml"
    110110      xpointer="xpointer(//*[@os='dg10'])"/>
    111111
     
    113113
    114114    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    115     href="../common/eglibc.xml"
     115    href="../common/glibc.xml"
    116116    xpointer="xpointer(//*[@os='dh'])"/>
    117117
    118118    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    119     href="../common/eglibc.xml"
     119    href="../common/glibc.xml"
    120120    xpointer="xpointer(//*[@os='di'])"/>
    121121
    122122    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    123     href="../common/eglibc.xml"
     123    href="../common/glibc.xml"
    124124    xpointer="xpointer(//*[@os='dj'])"/>
    125125
    126126    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    127     href="../common/eglibc.xml"
     127    href="../common/glibc.xml"
    128128    xpointer="xpointer(//*[@os='dk'])"/>
    129129
    130130    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    131     href="../common/eglibc.xml"
     131    href="../common/glibc.xml"
    132132    xpointer="xpointer(//*[@os='dl'])"/>
    133133
    134134    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    135     href="../common/eglibc.xml"
     135    href="../common/glibc.xml"
    136136    xpointer="xpointer(//*[@os='dm'])"/>
    137137
    138138    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    139     href="../common/eglibc.xml"
     139    href="../common/glibc.xml"
    140140    xpointer="xpointer(//*[@os='dn'])"/>
    141141
     
    146146
    147147    <para>Details on this package are located in <xref
    148     linkend="contents-eglibc" role="."/></para>
     148    linkend="contents-glibc" role="."/></para>
    149149
    150150  </sect2>
  • BOOK/cross-tools/x86-chapter.xml

    r88ef769 r03e6a40  
    2727  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/binutils-32.xml"/>
    2828  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/gcc-static.xml"/>
    29   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x86/eglibc.xml"/>
     29  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x86/glibc.xml"/>
    3030  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/gcc-final.xml"/>
    3131
  • BOOK/cross-tools/x86/glibc.xml

    r88ef769 r03e6a40  
    66]>
    77
    8 <sect1 id="ch-cross-tools-eglibc" role="wrap">
    9   <?dbhtml filename="eglibc.html"?>
     8<sect1 id="ch-cross-tools-glibc" role="wrap">
     9  <?dbhtml filename="glibc.html"?>
    1010
    11   <title>EGLIBC-&eglibc-version;</title>
     11  <title>GLIBC-&glibc-version;</title>
    1212
    13   <indexterm zone="ch-cross-tools-eglibc">
    14     <primary sortas="a-EGLIBC">EGLIBC</primary>
     13  <indexterm zone="ch-cross-tools-glibc">
     14    <primary sortas="a-GLIBC">GLIBC</primary>
    1515    <secondary>cross tools</secondary>
    1616  </indexterm>
    1717
    1818  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    19   href="../../final-system/common/eglibc.xml"
     19  href="../../final-system/common/glibc.xml"
    2020  xpointer="xpointer(//*[@role='package'])"/>
    2121
    2222  <sect2 role="installation">
    23     <title>Installation of EGLIBC</title>
     23    <title>Installation of GLIBC</title>
    2424
    2525    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    26     href="../common/eglibc.xml"
     26    href="../common/glibc.xml"
    2727    xpointer="xpointer(//*[@os='da'])"/>
    2828
    2929    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    30     href="../../final-system/common/eglibc.xml"
     30    href="../../final-system/common/glibc.xml"
    3131    xpointer="xpointer(//*[@os='s1'])"/>
    3232
    3333    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    34     href="../../final-system/common/eglibc.xml"
     34    href="../../final-system/common/glibc.xml"
    3535    xpointer="xpointer(//*[@os='s2'])"/>
    3636
    3737    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    38     href="../common/eglibc.xml"
     38    href="../common/glibc.xml"
    3939    xpointer="xpointer(//*[@os='e'])"/>
    4040
    4141    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    42     href="../common/eglibc.xml"
     42    href="../common/glibc.xml"
    4343    xpointer="xpointer(//*[@os='f'])"/>
    4444
    4545    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    46     href="../common/eglibc.xml"
     46    href="../common/glibc.xml"
    4747    xpointer="xpointer(//*[@os='dd'])"/>
    4848
    4949    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    50     href="../common/eglibc.xml"
     50    href="../common/glibc.xml"
    5151    xpointer="xpointer(//*[@os='de'])"/>
    5252
    5353    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    54     href="../../final-system/common/eglibc.xml"
     54    href="../../final-system/common/glibc.xml"
    5555    xpointer="xpointer(//*[@os='g'])"/>
    5656
     
    5858    AR="${CLFS_TARGET}-ar" RANLIB="${CLFS_TARGET}-ranlib" \
    5959    CFLAGS="-march=$(cut -d- -f1 &lt;&lt;&lt; $CLFS_TARGET) -O2" \
    60     ../eglibc-&eglibc-version;/configure --prefix=/tools \
     60    ../glibc-&glibc-version;/configure --prefix=/tools \
    6161    --host=${CLFS_TARGET} --build=${CLFS_HOST} \
    6262    --disable-profile --with-tls --enable-kernel=2.6.32 --with-__thread \
     
    6868
    6969      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    70       href="../common/eglibc.xml"
     70      href="../common/glibc.xml"
    7171      xpointer="xpointer(//*[@os='dg1'])"/>
    7272
    7373      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    74       href="../common/eglibc.xml"
     74      href="../common/glibc.xml"
    7575      xpointer="xpointer(//*[@os='dg2'])"/>
    7676
    7777      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    78       href="../common/eglibc.xml"
     78      href="../common/glibc.xml"
    7979      xpointer="xpointer(//*[@os='dg3'])"/>
    8080
    8181      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    82       href="../common/eglibc.xml"
     82      href="../common/glibc.xml"
    8383      xpointer="xpointer(//*[@os='dg4'])"/>
    8484
     
    8787        $CLFS_TARGET)" -O2</parameter></term>
    8888        <listitem>
    89           <para>Forces EGLIBC to optimize for our target system.</para>
     89          <para>Forces GLIBC to optimize for our target system.</para>
    9090        </listitem>
    9191      </varlistentry>
    9292
    9393      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    94       href="../common/eglibc.xml"
     94      href="../common/glibc.xml"
    9595      xpointer="xpointer(//*[@os='dg5'])"/>
    9696
    9797      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    98       href="../common/eglibc.xml"
     98      href="../common/glibc.xml"
    9999      xpointer="xpointer(//*[@os='dg6'])"/>
    100100
    101101      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    102       href="../common/eglibc.xml"
     102      href="../common/glibc.xml"
    103103      xpointer="xpointer(//*[@os='dg7'])"/>
    104104
    105105      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    106       href="../common/eglibc.xml"
     106      href="../common/glibc.xml"
    107107      xpointer="xpointer(//*[@os='dg8'])"/>
    108108
    109109      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    110       href="../common/eglibc.xml"
     110      href="../common/glibc.xml"
    111111      xpointer="xpointer(//*[@os='dg9'])"/>
    112112
    113113      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    114       href="../common/eglibc.xml"
     114      href="../common/glibc.xml"
    115115      xpointer="xpointer(//*[@os='dg10'])"/>
    116116
    117117      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    118       href="../common/eglibc.xml"
     118      href="../common/glibc.xml"
    119119      xpointer="xpointer(//*[@os='dg11'])"/>
     120
     121      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     122      href="../common/glibc.xml"
     123      xpointer="xpointer(//*[@os='dg12'])"/>
    120124
    121125    </variablelist>
    122126
    123127    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    124     href="../common/eglibc.xml"
     128    href="../common/glibc.xml"
    125129    xpointer="xpointer(//*[@os='dh'])"/>
    126130
    127131    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    128     href="../common/eglibc.xml"
     132    href="../common/glibc.xml"
    129133    xpointer="xpointer(//*[@os='di'])"/>
    130134
    131135    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    132     href="../common/eglibc.xml"
     136    href="../common/glibc.xml"
    133137    xpointer="xpointer(//*[@os='dj'])"/>
    134138
    135139    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    136     href="../common/eglibc.xml"
     140    href="../common/glibc.xml"
    137141    xpointer="xpointer(//*[@os='dk'])"/>
    138142
    139143    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    140     href="../common/eglibc.xml"
     144    href="../common/glibc.xml"
    141145    xpointer="xpointer(//*[@os='dl'])"/>
    142146
    143147    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    144     href="../common/eglibc.xml"
     148    href="../common/glibc.xml"
    145149    xpointer="xpointer(//*[@os='dm'])"/>
    146150
    147151    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    148     href="../common/eglibc.xml"
     152    href="../common/glibc.xml"
    149153    xpointer="xpointer(//*[@os='dn'])"/>
    150154
     
    155159
    156160    <para>Details on this package are located in <xref
    157     linkend="contents-eglibc" role="."/></para>
     161    linkend="contents-glibc" role="."/></para>
    158162
    159163  </sect2>
  • BOOK/cross-tools/x86_64-64-chapter.xml

    r88ef769 r03e6a40  
    2828  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="common/binutils.xml"/>
    2929  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="64/gcc-static.xml"/>
    30   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x86_64-64/eglibc.xml"/>
     30  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x86_64-64/glibc.xml"/>
    3131  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="64/gcc-final.xml"/>
    3232
  • BOOK/cross-tools/x86_64-64/glibc.xml

    r88ef769 r03e6a40  
    66]>
    77
    8 <sect1 id="ch-cross-tools-eglibc" role="wrap">
    9   <?dbhtml filename="eglibc.html"?>
     8<sect1 id="ch-cross-tools-glibc" role="wrap">
     9  <?dbhtml filename="glibc.html"?>
    1010
    11   <title>EGLIBC-&eglibc-version;</title>
     11  <title>GLIBC-&glibc-version;</title>
    1212
    13   <indexterm zone="ch-cross-tools-eglibc">
    14     <primary sortas="a-EGLIBC">EGLIBC</primary>
     13  <indexterm zone="ch-cross-tools-glibc">
     14    <primary sortas="a-GLIBC">GLIBC</primary>
    1515    <secondary>cross tools</secondary>
    1616  </indexterm>
    1717
    1818  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    19   href="../../final-system/common/eglibc.xml"
     19  href="../../final-system/common/glibc.xml"
    2020  xpointer="xpointer(//*[@role='package'])"/>
    2121
    2222  <sect2 role="installation">
    23     <title>Installation of EGLIBC</title>
     23    <title>Installation of GLIBC</title>
    2424
    2525    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    26     href="../common/eglibc.xml"
     26    href="../common/glibc.xml"
    2727    xpointer="xpointer(//*[@os='da'])"/>
    2828
    2929    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    30     href="../../final-system/common/eglibc.xml"
     30    href="../../final-system/common/glibc.xml"
    3131    xpointer="xpointer(//*[@os='s1'])"/>
    3232
    3333    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    34     href="../../final-system/common/eglibc.xml"
     34    href="../../final-system/common/glibc.xml"
    3535    xpointer="xpointer(//*[@os='s2'])"/>
    3636
    3737    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    38     href="../common/eglibc.xml"
     38    href="../common/glibc.xml"
    3939    xpointer="xpointer(//*[@os='e'])"/>
    4040
    4141    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    42     href="../common/eglibc.xml"
     42    href="../common/glibc.xml"
    4343    xpointer="xpointer(//*[@os='f'])"/>
    4444
    4545    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    46     href="../common/eglibc.xml"
     46    href="../common/glibc.xml"
    4747    xpointer="xpointer(//*[@os='dd'])"/>
    4848
    4949    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    50     href="../common/eglibc.xml"
     50    href="../common/glibc.xml"
    5151    xpointer="xpointer(//*[@os='de'])"/>
    5252
    5353    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    54     href="../common/eglibc.xml"
     54    href="../common/glibc.xml"
    5555    xpointer="xpointer(//*[@os='g'])"/>
    5656
    5757    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    58     href="../64/eglibc.xml"
     58    href="../64/glibc.xml"
    5959    xpointer="xpointer(//*[@os='df'])"/>
    6060
     
    6363
    6464      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    65       href="../common/eglibc.xml"
     65      href="../common/glibc.xml"
    6666      xpointer="xpointer(//*[@os='dg1'])"/>
    6767
    6868      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    69       href="../multilib/eglibc-64bit.xml"
     69      href="../multilib/glibc-64bit.xml"
    7070      xpointer="xpointer(//*[@os='fa1'])"/>
    7171
    7272      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    73       href="../common/eglibc.xml"
     73      href="../common/glibc.xml"
    7474      xpointer="xpointer(//*[@os='dg3'])"/>
    7575
    7676      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    77       href="../common/eglibc.xml"
     77      href="../common/glibc.xml"
    7878      xpointer="xpointer(//*[@os='dg4'])"/>
    7979
    8080      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    81       href="../common/eglibc.xml"
     81      href="../common/glibc.xml"
    8282      xpointer="xpointer(//*[@os='dg5'])"/>
    8383
    8484      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    85       href="../common/eglibc.xml"
     85      href="../common/glibc.xml"
    8686      xpointer="xpointer(//*[@os='dg6'])"/>
    8787
    8888      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    89       href="../common/eglibc.xml"
     89      href="../common/glibc.xml"
    9090      xpointer="xpointer(//*[@os='dg7'])"/>
    9191
    9292      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    93       href="../common/eglibc.xml"
     93      href="../common/glibc.xml"
    9494      xpointer="xpointer(//*[@os='dg8'])"/>
    9595
    9696      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    97       href="../common/eglibc.xml"
     97      href="../common/glibc.xml"
    9898      xpointer="xpointer(//*[@os='dg9'])"/>
    9999
    100100      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    101       href="../common/eglibc.xml"
     101      href="../common/glibc.xml"
    102102      xpointer="xpointer(//*[@os='dg10'])"/>
    103103
    104104      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    105       href="../common/eglibc.xml"
     105      href="../common/glibc.xml"
    106106      xpointer="xpointer(//*[@os='dg11'])"/>
     107
     108      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     109      href="../common/glibc.xml"
     110      xpointer="xpointer(//*[@os='dg12'])"/>
    107111
    108112    </variablelist>
    109113
    110114    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    111     href="../common/eglibc.xml"
     115    href="../common/glibc.xml"
    112116    xpointer="xpointer(//*[@os='dh'])"/>
    113117
    114118    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    115     href="../common/eglibc.xml"
     119    href="../common/glibc.xml"
    116120    xpointer="xpointer(//*[@os='di'])"/>
    117121
    118122    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    119     href="../common/eglibc.xml"
     123    href="../common/glibc.xml"
    120124    xpointer="xpointer(//*[@os='dj'])"/>
    121125
    122126    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    123     href="../common/eglibc.xml"
     127    href="../common/glibc.xml"
    124128    xpointer="xpointer(//*[@os='dk'])"/>
    125129
    126130    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    127     href="../common/eglibc.xml"
     131    href="../common/glibc.xml"
    128132    xpointer="xpointer(//*[@os='dl'])"/>
    129133
    130134    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    131     href="../common/eglibc.xml"
     135    href="../common/glibc.xml"
    132136    xpointer="xpointer(//*[@os='dm'])"/>
    133137
    134138    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    135     href="../common/eglibc.xml"
     139    href="../common/glibc.xml"
    136140    xpointer="xpointer(//*[@os='dn'])"/>
    137 
    138     <para os="do">The stubs.h header installed by eglibc looks for stubs-32.h
    139     and stubs-64.h. This configuration of eglibc only generates stubs-64.h. Fix
    140     this with the following:</para>
    141 
    142     <screen os="dp"><userinput>mv -v /tools/include/gnu/stubs{-64,}.h</userinput></screen>
    143141
    144142  </sect2>
     
    148146
    149147    <para>Details on this package are located in <xref
    150     linkend="contents-eglibc" role="."/></para>
     148    linkend="contents-glibc" role="."/></para>
    151149
    152150  </sect2>
  • BOOK/cross-tools/x86_64-chapter.xml

    r88ef769 r03e6a40  
    2828  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/binutils.xml"/>
    2929  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/gcc-static.xml"/>
    30   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x86_64/eglibc.xml"/>
    31   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/eglibc-64bit.xml"/>
     30  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x86_64/glibc.xml"/>
     31  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/glibc-64bit.xml"/>
    3232  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib/gcc-final.xml"/>
    3333
  • BOOK/cross-tools/x86_64/glibc.xml

    r88ef769 r03e6a40  
    66]>
    77
    8 <sect1 id="ch-cross-tools-eglibc" role="wrap">
    9   <?dbhtml filename="eglibc.html"?>
     8<sect1 id="ch-cross-tools-glibc" role="wrap">
     9  <?dbhtml filename="glibc.html"?>
    1010
    11   <title>EGLIBC-&eglibc-version; 32 Bit</title>
     11  <title>GLIBC-&glibc-version; 32 Bit</title>
    1212
    13   <indexterm zone="ch-cross-tools-eglibc">
    14     <primary sortas="a-EGLIBC">EGLIBC</primary>
     13  <indexterm zone="ch-cross-tools-glibc">
     14    <primary sortas="a-GLIBC">GLIBC</primary>
    1515    <secondary>cross tools, 32 Bit</secondary>
    1616  </indexterm>
    1717
    1818  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    19   href="../../final-system/common/eglibc.xml"
     19  href="../../final-system/common/glibc.xml"
    2020  xpointer="xpointer(//*[@role='package'])"/>
    2121
    2222  <sect2 role="installation">
    23     <title>Installation of EGLIBC</title>
     23    <title>Installation of GLIBC</title>
    2424
    2525    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    26     href="../common/eglibc.xml"
     26    href="../common/glibc.xml"
    2727    xpointer="xpointer(//*[@os='da'])"/>
    2828
    2929    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    30     href="../../final-system/common/eglibc.xml"
     30    href="../../final-system/common/glibc.xml"
    3131    xpointer="xpointer(//*[@os='s1'])"/>
    3232
    3333    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    34     href="../../final-system/common/eglibc.xml"
     34    href="../../final-system/common/glibc.xml"
    3535    xpointer="xpointer(//*[@os='s2'])"/>
    3636
    3737    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    38     href="../common/eglibc.xml"
     38    href="../common/glibc.xml"
    3939    xpointer="xpointer(//*[@os='e'])"/>
    4040
    4141    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    42     href="../common/eglibc.xml"
     42    href="../common/glibc.xml"
    4343    xpointer="xpointer(//*[@os='f'])"/>
    4444
    4545    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    46     href="../common/eglibc.xml"
     46    href="../common/glibc.xml"
    4747    xpointer="xpointer(//*[@os='dd'])"/>
    4848
    4949    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    50     href="../common/eglibc.xml"
     50    href="../common/glibc.xml"
    5151    xpointer="xpointer(//*[@os='de'])"/>
    5252
    5353    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    54     href="../common/eglibc.xml"
     54    href="../common/glibc.xml"
    5555    xpointer="xpointer(//*[@os='g'])"/>
    5656
     
    5858    AR="${CLFS_TARGET}-ar" RANLIB="${CLFS_TARGET}-ranlib" \
    5959    CFLAGS="-march=$(cut -d- -f1 &lt;&lt;&lt; $CLFS_TARGET32) -O2" \
    60     ../eglibc-&eglibc-version;/configure --prefix=/tools \
     60    ../glibc-&glibc-version;/configure --prefix=/tools \
    6161    --host=${CLFS_TARGET32} --build=${CLFS_HOST} \
    6262    --disable-profile --with-tls --enable-kernel=2.6.32 --with-__thread \
     
    6868
    6969      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    70       href="../common/eglibc.xml"
     70      href="../common/glibc.xml"
    7171      xpointer="xpointer(//*[@os='dg1'])"/>
    7272
    7373      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    74       href="../multilib/eglibc.xml"
     74      href="../multilib/glibc.xml"
    7575      xpointer="xpointer(//*[@os='ea1'])"/>
    7676
    7777      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    78       href="../common/eglibc.xml"
     78      href="../common/glibc.xml"
    7979      xpointer="xpointer(//*[@os='dg3'])"/>
    8080
    8181      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    82       href="../common/eglibc.xml"
     82      href="../common/glibc.xml"
    8383      xpointer="xpointer(//*[@os='dg4'])"/>
    8484
     
    8787        $CLFS_TARGET32) -O2"</parameter></term>
    8888        <listitem>
    89           <para>Forces EGLIBC to optimize for our target system.</para>
     89          <para>Forces GLIBC to optimize for our target system.</para>
    9090        </listitem>
    9191      </varlistentry>
    9292
    9393      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    94       href="../common/eglibc.xml"
     94      href="../common/glibc.xml"
    9595      xpointer="xpointer(//*[@os='dg5'])"/>
    9696
    9797      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    98       href="../common/eglibc.xml"
     98      href="../common/glibc.xml"
    9999      xpointer="xpointer(//*[@os='dg6'])"/>
    100100
    101101      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    102       href="../common/eglibc.xml"
     102      href="../common/glibc.xml"
    103103      xpointer="xpointer(//*[@os='dg7'])"/>
    104104
    105105      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    106       href="../common/eglibc.xml"
     106      href="../common/glibc.xml"
    107107      xpointer="xpointer(//*[@os='dg8'])"/>
    108108
    109109      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    110       href="../common/eglibc.xml"
     110      href="../common/glibc.xml"
    111111      xpointer="xpointer(//*[@os='dg9'])"/>
    112112
    113113      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    114       href="../common/eglibc.xml"
     114      href="../common/glibc.xml"
    115115      xpointer="xpointer(//*[@os='dg10'])"/>
    116116
    117117      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    118       href="../common/eglibc.xml"
     118      href="../common/glibc.xml"
    119119      xpointer="xpointer(//*[@os='dg11'])"/>
     120
     121      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     122      href="../common/glibc.xml"
     123      xpointer="xpointer(//*[@os='dg12'])"/>
    120124
    121125    </variablelist>
    122126
    123127    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    124     href="../common/eglibc.xml"
     128    href="../common/glibc.xml"
    125129    xpointer="xpointer(//*[@os='dh'])"/>
    126130
    127131    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    128     href="../common/eglibc.xml"
     132    href="../common/glibc.xml"
    129133    xpointer="xpointer(//*[@os='di'])"/>
    130134
    131135    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    132     href="../common/eglibc.xml"
     136    href="../common/glibc.xml"
    133137    xpointer="xpointer(//*[@os='dj'])"/>
    134138
    135139    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    136     href="../common/eglibc.xml"
     140    href="../common/glibc.xml"
    137141    xpointer="xpointer(//*[@os='dk'])"/>
    138142
    139143    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    140     href="../common/eglibc.xml"
     144    href="../common/glibc.xml"
    141145    xpointer="xpointer(//*[@os='dl'])"/>
    142146
    143147    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    144     href="../common/eglibc.xml"
     148    href="../common/glibc.xml"
    145149    xpointer="xpointer(//*[@os='dm'])"/>
    146150
    147151    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    148     href="../common/eglibc.xml"
     152    href="../common/glibc.xml"
    149153    xpointer="xpointer(//*[@os='dn'])"/>
    150154
     
    155159
    156160    <para>Details on this package are located in <xref
    157     linkend="contents-eglibc" role="."/></para>
     161    linkend="contents-glibc" role="."/></para>
    158162
    159163  </sect2>
Note: See TracChangeset for help on using the changeset viewer.