diff options
Diffstat (limited to 'chapter05/glibc.xml')
-rw-r--r-- | chapter05/glibc.xml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml index 88fde346d..e3edf9630 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -84,7 +84,6 @@ esac</userinput></screen> --host=$LFS_TGT \ --build=$(../glibc-&glibc-version;/scripts/config.guess) \ --disable-profile \ - --enable-add-ons \ --enable-kernel=2.6.25 \ --with-headers=/tools/include \ libc_cv_forced_unwind=yes \ @@ -112,14 +111,6 @@ esac</userinput></screen> </varlistentry> <varlistentry> - <term><parameter>--enable-add-ons</parameter></term> - <listitem> - <para>This tells Glibc to use the NPTL add-on as its threading - library.</para> - </listitem> - </varlistentry> - - <varlistentry> <term><parameter>--enable-kernel=2.6.25</parameter></term> <listitem> <para>This tells Glibc to compile the library with support |