Ignore:
Timestamp:
Oct 10, 2012, 6:42:21 PM (12 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
f7b2c72
Parents:
0cce40d (diff), 80cbd64 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of git.cross-lfs.org:cross-lfs

File:
1 edited

Legend:

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

    r0cce40d r73ace20  
    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.