[Clfs-commits] commit: r4127 - in /trunk/BOOK: final-system/multilib/mpfr.xml introduction/common/changelog.xml

svn at cross-lfs.org svn at cross-lfs.org
Sun Dec 21 11:44:09 PST 2008


Author: jciccone
Date: Sun Dec 21 19:44:08 2008
New Revision: 4127

Log:
Add --host=i686-pc-linux-gnu to the 32bit MPFR build on multilib. This fixed the almost complete testsuite failure.

Modified:
    trunk/BOOK/final-system/multilib/mpfr.xml
    trunk/BOOK/introduction/common/changelog.xml

Modified: trunk/BOOK/final-system/multilib/mpfr.xml
==============================================================================
--- trunk/BOOK/final-system/multilib/mpfr.xml (original)
+++ trunk/BOOK/final-system/multilib/mpfr.xml Sun Dec 21 19:44:08 2008
@@ -28,7 +28,7 @@
 
 <screen os="b"><userinput>CC="gcc -Wl,-rpath-link,/lib -isystem /usr/include ${BUILD32}" \
     ./configure --prefix=/usr \
-    --enable-shared</userinput></screen>
+    --host=${CLFS_TARGET32} --enable-shared</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../common/mpfr.xml"

Modified: trunk/BOOK/introduction/common/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/common/changelog.xml (original)
+++ trunk/BOOK/introduction/common/changelog.xml Sun Dec 21 19:44:08 2008
@@ -39,6 +39,11 @@
     <listitem>
       <para>December 21, 2008</para>
       <itemizedlist>
+        <listitem>
+          <para>[jciccone] - Add --host=${CLFS_TARGET32} to the 32bit MPFR
+          build on multilib. This fixed the almost complete testsuite
+          failure.</para>
+        </listitem>
         <listitem>
           <para>[jciccone] - Command fixes on a few of Multilib Pages related
           to the changes in todays previous ChangeLog entries.</para>




More information about the Clfs-commits mailing list