[Clfs-commits] commit: r4507 - in /trunk/BOOK/temp-system: 64/binutils.xml 64/gcc.xml common/binutils.xml common/gcc.xml mips64/gcc.xml multilib/binutils.xml multilib/gcc.xml

svn at cross-lfs.org svn at cross-lfs.org
Mon Jan 19 04:45:26 PST 2009


Author: jim
Date: Mon Jan 19 12:45:25 2009
New Revision: 4507

Log:
Toolchain Fixes

Modified:
    trunk/BOOK/temp-system/64/binutils.xml
    trunk/BOOK/temp-system/64/gcc.xml
    trunk/BOOK/temp-system/common/binutils.xml
    trunk/BOOK/temp-system/common/gcc.xml
    trunk/BOOK/temp-system/mips64/gcc.xml
    trunk/BOOK/temp-system/multilib/binutils.xml
    trunk/BOOK/temp-system/multilib/gcc.xml

Modified: trunk/BOOK/temp-system/64/binutils.xml
==============================================================================
--- trunk/BOOK/temp-system/64/binutils.xml (original)
+++ trunk/BOOK/temp-system/64/binutils.xml Mon Jan 19 12:45:25 2009
@@ -51,10 +51,9 @@
     xpointer="xpointer(//*[@os='i'])"/>
 
 <screen os="j"><userinput>CC="${CC} ${BUILD64}" ../binutils-&binutils-version;/configure \
-    --prefix=/tools --with-sysroot=${CLFS} --build=${CLFS_HOST} \
-    --host=${CLFS_TARGET} --target=${CLFS_TARGET} \
-    --disable-nls --enable-shared --enable-64-bit-bfd \
-    --disable-multilib</userinput></screen>
+    --prefix=/tools --build=${CLFS_HOST} --host=${CLFS_TARGET} \
+    --target=${CLFS_TARGET} --disable-nls --enable-shared \
+    --enable-64-bit-bfd --disable-multilib</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../multilib/binutils.xml"

Modified: trunk/BOOK/temp-system/64/gcc.xml
==============================================================================
--- trunk/BOOK/temp-system/64/gcc.xml (original)
+++ trunk/BOOK/temp-system/64/gcc.xml Mon Jan 19 12:45:25 2009
@@ -45,6 +45,14 @@
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../../cross-tools/64/gcc-static.xml"
     xpointer="xpointer(//*[@os='ad'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../../cross-tools/64/gcc-static.xml"
+    xpointer="xpointer(//*[@os='ag'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../../cross-tools/64/gcc-static.xml"
+    xpointer="xpointer(//*[@os='ah'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../common/gcc.xml"

Modified: trunk/BOOK/temp-system/common/binutils.xml
==============================================================================
--- trunk/BOOK/temp-system/common/binutils.xml (original)
+++ trunk/BOOK/temp-system/common/binutils.xml Mon Jan 19 12:45:25 2009
@@ -52,8 +52,7 @@
 
 <screen os="j"><userinput>../binutils-&binutils-version;/configure --prefix=/tools \
     --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \
-    --with-sysroot=${CLFS} --disable-nls --enable-shared \
-    --disable-multilib</userinput></screen>
+    --disable-nls --enable-shared --disable-multilib</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../../cross-tools/common/binutils.xml"

Modified: trunk/BOOK/temp-system/common/gcc.xml
==============================================================================
--- trunk/BOOK/temp-system/common/gcc.xml (original)
+++ trunk/BOOK/temp-system/common/gcc.xml Mon Jan 19 12:45:25 2009
@@ -46,6 +46,14 @@
     href="../../cross-tools/common/gcc-static.xml"
     xpointer="xpointer(//*[@os='ad'])"/>
 
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../../cross-tools/common/gcc-static.xml"
+    xpointer="xpointer(//*[@os='ag'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../../cross-tools/common/gcc-static.xml"
+    xpointer="xpointer(//*[@os='ah'])"/>
+
     <para os="cf">Also, we need to set the directory searched by the fixincludes
     process for system headers, so it won't look at the host's headers:</para>
 
@@ -70,8 +78,8 @@
 
 <screen os="ck"><userinput>../gcc-&gcc-version;/configure --prefix=/tools \
   --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \
-  --with-sysroot=${CLFS} --with-local-prefix=/tools --enable-long-long \
-  --enable-c99 --enable-shared --enable-threads=posix --enable-__cxa_atexit \
+  --with-local-prefix=/tools --enable-long-long --enable-c99 \
+  --enable-shared --enable-threads=posix --enable-__cxa_atexit \
   --disable-nls --enable-languages=c,c++ --disable-libstdcxx-pch \
   --disable-multilib</userinput></screen>
 

Modified: trunk/BOOK/temp-system/mips64/gcc.xml
==============================================================================
--- trunk/BOOK/temp-system/mips64/gcc.xml (original)
+++ trunk/BOOK/temp-system/mips64/gcc.xml Mon Jan 19 12:45:25 2009
@@ -47,6 +47,14 @@
     xpointer="xpointer(//*[@os='ad'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../../cross-tools/multilib/gcc-static.xml"
+    xpointer="xpointer(//*[@os='ag'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../../cross-tools/multilib/gcc-static.xml"
+    xpointer="xpointer(//*[@os='ah'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../common/gcc.xml"
     xpointer="xpointer(//*[@os='cf'])"/>
 
@@ -73,8 +81,8 @@
 <screen os="dc"><userinput>CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \
   ../gcc-&gcc-version;/configure --prefix=/tools \
   --libdir=/tools/lib64 --build=${CLFS_HOST} --host=${CLFS_TARGET} \
-  --target=${CLFS_TARGET} --with-sysroot=${CLFS} --with-local-prefix=/tools \
-  --enable-long-long --enable-c99 --enable-shared --enable-threads=posix \
+  --target=${CLFS_TARGET} --with-local-prefix=/tools --enable-long-long \
+  --enable-c99 --enable-shared --enable-threads=posix \
   --enable-__cxa_atexit --disable-nls --enable-languages=c,c++ \
   --disable-libstdcxx-pch --with-abi=64</userinput></screen>
 

Modified: trunk/BOOK/temp-system/multilib/binutils.xml
==============================================================================
--- trunk/BOOK/temp-system/multilib/binutils.xml (original)
+++ trunk/BOOK/temp-system/multilib/binutils.xml Mon Jan 19 12:45:25 2009
@@ -60,8 +60,8 @@
 
 <screen os="j"><userinput>CC="${CC} ${BUILD64}" ../binutils-&binutils-version;/configure \
     --prefix=/tools --libdir=/tools/lib64 --with-lib-path=/tools/lib \
-    --with-sysroot=${CLFS} --build=${CLFS_HOST} --host=${CLFS_TARGET} \
-    --target=${CLFS_TARGET} --disable-nls --enable-shared --enable-64-bit-bfd</userinput></screen>
+    --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \
+    --disable-nls --enable-shared --enable-64-bit-bfd</userinput></screen>
 
     <variablelist os="ea">
       <title>The meaning of the new configure options:</title>

Modified: trunk/BOOK/temp-system/multilib/gcc.xml
==============================================================================
--- trunk/BOOK/temp-system/multilib/gcc.xml (original)
+++ trunk/BOOK/temp-system/multilib/gcc.xml Mon Jan 19 12:45:25 2009
@@ -47,6 +47,14 @@
     xpointer="xpointer(//*[@os='ad'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../../cross-tools/multilib/gcc-static.xml"
+    xpointer="xpointer(//*[@os='ag'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../../cross-tools/multilib/gcc-static.xml"
+    xpointer="xpointer(//*[@os='ah'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../common/gcc.xml"
     xpointer="xpointer(//*[@os='cf'])"/>
 
@@ -73,8 +81,8 @@
 <screen os="dc"><userinput>CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \
   ../gcc-&gcc-version;/configure --prefix=/tools \
   --libdir=/tools/lib64 --build=${CLFS_HOST} --host=${CLFS_TARGET} \
-  --target=${CLFS_TARGET} --with-sysroot=${CLFS} --with-local-prefix=/tools \
-  --enable-long-long --enable-c99 --enable-shared --enable-threads=posix \
+  --target=${CLFS_TARGET} --with-local-prefix=/tools  --enable-long-long \
+  --enable-c99 --enable-shared --enable-threads=posix \
   --enable-__cxa_atexit --disable-nls --enable-languages=c,c++ \
   --disable-libstdcxx-pch</userinput></screen>
 




More information about the Clfs-commits mailing list