Bladeren bron

Use --disable-libgomp instead of altering LD_LIBRARY_PATH in GCC pass 2.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9373 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess 15 jaren geleden
bovenliggende
commit
bd7123bffd
3 gewijzigde bestanden met toevoegingen van 15 en 4 verwijderingen
  1. 11 0
      chapter01/changelog.xml
  2. 2 2
      chapter05/gcc-pass2.xml
  3. 2 2
      general.ent

+ 11 - 0
chapter01/changelog.xml

@@ -36,6 +36,17 @@
     </listitem>
 
 -->
+    <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>

+ 2 - 2
chapter05/gcc-pass2.xml

@@ -156,7 +156,7 @@ cd ../gcc-build</userinput></screen>
     --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 @@ cd ../gcc-build</userinput></screen>
 
     <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>
 

+ 2 - 2
general.ent

@@ -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 &ndash; -->
 <!ENTITY milestone "6.7">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->