Ignore:
File:
1 edited

Legend:

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

    rdabbced rf1778eba  
    5959    --host=${CLFS_TARGET} --build=${CLFS_HOST} \
    6060    --disable-profile --enable-add-ons \
    61     --with-tls --enable-kernel=2.6.0 --with-__thread \
     61    --with-tls --enable-kernel=2.6.32 --with-__thread \
    6262    --with-binutils=/cross-tools/bin --with-headers=/tools/include \
    6363    --cache-file=config.cache</userinput></screen>
     
    122122
    123123      <varlistentry os="dg8">
    124         <term><parameter>--enable-kernel=2.6.0</parameter></term>
     124        <term><parameter>--enable-kernel=2.6.32</parameter></term>
    125125        <listitem>
    126126          <para>This tells EGLIBC to compile the library with support
    127           for 2.6.x Linux kernels.</para>
     127          for 2.6.32 and later Linux kernels.</para>
    128128        </listitem>
    129129      </varlistentry>
     
    182182    <para os="dm">Install the package:</para>
    183183
    184 <screen os="dn"><userinput>make install</userinput></screen>
     184<screen os="dn"><userinput>make install inst_vardbdir=/tools/var/db</userinput></screen>
     185
     186<para  os="do"><parameter>inst_vardbdir=...</parameter> ensures that db-Makefile is not
     187        installed on the host system</para>
     188
     189    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     190    href="../../final-system/common/eglibc.xml"
     191    xpointer="xpointer(//*[@os='ra'])"/>
     192
     193<screen os="rb"><userinput>cp -v ../eglibc-&eglibc-version;/sunrpc/rpc/*.h /tools/include/rpc
     194cp -v ../eglibc-&eglibc-version;/sunrpc/rpcsvc/*.h /tools/include/rpcsvc
     195cp -v ../eglibc-&eglibc-version;/nis/rpcsvc/*.h /tools/include/rpcsvc</userinput></screen>
    185196
    186197  </sect2>
Note: See TracChangeset for help on using the changeset viewer.