Author: matthew
Date: 2010-09-06 13:01:49 -0600 (Mon, 06 Sep 2010)
New Revision: 9373
Modified:
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/chapter05/gcc-pass2.xml
trunk/BOOK/general.ent
Log:
Use --disable-libgomp instead of altering LD_LIBRARY_PATH in GCC pass 2.
Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml 2010-09-04 17:16:33 UTC (rev 9372)
+++ trunk/BOOK/chapter01/changelog.xml 2010-09-06 19:01:49 UTC (rev 9373)
@@ -37,6 +37,17 @@
-->
<listitem>
+ <para>2010-09-06</para>
+ <itemizedlist>
+ <listitem>
+ <para>[matthew] - Use --disable-libgomp instead of using
+ LD_LIBRARY_PATH to avoid a failure in GCC pass 2's configure
+ script.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2010-09-03</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/chapter05/gcc-pass2.xml
===================================================================
--- trunk/BOOK/chapter05/gcc-pass2.xml 2010-09-04 17:16:33 UTC (rev 9372)
+++ trunk/BOOK/chapter05/gcc-pass2.xml 2010-09-06 19:01:49 UTC (rev 9373)
@@ -156,7 +156,7 @@
--enable-shared --enable-threads=posix \
--enable-__cxa_atexit --enable-languages=c,c++ \
--disable-libstdcxx-pch --disable-multilib \
- --disable-bootstrap \
+ --disable-bootstrap --disable-libgomp \
--with-gmp-include=$(pwd)/gmp --with-gmp-lib=$(pwd)/gmp/.libs \
--without-ppl --without-cloog</userinput></screen>
@@ -231,7 +231,7 @@
<para>Compile the package:</para>
-<screen><userinput remap="make">make
LD_LIBRARY_PATH=$(pwd)/$(../gcc-&gcc-version;/config.guess)/libgcc</userinput></screen>
+<screen><userinput remap="make">make</userinput></screen>
<para>Install the package:</para>
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2010-09-04 17:16:33 UTC (rev 9372)
+++ trunk/BOOK/general.ent 2010-09-06 19:01:49 UTC (rev 9373)
@@ -1,5 +1,5 @@
-<!ENTITY version "SVN-20100903">
-<!ENTITY releasedate "September 3, 2010">
+<!ENTITY version "SVN-20100906">
+<!ENTITY releasedate "September 6, 2010">
<!ENTITY copyrightdate "1999-2010"><!-- jhalfs needs a literal dash, not
– -->
<!ENTITY milestone "6.7">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or
"x.y[-pre{x}]" -->
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page