[Clfs-commits] commit: r4353 - in /trunk/BOOK/cross-tools/x86_64: gcc-final.xml gcc-static.xml

svn at cross-lfs.org svn at cross-lfs.org
Mon Jan 5 15:17:01 PST 2009


Author: jim
Date: Mon Jan  5 23:17:00 2009
New Revision: 4353

Log:
Fixed Typo in GCC Multilib Builds

Modified:
    trunk/BOOK/cross-tools/x86_64/gcc-final.xml
    trunk/BOOK/cross-tools/x86_64/gcc-static.xml

Modified: trunk/BOOK/cross-tools/x86_64/gcc-final.xml
==============================================================================
--- trunk/BOOK/cross-tools/x86_64/gcc-final.xml (original)
+++ trunk/BOOK/cross-tools/x86_64/gcc-final.xml Mon Jan  5 23:17:00 2009
@@ -82,9 +82,13 @@
     href="gcc-static.xml"
     xpointer="xpointer(//*[@os='h'])"/>
 
-    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
-    href="../common/gcc-final.xml"
-    xpointer="xpointer(//*[@os='bf'])"/>
+<screen os="bf"><userinput>AR=ar LDFLAGS="-Wl,-rpath,/cross-tools/lib" \
+    ../gcc-&gcc-version;/configure --prefix=/cross-tools \
+    --build=${CLFS_HOST} --target=${CLFS_TARGET} --host=${CLFS_HOST} \
+    --with-local-prefix=/tools --disable-nls \
+    --with-mpfr=/cross-tools --with-gmp=/cross-tools \
+    --enable-shared --enable-languages=c,c++ --enable-__cxa_atexit \
+    --enable-c99 --enable-long-long --enable-threads=posix</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../common/gcc-final.xml"

Modified: trunk/BOOK/cross-tools/x86_64/gcc-static.xml
==============================================================================
--- trunk/BOOK/cross-tools/x86_64/gcc-static.xml (original)
+++ trunk/BOOK/cross-tools/x86_64/gcc-static.xml Mon Jan  5 23:17:00 2009
@@ -75,9 +75,14 @@
     href="../../final-system/common/gcc.xml"
     xpointer="xpointer(//*[@os='h'])"/>
 
-    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
-    href="../common/gcc-static.xml"
-    xpointer="xpointer(//*[@os='al'])"/>
+<screen os="al"><userinput>AR=ar LDFLAGS="-Wl,-rpath,/cross-tools/lib" \
+    ../gcc-&gcc-version;/configure --prefix=/cross-tools \
+    --build=${CLFS_HOST} --host=${CLFS_HOST} --target=${CLFS_TARGET} \
+    --with-local-prefix=/tools --disable-nls \
+    --without-headers --with-newlib --disable-decimal-float \
+    --with-mpfr=/cross-tools --with-gmp=/cross-tools \
+    --disable-libgomp --disable-libmudflap --disable-libssp \
+    --disable-shared --disable-threads --enable-languages=c</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../common/gcc-static.xml"




More information about the Clfs-commits mailing list