Ignore:
Timestamp:
Feb 18, 2014, 6:10:37 AM (11 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
3b7a1ef
Parents:
bf75f20
Message:

Migrating EGLIBC to GLIBC since EGLIBC is end of life at 2_19 branch. Mailing list suggests using Glibc unless strict need of use from eglibc 2_19 branch. Trunk is frozen. Rename all EGLIBC and Eglibc and eglibc text to GLIBC Glibc and glibc.

Location:
BOOK/cross-tools/alpha
Files:
2 moved

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/alpha/glibc-headers.xml

    rbf75f20 rcbbd1e4  
    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

    rbf75f20 rcbbd1e4  
    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="../../final-system/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="../common/glibc.xml"
    5959    xpointer="xpointer(//*[@os='df'])"/>
    6060
    6161    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    62     href="../64/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>
Note: See TracChangeset for help on using the changeset viewer.