|
@@ -68,7 +68,7 @@ esac</userinput></screen>
|
|
|
<screen><userinput remap="configure">../glibc-&glibc-version;/configure --prefix=/tools \
|
|
|
--host=$LFS_TGT --build=$(../glibc-&glibc-version;/scripts/config.guess) \
|
|
|
--disable-profile --enable-add-ons \
|
|
|
- --enable-kernel=2.6.0 --with-headers=/tools/include \
|
|
|
+ --enable-kernel=2.6.18 --with-headers=/tools/include \
|
|
|
libc_cv_forced_unwind=yes libc_cv_c_cleanup=yes</userinput></screen>
|
|
|
|
|
|
<variablelist>
|
|
@@ -100,10 +100,11 @@ esac</userinput></screen>
|
|
|
</varlistentry>
|
|
|
|
|
|
<varlistentry>
|
|
|
- <term><parameter>--enable-kernel=2.6.0</parameter></term>
|
|
|
+ <term><parameter>--enable-kernel=2.6.18</parameter></term>
|
|
|
<listitem>
|
|
|
<para>This tells Glibc to compile the library with support
|
|
|
- for 2.6.x Linux kernels.</para>
|
|
|
+ for 2.6.18 and later Linux kernels. Workarounds for older
|
|
|
+ kernels are not enabled.</para>
|
|
|
</listitem>
|
|
|
</varlistentry>
|
|
|
|