Author: jciccone
Date: 2006-05-27 13:10:35 -0600 (Sat, 27 May 2006)
New Revision: 1666
Modified:
branches/clfs-2.0/BOOK/cross-tools/arm/glibc-headers.xml
branches/clfs-2.0/BOOK/cross-tools/common/gcc-final.xml
branches/clfs-2.0/BOOK/cross-tools/common/gcc-static.xml
Log:
Updated the description of the configure command for glibc-headers. Removed
--disable-threads from gcc-static and gcc-final and added --enable-shared to
gcc-final.
Modified: branches/clfs-2.0/BOOK/cross-tools/arm/glibc-headers.xml
===================================================================
--- branches/clfs-2.0/BOOK/cross-tools/arm/glibc-headers.xml 2006-05-27
01:15:08 UTC (rev 1665)
+++ branches/clfs-2.0/BOOK/cross-tools/arm/glibc-headers.xml 2006-05-27
19:10:35 UTC (rev 1666)
@@ -81,10 +81,10 @@
</varlistentry>
<varlistentry os="dj2">
- <term><parameter>--with-headers=/tools/include</parameter></term>
+
<term><parameter>--with-headers=${LFS}/usr/include</parameter></term>
<listitem>
<para>This tells Glibc to compile itself against the headers
- recently installed to the <filename
class="directory">/tools</filename>
+ recently installed to the <filename
class="directory">${LFS}/usr/include</filename>
directory, so that it knows exactly what features the kernel has
and can optimize itself accordingly.</para>
</listitem>
Modified: branches/clfs-2.0/BOOK/cross-tools/common/gcc-final.xml
===================================================================
--- branches/clfs-2.0/BOOK/cross-tools/common/gcc-final.xml 2006-05-27
01:15:08 UTC (rev 1665)
+++ branches/clfs-2.0/BOOK/cross-tools/common/gcc-final.xml 2006-05-27
19:10:35 UTC (rev 1666)
@@ -60,8 +60,8 @@
<screen os="ae"><userinput>../gcc-&gcc-version;/configure
--prefix=/cross-tools \
--host=${LFS_HOST} --target=${LFS_TARGET} --disable-multilib \
- --with-sysroot=${LFS} --disable-nls --disable-shared \
- --disable-threads --enable-languages=c,c++ --enable-__cxa_atexit \
+ --with-sysroot=${LFS} --disable-nls --enable-shared \
+ --enable-languages=c,c++ --enable-__cxa_atexit \
--enable-c99 --enable-long-long --enable-threads=posix</userinput></screen>
<variablelist os="af">
Modified: branches/clfs-2.0/BOOK/cross-tools/common/gcc-static.xml
===================================================================
--- branches/clfs-2.0/BOOK/cross-tools/common/gcc-static.xml 2006-05-27
01:15:08 UTC (rev 1665)
+++ branches/clfs-2.0/BOOK/cross-tools/common/gcc-static.xml 2006-05-27
19:10:35 UTC (rev 1666)
@@ -53,7 +53,7 @@
<screen os="ae"><userinput>../gcc-&gcc-version;/configure
--prefix=/cross-tools \
--host=${LFS_HOST} --target=${LFS_TARGET} --disable-multilib \
--with-sysroot=${LFS} --disable-nls --disable-shared \
- --disable-threads --enable-languages=c</userinput></screen>
+ --enable-languages=c</userinput></screen>
<variablelist os="af">
<title>The meaning of the configure options:</title>
--
http://linuxfromscratch.org/mailman/listinfo/cross-lfs
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page