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.

Location:
BOOK/final-system/ppc64
Files:
2 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>
  • BOOK/final-system/ppc64/glibc.xml

    rbf75f20 rcbbd1e4  
    66]>
    77
    8 <sect1 id="ch-system-eglibc-32" role="wrap">
    9   <?dbhtml filename="eglibc.html"?>
     8<sect1 id="ch-system-glibc-32" role="wrap">
     9  <?dbhtml filename="glibc.html"?>
    1010
    11   <title>EGLIBC-&eglibc-version; 32 Bit Libraries</title>
     11  <title>GLIBC-&glibc-version; 32 Bit Libraries</title>
    1212
    13   <indexterm zone="ch-system-eglibc-32">
    14     <primary sortas="a-EGLIBC">EGLIBC</primary>
     13  <indexterm zone="ch-system-glibc-32">
     14    <primary sortas="a-GLIBC">GLIBC</primary>
    1515    <secondary>32 Bit</secondary>
    1616  </indexterm>
    1717
    1818  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    19   href="../common/eglibc.xml"
     19  href="../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='z'])"/>
    2828
    2929    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    30     href="../common/eglibc.xml"
     30    href="../common/glibc.xml"
    3131    xpointer="xpointer(//*[@os='l1'])"/>
    3232
    3333    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    34     href="../common/eglibc.xml"
     34    href="../common/glibc.xml"
    3535    xpointer="xpointer(//*[@os='l2'])"/>
    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='l3'])"/>
    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='l4'])"/>
    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='b'])"/>
    4848
     
    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='s1'])"/>
    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='s2'])"/>
    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='e'])"/>
    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='f'])"/>
    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='g'])"/>
    8484
    8585<screen os="h"><userinput>CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \
    86     ../eglibc-&eglibc-version;/configure --prefix=/usr \
     86    ../glibc-&glibc-version;/configure --prefix=/usr \
    8787    --disable-profile --enable-kernel=2.6.32 \
    88     --libexecdir=/usr/lib/eglibc --host=${CLFS_TARGET32} \
     88    --libexecdir=/usr/lib/glibc --host=${CLFS_TARGET32} \
    8989    --enable-obsolete-rpc</userinput></screen>
    9090
    9191    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    92     href="../common/eglibc.xml"
     92    href="../common/glibc.xml"
    9393    xpointer="xpointer(//*[@os='i'])"/>
    9494
    9595    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    96     href="../common/eglibc.xml"
     96    href="../common/glibc.xml"
    9797    xpointer="xpointer(//*[@os='j'])"/>
    9898
    9999    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    100     href="../common/eglibc.xml"
     100    href="../common/glibc.xml"
    101101    xpointer="xpointer(//*[@os='k'])"/>
    102102
    103103    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    104     href="../common/eglibc.xml"
     104    href="../common/glibc.xml"
    105105    xpointer="xpointer(//*[@os='l'])"/>
    106106
    107107    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    108     href="../multilib/eglibc.xml"
     108    href="../multilib/glibc.xml"
    109109    xpointer="xpointer(//*[@os='l1b'])"/>
    110110
    111111    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    112     href="../multilib/eglibc.xml"
     112    href="../multilib/glibc.xml"
    113113    xpointer="xpointer(//*[@os='l2b'])"/>
    114114
    115115    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    116     href="../common/eglibc.xml"
     116    href="../common/glibc.xml"
    117117    xpointer="xpointer(//*[@os='m'])"/>
    118118
    119119    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    120     href="../common/eglibc.xml"
     120    href="../common/glibc.xml"
    121121    xpointer="xpointer(//*[@os='n'])"/>
    122122
    123123    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    124     href="../common/eglibc.xml"
     124    href="../common/glibc.xml"
    125125    xpointer="xpointer(//*[@os='o'])"/>
    126126
    127127    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    128     href="../common/eglibc.xml"
     128    href="../common/glibc.xml"
    129129    xpointer="xpointer(//*[@os='p'])"/>
    130130
    131131    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    132     href="../common/eglibc.xml"
     132    href="../common/glibc.xml"
    133133    xpointer="xpointer(//*[@os='q'])"/>
    134134
    135135    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    136     href="../common/eglibc.xml"
     136    href="../common/glibc.xml"
    137137    xpointer="xpointer(//*[@os='r'])"/>
    138138
    139139    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    140     href="../common/eglibc.xml"
     140    href="../common/glibc.xml"
    141141    xpointer="xpointer(//*[@os='s'])"/>
    142142
    143143    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    144     href="../common/eglibc.xml"
     144    href="../common/glibc.xml"
    145145    xpointer="xpointer(//*[@os='t'])"/>
    146146
     
    151151
    152152    <para>Details on this package are located in <xref
    153     linkend="contents-eglibc" role="."/></para>
     153    linkend="contents-glibc" role="."/></para>
    154154
    155155  </sect2>
Note: See TracChangeset for help on using the changeset viewer.