Ignore:
Timestamp:
Feb 18, 2014, 6:10:37 AM (10 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.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/mips64/glibc-n32.xml

    rbf75f20 rcbbd1e4  
    66]>
    77
    8 <sect1 id="ch-system-eglibc-n32" role="wrap">
    9   <?dbhtml filename="eglibc-n32.html"?>
     8<sect1 id="ch-system-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-system-eglibc-n32">
    14     <primary sortas="a-EGLIBC">EGLIBC</primary>
     13  <indexterm zone="ch-system-glibc-n32">
     14    <primary sortas="a-GLIBC">GLIBC</primary>
    1515  </indexterm>
    1616
    1717  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    18   href="eglibc.xml"
     18  href="glibc.xml"
    1919  xpointer="xpointer(//*[@role='package'])"/>
    2020
    2121  <sect2 role="installation">
    22     <title>Installation of EGLIBC</title>
     22    <title>Installation of GLIBC</title>
    2323
    2424    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    25     href="../common/eglibc.xml"
     25    href="../common/glibc.xml"
    2626    xpointer="xpointer(//*[@os='l1'])"/>
    2727
    2828    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    29     href="../common/eglibc.xml"
     29    href="../common/glibc.xml"
    3030    xpointer="xpointer(//*[@os='l2'])"/>
    3131
    3232    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    33     href="../common/eglibc.xml"
     33    href="../common/glibc.xml"
    3434    xpointer="xpointer(//*[@os='l3'])"/>
    3535
     
    4040
    4141    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    42     href="eglibc.xml"
     42    href="glibc.xml"
    4343    xpointer="xpointer(//*[@os='b'])"/>
    4444
    4545    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    46     href="eglibc-64bit.xml"
     46    href="glibc-64bit.xml"
    4747    xpointer="xpointer(//*[@os='m3'])"/>
    4848
    4949    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    50     href="eglibc-64bit.xml"
     50    href="glibc-64bit.xml"
    5151    xpointer="xpointer(//*[@os='m4'])"/>
    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='s1'])"/>
    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='s2'])"/>
    6060
    6161    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    62     href="eglibc.xml"
     62    href="glibc.xml"
    6363    xpointer="xpointer(//*[@os='e'])"/>
    6464
    6565    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    66     href="eglibc.xml"
     66    href="glibc.xml"
    6767    xpointer="xpointer(//*[@os='f'])"/>
    6868
    69     <para os="m1">Tell EGLIBC to install its 32-bit libraries into
     69    <para os="m1">Tell GLIBC to install its 32-bit libraries into
    7070    <filename class="directory">/lib32</filename>:</para>
    7171
     
    7373
    7474    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    75     href="eglibc.xml"
     75    href="glibc.xml"
    7676    xpointer="xpointer(//*[@os='g'])"/>
    7777
    7878<screen os="h"><userinput>CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" \
    79     ../eglibc-&eglibc-version;/configure --prefix=/usr \
     79    ../glibc-&glibc-version;/configure --prefix=/usr \
    8080    --disable-profile --enable-kernel=2.6.32 \
    81     --libexecdir=/usr/lib32/eglibc --libdir=/usr/lib32 \
     81    --libexecdir=/usr/lib32/glibc --libdir=/usr/lib32 \
    8282    --enable-obsolete-rpc</userinput></screen>
    8383
     
    8686
    8787      <varlistentry>
    88         <term><parameter>--libexecdir=/usr/lib32/eglibc</parameter></term>
     88        <term><parameter>--libexecdir=/usr/lib32/glibc</parameter></term>
    8989        <listitem>
    9090          <para>This changes the location of the <command>getconf</command>
    9191          program from its default of <filename
    9292          class="directory">/usr/libexec</filename> to <filename
    93           class="directory">/usr/lib32/eglibc</filename>.</para>
     93          class="directory">/usr/lib32/glibc</filename>.</para>
    9494        </listitem>
    9595      </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='j'])"/>
    101101
    102102    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    103     href="eglibc.xml"
     103    href="glibc.xml"
    104104    xpointer="xpointer(//*[@os='k'])"/>
    105105
    106106    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    107     href="eglibc.xml"
     107    href="glibc.xml"
    108108    xpointer="xpointer(//*[@os='l'])"/>
    109109
    110110    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    111     href="eglibc.xml"
     111    href="glibc.xml"
    112112    xpointer="xpointer(//*[@os='m'])"/>
    113113
    114114    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    115     href="../multilib/eglibc-64bit.xml"
     115    href="../multilib/glibc-64bit.xml"
    116116    xpointer="xpointer(//*[@os='n'])"/>
    117117
    118118    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    119     href="../multilib/eglibc-64bit.xml"
     119    href="../multilib/glibc-64bit.xml"
    120120    xpointer="xpointer(//*[@os='o'])"/>
    121121
    122122    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    123     href="../multilib/eglibc-64bit.xml"
     123    href="../multilib/glibc-64bit.xml"
    124124    xpointer="xpointer(//*[@os='p'])"/>
    125125
    126126    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    127     href="eglibc.xml"
     127    href="glibc.xml"
    128128    xpointer="xpointer(//*[@os='s'])"/>
    129129
    130130    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    131     href="eglibc.xml"
     131    href="glibc.xml"
    132132    xpointer="xpointer(//*[@os='t'])"/>
    133133
     
    138138
    139139    <para>Details on this package are located in <xref
    140     linkend="contents-eglibc" role="."/></para>
     140    linkend="contents-glibc" role="."/></para>
    141141
    142142  </sect2>
Note: See TracChangeset for help on using the changeset viewer.