Author: jim
Date: 2005-04-27 23:03:37 -0600 (Wed, 27 Apr 2005)
New Revision: 5132
Modified:
branches/cross-lfs/BOOK/cross-tools/gcc-final.xml
branches/cross-lfs/BOOK/cross-tools/gcc-shared.xml
branches/cross-lfs/BOOK/cross-tools/gcc-static.xml
branches/cross-lfs/BOOK/introduction/changelog.xml
branches/cross-lfs/BOOK/temp-system/coreutils.xml
branches/cross-lfs/BOOK/temp-system/gawk.xml
branches/cross-lfs/BOOK/temp-system/gcc.xml
Log:
Fixed typos, and incomplete target changes
Modified: branches/cross-lfs/BOOK/cross-tools/gcc-final.xml
===================================================================
--- branches/cross-lfs/BOOK/cross-tools/gcc-final.xml 2005-04-27 23:41:56 UTC
(rev 5131)
+++ branches/cross-lfs/BOOK/cross-tools/gcc-final.xml 2005-04-28 05:03:37 UTC
(rev 5132)
@@ -47,7 +47,7 @@
<para>Now we will change gcc's search path to look into /tools only:</para>
<screen><userinput>sed -i "[EMAIL PROTECTED](^CROSS_SYSTEM_HEADER_DIR
=\)[EMAIL PROTECTED] /tools/[EMAIL PROTECTED]" \
-gcc/Makefile.in</userinput></screen>
+ gcc/Makefile.in</userinput></screen>
<important><para>The above patches and sed's are critical in ensuring a
successful overall build. Do not forget to apply them.</para></important>
Modified: branches/cross-lfs/BOOK/cross-tools/gcc-shared.xml
===================================================================
--- branches/cross-lfs/BOOK/cross-tools/gcc-shared.xml 2005-04-27 23:41:56 UTC
(rev 5131)
+++ branches/cross-lfs/BOOK/cross-tools/gcc-shared.xml 2005-04-28 05:03:37 UTC
(rev 5132)
@@ -47,7 +47,7 @@
<para>Now we will change gcc's search path to look into /tools only:</para>
<screen><userinput>sed -i "[EMAIL PROTECTED](^CROSS_SYSTEM_HEADER_DIR
=\)[EMAIL PROTECTED] /tools/[EMAIL PROTECTED]" \
-gcc/Makefile.in</userinput></screen>
+ gcc/Makefile.in</userinput></screen>
<para>Now we will disable gcc's linking to libc since it doesn't exist
yet:</para>
Modified: branches/cross-lfs/BOOK/cross-tools/gcc-static.xml
===================================================================
--- branches/cross-lfs/BOOK/cross-tools/gcc-static.xml 2005-04-27 23:41:56 UTC
(rev 5131)
+++ branches/cross-lfs/BOOK/cross-tools/gcc-static.xml 2005-04-28 05:03:37 UTC
(rev 5132)
@@ -47,7 +47,7 @@
<para>Now we will change gcc's search path to look into /tools only:</para>
<screen><userinput>sed -i "[EMAIL PROTECTED](^CROSS_SYSTEM_HEADER_DIR
=\)[EMAIL PROTECTED] /tools/[EMAIL PROTECTED]" \
-gcc/Makefile.in</userinput></screen>
+ gcc/Makefile.in</userinput></screen>
<important><para>The above patches and sed's are critical in ensuring a
successful overall build. Do not forget to apply them.</para></important>
Modified: branches/cross-lfs/BOOK/introduction/changelog.xml
===================================================================
--- branches/cross-lfs/BOOK/introduction/changelog.xml 2005-04-27 23:41:56 UTC
(rev 5131)
+++ branches/cross-lfs/BOOK/introduction/changelog.xml 2005-04-28 05:03:37 UTC
(rev 5132)
@@ -94,6 +94,15 @@
-->
<itemizedlist>
+<listitem><para>April 27, 2005 [jim]</para>
+<itemizedlist>
+<listitem><para>Fixed some minor formatting issues.</para></listitem>
+<listitem><para>Added --disable-libstdcxx-pch back to gcc in
temp-system.</para></listitem>
+</itemizedlist>
+</listitem>
+</itemizedlist>
+
+<itemizedlist>
<listitem><para>April 26, 2005 [jim]</para>
<itemizedlist>
<listitem><para>Fixed typos in gcc-final in cross-tools.</para></listitem>
Modified: branches/cross-lfs/BOOK/temp-system/coreutils.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-system/coreutils.xml 2005-04-27 23:41:56 UTC
(rev 5131)
+++ branches/cross-lfs/BOOK/temp-system/coreutils.xml 2005-04-28 05:03:37 UTC
(rev 5132)
@@ -36,7 +36,7 @@
<screen><userinput>DEFAULT_POSIX2_VERSION=199209 \
./configure --prefix=/tools --cache-file=config.cache \
- --build=${LFS_HOST} --host=${LFS_TARGET}</userinput></screen>
+ --build=${LFS_HOST} --host=${LFS_TARGET}
--target=${LFS_TARGET}</userinput></screen>
<para>Compile the package:</para>
Modified: branches/cross-lfs/BOOK/temp-system/gawk.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-system/gawk.xml 2005-04-27 23:41:56 UTC
(rev 5131)
+++ branches/cross-lfs/BOOK/temp-system/gawk.xml 2005-04-28 05:03:37 UTC
(rev 5132)
@@ -30,7 +30,7 @@
<para>Prepare Gawk for compilation:</para>
<screen><userinput>./configure --prefix=/tools \
- --build=${LFS_HOST} --host=${LFS_TARGET} </userinput></screen>
+ --build=${LFS_HOST} --host=${LFS_TARGET}
--target=${LFS_TARGET}</userinput></screen>
<para>Compile the package:</para>
Modified: branches/cross-lfs/BOOK/temp-system/gcc.xml
===================================================================
--- branches/cross-lfs/BOOK/temp-system/gcc.xml 2005-04-27 23:41:56 UTC (rev
5131)
+++ branches/cross-lfs/BOOK/temp-system/gcc.xml 2005-04-28 05:03:37 UTC (rev
5132)
@@ -55,7 +55,7 @@
system headers, so it won't look at the host's headers:</para>
<screen><userinput>sed -i '[EMAIL PROTECTED](^NATIVE_SYSTEM_HEADER_DIR
=\)[EMAIL PROTECTED] /tools/[EMAIL PROTECTED]' \
-gcc/Makefile.in</userinput></screen>
+ gcc/Makefile.in</userinput></screen>
<important><para>The above patches and sed's are critical in ensuring a
successful overall build. Do not forget to apply them.</para></important>
@@ -75,7 +75,7 @@
--libexecdir=/tools/lib --with-local-prefix=/tools \
--enable-long-long --enable-c99 --enable-shared \
--enable-threads=posix --enable-__cxa_atexit \
- --disable-nls --enable-languages=c,c++</userinput></screen>
+ --disable-nls --enable-languages=c,c++
--disable-libstdcxx-pch</userinput></screen>
<para>The meaning of the new configure options:</para>
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page