[Clfs-commits] commit: r4202 - in /trunk/BOOK/cross-tools: native/toolchain.xml native64/toolchain.xml

svn at cross-lfs.org svn at cross-lfs.org
Wed Dec 24 14:35:28 PST 2008


Author: jim
Date: Wed Dec 24 22:35:28 2008
New Revision: 4202

Log:
Removed gcc-build creation in Native Toolchain

Modified:
    trunk/BOOK/cross-tools/native/toolchain.xml
    trunk/BOOK/cross-tools/native64/toolchain.xml

Modified: trunk/BOOK/cross-tools/native/toolchain.xml
==============================================================================
--- trunk/BOOK/cross-tools/native/toolchain.xml (original)
+++ trunk/BOOK/cross-tools/native/toolchain.xml Wed Dec 24 22:35:28 2008
@@ -121,14 +121,6 @@
     href="../common/gcc-static.xml"
     xpointer="xpointer(//*[@os='f'])"/>
 
-    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
-    href="../common/gcc-static.xml"
-    xpointer="xpointer(//*[@os='g'])"/>
-
-    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
-    href="../common/gcc-static.xml"
-    xpointer="xpointer(//*[@os='h'])"/>
-
 <screen os="bf"><userinput>AR=ar AS=as ../sysroot-toolchain/configure \
   --with-sysroot=${CLFS} --prefix=/cross-tools \
   --target=i686-pc-linux-gnu --with-local-prefix=/tools \

Modified: trunk/BOOK/cross-tools/native64/toolchain.xml
==============================================================================
--- trunk/BOOK/cross-tools/native64/toolchain.xml (original)
+++ trunk/BOOK/cross-tools/native64/toolchain.xml Wed Dec 24 22:35:28 2008
@@ -129,14 +129,6 @@
     href="../common/gcc-static.xml"
     xpointer="xpointer(//*[@os='f'])"/>
 
-    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
-    href="../common/gcc-static.xml"
-    xpointer="xpointer(//*[@os='g'])"/>
-
-    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
-    href="../common/gcc-static.xml"
-    xpointer="xpointer(//*[@os='h'])"/>
-
 <screen os="bf"><userinput>AR=ar AS=as ../sysroot-toolchain/configure \
   --with-sysroot=${CLFS} --prefix=/cross-tools \
   --target=x86_64-pc-linux-gnu --with-local-prefix=/tools \




More information about the Clfs-commits mailing list