Ignore:
Timestamp:
12/01/2004 09:53:58 PM (20 years ago)
Author:
Jeremy Utley <jeremy@…>
Children:
2e3b1e6
Parents:
0f1998e
Message:

Massive package updates - see changelog for details - first update to Testing since 6.0 went to publishers

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@4336 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/glibc.xml

    r0f1998e rc9214d5  
    4848
    4949<screen><userinput>../glibc-&glibc-version;/configure --prefix=/tools \
    50     --disable-profile --enable-add-ons=nptl --with-tls \
    51     --with-__thread --enable-kernel=2.6.0 \
    52     --with-binutils=/tools/bin --without-gd --without-cvs \
    53     --with-headers=/tools/glibc-kernheaders</userinput></screen>
     50    --disable-profile --enable-add-ons \
     51    --enable-kernel=2.6.0 --with-binutils=/tools/bin \
     52    --without-gd --without-cvs --with-headers=/tools/include</userinput></screen>
    5453
    5554<beginpage/>
     
    6564
    6665<varlistentry>
    67 <term><parameter>--enable-add-ons=nptl</parameter></term>
     66<term><parameter>--enable-add-ons</parameter></term>
    6867<listitem><para>This tells Glibc to use the NPTL add-on as its threading
    6968library.</para></listitem>
    70 </varlistentry>
    71 
    72 <varlistentry>
    73 <term><parameter>--with-tls</parameter></term>
    74 <listitem><para>This tells Glibc to include support for Thread-Local
    75 Storage (TLS). This is required in order for NPTL to work.
    76 </para></listitem>
    77 </varlistentry>
    78 
    79 <varlistentry>
    80 <term><parameter>--with-__thread</parameter></term>
    81 <listitem><para>This option tells Glibc to include thread support. It is
    82 required in order for TLS to be properly compiled.</para></listitem>
    8369</varlistentry>
    8470
     
    114100
    115101<varlistentry>
    116 <term><parameter>--with-headers=/tools/glibc-kernheaders</parameter></term>
    117 <listitem><para>This tells Glibc to compile itself against the <quote>raw</quote>
    118 kernel headers, so that it knows exactly what features the kernel has and can
    119 optimize itself accordingly.</para></listitem>
     102<term><parameter>--with-headers=/tools/include</parameter></term>
     103<listitem><para>This tells Glibc to compile itself against the headers recently
     104installed to the tools directory, so that it knows exactly what features the
     105kernel has and can optimize itself accordingly.</para></listitem>
    120106</varlistentry>
    121107</variablelist>
Note: See TracChangeset for help on using the changeset viewer.