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/ppc64/glibc-64bit.xml

    rbf75f20 rcbbd1e4  
    66]>
    77
    8 <sect1 id="ch-system-eglibc" role="wrap">
    9   <?dbhtml filename="eglibc-64bit.html"?>
     8<sect1 id="ch-system-glibc" role="wrap">
     9  <?dbhtml filename="glibc-64bit.html"?>
    1010
    11   <title>EGLIBC-&eglibc-version; 64-Bit</title>
     11  <title>GLIBC-&glibc-version; 64-Bit</title>
    1212
    13   <indexterm zone="ch-system-eglibc">
    14     <primary sortas="a-EGLIBC">EGLIBC</primary>
     13  <indexterm zone="ch-system-glibc">
     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
    3636    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    37     href="../multilib/eglibc-64bit.xml"
     37    href="../multilib/glibc-64bit.xml"
    3838    xpointer="xpointer(//*[@os='l4'])"/>
    3939
    4040    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    41     href="eglibc.xml"
     41    href="glibc.xml"
    4242    xpointer="xpointer(//*[@os='b'])"/>
    4343
    4444    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    45     href="../common/eglibc.xml"
     45    href="../common/glibc.xml"
    4646    xpointer="xpointer(//*[@os='s1'])"/>
    4747
    4848    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    49     href="../common/eglibc.xml"
     49    href="../common/glibc.xml"
    5050    xpointer="xpointer(//*[@os='s2'])"/>
    5151
    5252    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    53     href="eglibc.xml"
     53    href="glibc.xml"
    5454    xpointer="xpointer(//*[@os='e'])"/>
    5555
    5656    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    57     href="eglibc.xml"
     57    href="glibc.xml"
    5858    xpointer="xpointer(//*[@os='f'])"/>
    5959
    60     <para os="m1">Tell EGLIBC to install its 64-bit libraries into
     60    <para os="m1">Tell GLIBC to install its 64-bit libraries into
    6161    <filename class="directory">/lib64</filename>:</para>
    6262
     
    6464
    6565    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    66     href="eglibc.xml"
     66    href="glibc.xml"
    6767    xpointer="xpointer(//*[@os='g'])"/>
    6868
    6969<screen os="h"><userinput>CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \
    70     ../eglibc-&eglibc-version;/configure --prefix=/usr \
     70    ../glibc-&glibc-version;/configure --prefix=/usr \
    7171    --disable-profile --enable-kernel=2.6.32 \
    72     --libexecdir=/usr/lib64/eglibc --libdir=/usr/lib64 \
     72    --libexecdir=/usr/lib64/glibc --libdir=/usr/lib64 \
    7373    --enable-obsolete-rpc</userinput></screen>
    7474
     
    7777
    7878      <varlistentry>
    79         <term><parameter>--libexecdir=/usr/lib64/eglibc</parameter></term>
     79        <term><parameter>--libexecdir=/usr/lib64/glibc</parameter></term>
    8080        <listitem>
    8181          <para>This changes the location of the <command>getconf</command>
    8282          utility from its default of <filename
    8383          class="directory">/usr/libexec</filename> to <filename
    84           class="directory">/usr/lib64/eglibc</filename>.</para>
     84          class="directory">/usr/lib64/glibc</filename>.</para>
    8585        </listitem>
    8686      </varlistentry>
     
    8888
    8989    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    90     href="eglibc.xml"
     90    href="glibc.xml"
    9191    xpointer="xpointer(//*[@os='j'])"/>
    9292
    9393    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    94     href="eglibc.xml"
     94    href="glibc.xml"
    9595    xpointer="xpointer(//*[@os='k'])"/>
    9696
    9797    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    98     href="eglibc.xml"
     98    href="glibc.xml"
    9999    xpointer="xpointer(//*[@os='l'])"/>
    100100
    101101    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    102     href="eglibc.xml"
     102    href="glibc.xml"
    103103    xpointer="xpointer(//*[@os='m'])"/>
    104104
    105105    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    106     href="eglibc.xml"
     106    href="glibc.xml"
    107107    xpointer="xpointer(//*[@os='n'])"/>
    108108
    109109    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    110     href="eglibc.xml"
     110    href="glibc.xml"
    111111    xpointer="xpointer(//*[@os='o'])"/>
    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='p'])"/>
    116116
    117117    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    118     href="eglibc.xml"
     118    href="glibc.xml"
    119119    xpointer="xpointer(//*[@os='s'])"/>
    120120
    121121    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    122     href="eglibc.xml"
     122    href="glibc.xml"
    123123    xpointer="xpointer(//*[@os='t'])"/>
    124124
     
    126126
    127127  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    128   href="../common/eglibc.xml"
    129   xpointer="xpointer(id('i18n-eglibc'))"/>
     128  href="../common/glibc.xml"
     129  xpointer="xpointer(id('i18n-glibc'))"/>
    130130
    131131  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    132   href="../common/eglibc.xml"
    133   xpointer="xpointer(id('conf-eglibc'))"/>
     132  href="../common/glibc.xml"
     133  xpointer="xpointer(id('conf-glibc'))"/>
    134134
    135135  <sect2 id="conf-ld" role="configuration">
     
    160160
    161161    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    162     href="../multilib/eglibc-64bit.xml"
     162    href="../multilib/glibc-64bit.xml"
    163163    xpointer="xpointer(//*[@os='ld-b'])"/>
    164164
    165165    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    166     href="../multilib/eglibc-64bit.xml"
     166    href="../multilib/glibc-64bit.xml"
    167167    xpointer="xpointer(//*[@os='ld-c'])"/>
    168168
     
    170170
    171171  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    172   href="../common/eglibc.xml"
    173   xpointer="xpointer(id('contents-eglibc'))"/>
     172  href="../common/glibc.xml"
     173  xpointer="xpointer(id('contents-glibc'))"/>
    174174
    175175</sect1>
Note: See TracChangeset for help on using the changeset viewer.