Ignore:
Timestamp:
Jun 6, 2013, 1:09:45 PM (11 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
874ec12
Parents:
5ae61b1
Message:

Update eglibc install commands for 2.17 update and add time zone data install.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/common/eglibc.xml

    r5ae61b1 r52ed4da  
    2626    the method suggested in this book puts the stability of the system at
    2727    risk.</para>
    28 
    29     <para os="db">Disable linking to <filename>libgcc_eh</filename>:</para>
    30 
    31 <screen os="dc"><userinput>cp -v Makeconfig{,.orig}
    32 sed -e 's/-lgcc_eh//g' Makeconfig.orig > Makeconfig</userinput></screen>
    3328
    3429    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    6055    --disable-profile --with-tls --enable-kernel=2.6.32 \
    6156    --with-__thread --with-binutils=/cross-tools/bin \
    62     --with-headers=/tools/include --cache-file=config.cache</userinput></screen>
     57    --with-headers=/tools/include --enable-obsolete-rpc \
     58    --cache-file=config.cache</userinput></screen>
    6359
    6460    <variablelist os="dg">
     
    178174        installed on the host system</para>
    179175
    180     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    181     href="../../final-system/common/eglibc.xml"
    182     xpointer="xpointer(//*[@os='ra'])"/>
    183 
    184 <screen os="rb"><userinput>cp -v ../eglibc-&eglibc-version;/sunrpc/rpc/*.h /tools/include/rpc
    185 cp -v ../eglibc-&eglibc-version;/sunrpc/rpcsvc/*.h /tools/include/rpcsvc
    186 cp -v ../eglibc-&eglibc-version;/nis/rpcsvc/*.h /tools/include/rpcsvc</userinput></screen>
    187 
    188176  </sect2>
    189177
Note: See TracChangeset for help on using the changeset viewer.