|
@@ -49,7 +49,7 @@ cd ../glibc-build</userinput></screen>
|
|
<screen><userinput>../glibc-&glibc-version;/configure --prefix=/tools \
|
|
<screen><userinput>../glibc-&glibc-version;/configure --prefix=/tools \
|
|
--disable-profile --enable-add-ons \
|
|
--disable-profile --enable-add-ons \
|
|
--enable-kernel=2.6.0 --with-binutils=/tools/bin \
|
|
--enable-kernel=2.6.0 --with-binutils=/tools/bin \
|
|
- --without-gd --without-cvs --with-headers=/tools/include \
|
|
|
|
|
|
+ --without-gd --with-headers=/tools/include \
|
|
--without-selinux</userinput></screen>
|
|
--without-selinux</userinput></screen>
|
|
|
|
|
|
<para>The meaning of the configure options:</para>
|
|
<para>The meaning of the configure options:</para>
|
|
@@ -89,15 +89,6 @@ against the host's libraries (libgd, libpng, libz,
|
|
etc.).</para></listitem>
|
|
etc.).</para></listitem>
|
|
</varlistentry>
|
|
</varlistentry>
|
|
|
|
|
|
-<varlistentry>
|
|
|
|
-<term><parameter>--without-cvs</parameter></term>
|
|
|
|
-<listitem><para>This prevents the Makefile files from
|
|
|
|
-attempting automatic CVS checkouts when using a CVS snapshot. While
|
|
|
|
-this command is not required, it is recommended because it suppresses
|
|
|
|
-an annoying, but harmless, warning about a missing autoconf
|
|
|
|
-program.</para></listitem>
|
|
|
|
-</varlistentry>
|
|
|
|
-
|
|
|
|
<varlistentry>
|
|
<varlistentry>
|
|
<term><parameter>--with-headers=/tools/include</parameter></term>
|
|
<term><parameter>--with-headers=/tools/include</parameter></term>
|
|
<listitem><para>This tells Glibc to compile itself against the headers recently
|
|
<listitem><para>This tells Glibc to compile itself against the headers recently
|