[Clfs-commits] commit: r4058 - in /trunk/BOOK/temp-system: 64/gmp.xml multilib/gmp.xml

svn at cross-lfs.org svn at cross-lfs.org
Mon Oct 20 16:00:53 PDT 2008


Author: jciccone
Date: Mon Oct 20 23:00:53 2008
New Revision: 4058

Log:
Second Part of r4057.

Modified:
    trunk/BOOK/temp-system/64/gmp.xml
    trunk/BOOK/temp-system/multilib/gmp.xml

Modified: trunk/BOOK/temp-system/64/gmp.xml
==============================================================================
--- trunk/BOOK/temp-system/64/gmp.xml (original)
+++ trunk/BOOK/temp-system/64/gmp.xml Mon Oct 20 23:00:53 2008
@@ -26,7 +26,8 @@
     href="../common/gmp.xml"
     xpointer="xpointer(//*[@os='a'])"/>
 
-<screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
+<screen os="b"><userinput>CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \
+    ./configure --prefix=/tools \
     --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     --enable-cxx  --enable-mpbsd</userinput></screen>
 

Modified: trunk/BOOK/temp-system/multilib/gmp.xml
==============================================================================
--- trunk/BOOK/temp-system/multilib/gmp.xml (original)
+++ trunk/BOOK/temp-system/multilib/gmp.xml Mon Oct 20 23:00:53 2008
@@ -26,7 +26,8 @@
     href="../common/gmp.xml"
     xpointer="xpointer(//*[@os='a'])"/>
 
-<screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
+<screen os="b"><userinput>CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \
+    ./configure --prefix=/tools \
     --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     --libdir=/tools/lib64 --enable-cxx \
     --enable-mpbsd</userinput></screen>




More information about the Clfs-commits mailing list