[Clfs-commits] commit: r4151 - in /trunk: BOOK/ BOOK/cross-tools/alpha/ BOOK/cross-tools/common/ BOOK/cross-tools/mips/ BOOK/cross-tools/mips64-64/ BOOK/cross-tools/mips64/ BOOK/cross-tools/ppc/ BOOK/cross-tools/ppc64/ BOOK/cross-tools/sparc/ BOOK/cross-tools/sparc64-64/ BOOK/cross-tools/sparc64/ BOOK/cross-tools/x86_64-64/ BOOK/cross-tools/x86_64/ BOOK/final-system/64/ BOOK/final-system/common/ BOOK/final-system/mips64-64/ BOOK/final-system/mips64/ BOOK/final-system/multilib/ BOOK/final-system/ppc64/ BOOK/introduction/common/ BOOK/materials/common/ BOOK/temp-system/alpha/ BOOK/temp-system/common/ BOOK/temp-system/mips/ BOOK/temp-system/mips64-64/ BOOK/temp-system/mips64/ BOOK/temp-system/ppc/ BOOK/temp-system/ppc64/ BOOK/temp-system/sparc/ BOOK/temp-system/sparc64-64/ BOOK/temp-system/sparc64/ BOOK/temp-system/x86_64-64/ BOOK/temp-system/x86_64/ patches/

svn at cross-lfs.org svn at cross-lfs.org
Sun Dec 21 13:53:52 PST 2008


Author: jim
Date: Sun Dec 21 21:53:52 2008
New Revision: 4151

Log:
Added GCC Branch Update Patch

Added:
    trunk/patches/gcc-4.3.2-branch_update-1.patch
Modified:
    trunk/BOOK/cross-tools/alpha/gcc-final.xml
    trunk/BOOK/cross-tools/alpha/gcc-static.xml
    trunk/BOOK/cross-tools/common/gcc-final.xml
    trunk/BOOK/cross-tools/common/gcc-static.xml
    trunk/BOOK/cross-tools/mips/gcc-final.xml
    trunk/BOOK/cross-tools/mips/gcc-static.xml
    trunk/BOOK/cross-tools/mips64-64/gcc-final.xml
    trunk/BOOK/cross-tools/mips64-64/gcc-static.xml
    trunk/BOOK/cross-tools/mips64/gcc-final.xml
    trunk/BOOK/cross-tools/mips64/gcc-static.xml
    trunk/BOOK/cross-tools/ppc/gcc-final.xml
    trunk/BOOK/cross-tools/ppc/gcc-static.xml
    trunk/BOOK/cross-tools/ppc64/gcc-final.xml
    trunk/BOOK/cross-tools/ppc64/gcc-static.xml
    trunk/BOOK/cross-tools/sparc/gcc-final.xml
    trunk/BOOK/cross-tools/sparc/gcc-static.xml
    trunk/BOOK/cross-tools/sparc64-64/gcc-final.xml
    trunk/BOOK/cross-tools/sparc64-64/gcc-static.xml
    trunk/BOOK/cross-tools/sparc64/gcc-final.xml
    trunk/BOOK/cross-tools/sparc64/gcc-static.xml
    trunk/BOOK/cross-tools/x86_64-64/gcc-final.xml
    trunk/BOOK/cross-tools/x86_64-64/gcc-static.xml
    trunk/BOOK/cross-tools/x86_64/gcc-final.xml
    trunk/BOOK/cross-tools/x86_64/gcc-static.xml
    trunk/BOOK/final-system/64/gcc.xml
    trunk/BOOK/final-system/common/gcc.xml
    trunk/BOOK/final-system/mips64-64/gcc.xml
    trunk/BOOK/final-system/mips64/gcc.xml
    trunk/BOOK/final-system/multilib/gcc.xml
    trunk/BOOK/final-system/ppc64/gcc.xml
    trunk/BOOK/introduction/common/changelog.xml
    trunk/BOOK/materials/common/patches.xml
    trunk/BOOK/patches.ent
    trunk/BOOK/temp-system/alpha/gcc.xml
    trunk/BOOK/temp-system/common/gcc.xml
    trunk/BOOK/temp-system/mips/gcc.xml
    trunk/BOOK/temp-system/mips64-64/gcc.xml
    trunk/BOOK/temp-system/mips64/gcc.xml
    trunk/BOOK/temp-system/ppc/gcc.xml
    trunk/BOOK/temp-system/ppc64/gcc.xml
    trunk/BOOK/temp-system/sparc/gcc.xml
    trunk/BOOK/temp-system/sparc64-64/gcc.xml
    trunk/BOOK/temp-system/sparc64/gcc.xml
    trunk/BOOK/temp-system/x86_64-64/gcc.xml
    trunk/BOOK/temp-system/x86_64/gcc.xml

Modified: trunk/BOOK/cross-tools/alpha/gcc-final.xml
==============================================================================
--- trunk/BOOK/cross-tools/alpha/gcc-final.xml (original)
+++ trunk/BOOK/cross-tools/alpha/gcc-final.xml Sun Dec 21 21:53:52 2008
@@ -21,6 +21,14 @@
 
   <sect2 role="installation">
     <title>Installation of GCC Cross Compiler</title>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="gcc-static.xml"
+    xpointer="xpointer(//*[@os='p1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="gcc-static.xml"
+    xpointer="xpointer(//*[@os='p2'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="gcc-static.xml"

Modified: trunk/BOOK/cross-tools/alpha/gcc-static.xml
==============================================================================
--- trunk/BOOK/cross-tools/alpha/gcc-static.xml (original)
+++ trunk/BOOK/cross-tools/alpha/gcc-static.xml Sun Dec 21 21:53:52 2008
@@ -22,6 +22,14 @@
   <sect2 role="installation">
     <title>Installation of Cross GCC Compiler with Static libgcc
     and no Threads</title>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../common/gcc-static.xml"
+    xpointer="xpointer(//*[@os='p1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../common/gcc-static.xml"
+    xpointer="xpointer(//*[@os='p2'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../common/gcc-static.xml"

Modified: trunk/BOOK/cross-tools/common/gcc-final.xml
==============================================================================
--- trunk/BOOK/cross-tools/common/gcc-final.xml (original)
+++ trunk/BOOK/cross-tools/common/gcc-final.xml Sun Dec 21 21:53:52 2008
@@ -21,6 +21,14 @@
 
   <sect2 role="installation">
     <title>Installation of GCC Cross Compiler</title>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="gcc-static.xml"
+    xpointer="xpointer(//*[@os='p1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="gcc-static.xml"
+    xpointer="xpointer(//*[@os='p2'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="gcc-static.xml"

Modified: trunk/BOOK/cross-tools/common/gcc-static.xml
==============================================================================
--- trunk/BOOK/cross-tools/common/gcc-static.xml (original)
+++ trunk/BOOK/cross-tools/common/gcc-static.xml Sun Dec 21 21:53:52 2008
@@ -22,6 +22,14 @@
   <sect2 role="installation">
     <title>Installation of Cross GCC Compiler with Static libgcc
     and no Threads</title>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../../final-system/common/gcc.xml"
+    xpointer="xpointer(//*[@os='p1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../../final-system/common/gcc.xml"
+    xpointer="xpointer(//*[@os='p2'])"/>
 
     <para os="aa">Make a couple of essential adjustments to the specs file
     to ensure GCC uses our build environment:</para>

Modified: trunk/BOOK/cross-tools/mips/gcc-final.xml
==============================================================================
--- trunk/BOOK/cross-tools/mips/gcc-final.xml (original)
+++ trunk/BOOK/cross-tools/mips/gcc-final.xml Sun Dec 21 21:53:52 2008
@@ -21,6 +21,14 @@
 
   <sect2 role="installation">
     <title>Installation of GCC Cross Compiler</title>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="gcc-static.xml"
+    xpointer="xpointer(//*[@os='p1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="gcc-static.xml"
+    xpointer="xpointer(//*[@os='p2'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="gcc-static.xml"

Modified: trunk/BOOK/cross-tools/mips/gcc-static.xml
==============================================================================
--- trunk/BOOK/cross-tools/mips/gcc-static.xml (original)
+++ trunk/BOOK/cross-tools/mips/gcc-static.xml Sun Dec 21 21:53:52 2008
@@ -22,6 +22,14 @@
   <sect2 role="installation">
     <title>Installation of Cross GCC Compiler with Static libgcc
     and no Threads</title>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../common/gcc-static.xml"
+    xpointer="xpointer(//*[@os='p1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../common/gcc-static.xml"
+    xpointer="xpointer(//*[@os='p2'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../common/gcc-static.xml"

Modified: trunk/BOOK/cross-tools/mips64-64/gcc-final.xml
==============================================================================
--- trunk/BOOK/cross-tools/mips64-64/gcc-final.xml (original)
+++ trunk/BOOK/cross-tools/mips64-64/gcc-final.xml Sun Dec 21 21:53:52 2008
@@ -21,6 +21,14 @@
 
   <sect2 role="installation">
     <title>Installation of GCC Cross Compiler</title>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="gcc-static.xml"
+    xpointer="xpointer(//*[@os='p1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="gcc-static.xml"
+    xpointer="xpointer(//*[@os='p2'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="gcc-static.xml"

Modified: trunk/BOOK/cross-tools/mips64-64/gcc-static.xml
==============================================================================
--- trunk/BOOK/cross-tools/mips64-64/gcc-static.xml (original)
+++ trunk/BOOK/cross-tools/mips64-64/gcc-static.xml Sun Dec 21 21:53:52 2008
@@ -22,6 +22,14 @@
   <sect2 role="installation">
     <title>Installation of Cross GCC Compiler with Static libgcc
     and no Threads</title>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../common/gcc-static.xml"
+    xpointer="xpointer(//*[@os='p1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../x86_64-64/gcc-static.xml"
+    xpointer="xpointer(//*[@os='p2'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../common/gcc-static.xml"

Modified: trunk/BOOK/cross-tools/mips64/gcc-final.xml
==============================================================================
--- trunk/BOOK/cross-tools/mips64/gcc-final.xml (original)
+++ trunk/BOOK/cross-tools/mips64/gcc-final.xml Sun Dec 21 21:53:52 2008
@@ -21,6 +21,14 @@
 
   <sect2 role="installation">
     <title>Installation of GCC Cross Compiler</title>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="gcc-static.xml"
+    xpointer="xpointer(//*[@os='p1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="gcc-static.xml"
+    xpointer="xpointer(//*[@os='p2'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="gcc-static.xml"

Modified: trunk/BOOK/cross-tools/mips64/gcc-static.xml
==============================================================================
--- trunk/BOOK/cross-tools/mips64/gcc-static.xml (original)
+++ trunk/BOOK/cross-tools/mips64/gcc-static.xml Sun Dec 21 21:53:52 2008
@@ -22,6 +22,14 @@
   <sect2 role="installation">
     <title>Installation of Cross GCC Compiler with Static libgcc
     and no Threads</title>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../common/gcc-static.xml"
+    xpointer="xpointer(//*[@os='p1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../common/gcc-static.xml"
+    xpointer="xpointer(//*[@os='p2'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../common/gcc-static.xml"

Modified: trunk/BOOK/cross-tools/ppc/gcc-final.xml
==============================================================================
--- trunk/BOOK/cross-tools/ppc/gcc-final.xml (original)
+++ trunk/BOOK/cross-tools/ppc/gcc-final.xml Sun Dec 21 21:53:52 2008
@@ -21,6 +21,14 @@
 
   <sect2 role="installation">
     <title>Installation of GCC Cross Compiler</title>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="gcc-static.xml"
+    xpointer="xpointer(//*[@os='p1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="gcc-static.xml"
+    xpointer="xpointer(//*[@os='p2'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="gcc-static.xml"

Modified: trunk/BOOK/cross-tools/ppc/gcc-static.xml
==============================================================================
--- trunk/BOOK/cross-tools/ppc/gcc-static.xml (original)
+++ trunk/BOOK/cross-tools/ppc/gcc-static.xml Sun Dec 21 21:53:52 2008
@@ -22,6 +22,14 @@
   <sect2 role="installation">
     <title>Installation of Cross GCC Compiler with Static libgcc
     and no Threads</title>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../common/gcc-static.xml"
+    xpointer="xpointer(//*[@os='p1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../common/gcc-static.xml"
+    xpointer="xpointer(//*[@os='p2'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../common/gcc-static.xml"

Modified: trunk/BOOK/cross-tools/ppc64/gcc-final.xml
==============================================================================
--- trunk/BOOK/cross-tools/ppc64/gcc-final.xml (original)
+++ trunk/BOOK/cross-tools/ppc64/gcc-final.xml Sun Dec 21 21:53:52 2008
@@ -21,6 +21,14 @@
 
   <sect2 role="installation">
     <title>Installation of GCC Cross Compiler</title>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="gcc-static.xml"
+    xpointer="xpointer(//*[@os='p1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="gcc-static.xml"
+    xpointer="xpointer(//*[@os='p2'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="gcc-static.xml"

Modified: trunk/BOOK/cross-tools/ppc64/gcc-static.xml
==============================================================================
--- trunk/BOOK/cross-tools/ppc64/gcc-static.xml (original)
+++ trunk/BOOK/cross-tools/ppc64/gcc-static.xml Sun Dec 21 21:53:52 2008
@@ -22,6 +22,14 @@
   <sect2 role="installation">
     <title>Installation of Cross GCC Compiler with Static libgcc
     and no Threads</title>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../common/gcc-static.xml"
+    xpointer="xpointer(//*[@os='p1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../common/gcc-static.xml"
+    xpointer="xpointer(//*[@os='p2'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../common/gcc-static.xml"

Modified: trunk/BOOK/cross-tools/sparc/gcc-final.xml
==============================================================================
--- trunk/BOOK/cross-tools/sparc/gcc-final.xml (original)
+++ trunk/BOOK/cross-tools/sparc/gcc-final.xml Sun Dec 21 21:53:52 2008
@@ -21,6 +21,14 @@
 
   <sect2 role="installation">
     <title>Installation of GCC Cross Compiler</title>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="gcc-static.xml"
+    xpointer="xpointer(//*[@os='p1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="gcc-static.xml"
+    xpointer="xpointer(//*[@os='p2'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="gcc-static.xml"

Modified: trunk/BOOK/cross-tools/sparc/gcc-static.xml
==============================================================================
--- trunk/BOOK/cross-tools/sparc/gcc-static.xml (original)
+++ trunk/BOOK/cross-tools/sparc/gcc-static.xml Sun Dec 21 21:53:52 2008
@@ -22,6 +22,14 @@
   <sect2 role="installation">
     <title>Installation of Cross GCC Compiler with Static libgcc
     and no Threads</title>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../common/gcc-static.xml"
+    xpointer="xpointer(//*[@os='p1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../common/gcc-static.xml"
+    xpointer="xpointer(//*[@os='p2'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../common/gcc-static.xml"

Modified: trunk/BOOK/cross-tools/sparc64-64/gcc-final.xml
==============================================================================
--- trunk/BOOK/cross-tools/sparc64-64/gcc-final.xml (original)
+++ trunk/BOOK/cross-tools/sparc64-64/gcc-final.xml Sun Dec 21 21:53:52 2008
@@ -21,6 +21,14 @@
 
   <sect2 role="installation">
     <title>Installation of GCC Cross Compiler</title>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="gcc-static.xml"
+    xpointer="xpointer(//*[@os='p1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="gcc-static.xml"
+    xpointer="xpointer(//*[@os='p2'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="gcc-static.xml"

Modified: trunk/BOOK/cross-tools/sparc64-64/gcc-static.xml
==============================================================================
--- trunk/BOOK/cross-tools/sparc64-64/gcc-static.xml (original)
+++ trunk/BOOK/cross-tools/sparc64-64/gcc-static.xml Sun Dec 21 21:53:52 2008
@@ -22,6 +22,14 @@
   <sect2 role="installation">
     <title>Installation of Cross GCC Compiler with Static libgcc
     and no Threads</title>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../common/gcc-static.xml"
+    xpointer="xpointer(//*[@os='p1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../x86_64-64/gcc-static.xml"
+    xpointer="xpointer(//*[@os='p2'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../common/gcc-static.xml"

Modified: trunk/BOOK/cross-tools/sparc64/gcc-final.xml
==============================================================================
--- trunk/BOOK/cross-tools/sparc64/gcc-final.xml (original)
+++ trunk/BOOK/cross-tools/sparc64/gcc-final.xml Sun Dec 21 21:53:52 2008
@@ -21,6 +21,14 @@
 
   <sect2 role="installation">
     <title>Installation of GCC Cross Compiler</title>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="gcc-static.xml"
+    xpointer="xpointer(//*[@os='p1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="gcc-static.xml"
+    xpointer="xpointer(//*[@os='p2'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="gcc-static.xml"

Modified: trunk/BOOK/cross-tools/sparc64/gcc-static.xml
==============================================================================
--- trunk/BOOK/cross-tools/sparc64/gcc-static.xml (original)
+++ trunk/BOOK/cross-tools/sparc64/gcc-static.xml Sun Dec 21 21:53:52 2008
@@ -22,6 +22,14 @@
   <sect2 role="installation">
     <title>Installation of Cross GCC Compiler with Static libgcc
     and no Threads</title>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../common/gcc-static.xml"
+    xpointer="xpointer(//*[@os='p1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../common/gcc-static.xml"
+    xpointer="xpointer(//*[@os='p2'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../common/gcc-static.xml"

Modified: trunk/BOOK/cross-tools/x86_64-64/gcc-final.xml
==============================================================================
--- trunk/BOOK/cross-tools/x86_64-64/gcc-final.xml (original)
+++ trunk/BOOK/cross-tools/x86_64-64/gcc-final.xml Sun Dec 21 21:53:52 2008
@@ -21,6 +21,14 @@
 
   <sect2 role="installation">
     <title>Installation of GCC Cross Compiler</title>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="gcc-static.xml"
+    xpointer="xpointer(//*[@os='p1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="gcc-static.xml"
+    xpointer="xpointer(//*[@os='p2'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="gcc-static.xml"

Modified: trunk/BOOK/cross-tools/x86_64-64/gcc-static.xml
==============================================================================
--- trunk/BOOK/cross-tools/x86_64-64/gcc-static.xml (original)
+++ trunk/BOOK/cross-tools/x86_64-64/gcc-static.xml Sun Dec 21 21:53:52 2008
@@ -22,6 +22,14 @@
   <sect2 role="installation">
     <title>Installation of Cross GCC Compiler with Static libgcc
     and no Threads</title>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../common/gcc-static.xml"
+    xpointer="xpointer(//*[@os='p1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../common/gcc-static.xml"
+    xpointer="xpointer(//*[@os='p2'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../common/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 Sun Dec 21 21:53:52 2008
@@ -21,6 +21,14 @@
 
   <sect2 role="installation">
     <title>Installation of GCC Cross Compiler</title>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="gcc-static.xml"
+    xpointer="xpointer(//*[@os='p1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="gcc-static.xml"
+    xpointer="xpointer(//*[@os='p2'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="gcc-static.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 Sun Dec 21 21:53:52 2008
@@ -22,6 +22,14 @@
   <sect2 role="installation">
     <title>Installation of Cross GCC Compiler with Static libgcc
     and no Threads</title>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../common/gcc-static.xml"
+    xpointer="xpointer(//*[@os='p1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../common/gcc-static.xml"
+    xpointer="xpointer(//*[@os='p2'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../common/gcc-static.xml"

Modified: trunk/BOOK/final-system/64/gcc.xml
==============================================================================
--- trunk/BOOK/final-system/64/gcc.xml (original)
+++ trunk/BOOK/final-system/64/gcc.xml Sun Dec 21 21:53:52 2008
@@ -20,6 +20,14 @@
 
   <sect2 role="installation">
     <title>Installation of GCC</title>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../common/gcc.xml"
+    xpointer="xpointer(//*[@os='p1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../common/gcc.xml"
+    xpointer="xpointer(//*[@os='p2'])"/>
 
     <para os="p5">Apply the following patch so that GCC links to /lib
     instead of /lib64:</para>

Modified: trunk/BOOK/final-system/common/gcc.xml
==============================================================================
--- trunk/BOOK/final-system/common/gcc.xml (original)
+++ trunk/BOOK/final-system/common/gcc.xml Sun Dec 21 21:53:52 2008
@@ -24,6 +24,11 @@
 
   <sect2 role="installation">
     <title>Installation of GCC</title>
+
+    <para os="p1">The following patch contains a number of updates to the
+    &gcc-version; branch by the GCC developers:</para>
+
+<screen os="p2"><userinput>patch -Np1 -i ../&gcc-branch_update-patch;</userinput></screen>
 
     <para os="d">Apply a <command>sed</command> substitution that will suppress the
     installation of <filename class="libraryfile">libiberty.a</filename>. The

Modified: trunk/BOOK/final-system/mips64-64/gcc.xml
==============================================================================
--- trunk/BOOK/final-system/mips64-64/gcc.xml (original)
+++ trunk/BOOK/final-system/mips64-64/gcc.xml Sun Dec 21 21:53:52 2008
@@ -20,6 +20,14 @@
 
   <sect2 role="installation">
     <title>Installation of GCC</title>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../common/gcc.xml"
+    xpointer="xpointer(//*[@os='p1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../common/gcc.xml"
+    xpointer="xpointer(//*[@os='p2'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../64/gcc.xml"

Modified: trunk/BOOK/final-system/mips64/gcc.xml
==============================================================================
--- trunk/BOOK/final-system/mips64/gcc.xml (original)
+++ trunk/BOOK/final-system/mips64/gcc.xml Sun Dec 21 21:53:52 2008
@@ -20,6 +20,14 @@
 
   <sect2 role="installation">
     <title>Installation of GCC</title>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../common/gcc.xml"
+    xpointer="xpointer(//*[@os='p1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../common/gcc.xml"
+    xpointer="xpointer(//*[@os='p2'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../common/gcc.xml"

Modified: trunk/BOOK/final-system/multilib/gcc.xml
==============================================================================
--- trunk/BOOK/final-system/multilib/gcc.xml (original)
+++ trunk/BOOK/final-system/multilib/gcc.xml Sun Dec 21 21:53:52 2008
@@ -20,6 +20,14 @@
 
   <sect2 role="installation">
     <title>Installation of GCC</title>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../common/gcc.xml"
+    xpointer="xpointer(//*[@os='p1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../common/gcc.xml"
+    xpointer="xpointer(//*[@os='p2'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../common/gcc.xml"

Modified: trunk/BOOK/final-system/ppc64/gcc.xml
==============================================================================
--- trunk/BOOK/final-system/ppc64/gcc.xml (original)
+++ trunk/BOOK/final-system/ppc64/gcc.xml Sun Dec 21 21:53:52 2008
@@ -20,6 +20,14 @@
 
   <sect2 role="installation">
     <title>Installation of GCC</title>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../common/gcc.xml"
+    xpointer="xpointer(//*[@os='p1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../common/gcc.xml"
+    xpointer="xpointer(//*[@os='p2'])"/>
 
     <para os="ap1">GCC includes a <filename class="directory">nof</filename> directory
     of 32-bit code for processors which do not have hardware floating point.

Modified: trunk/BOOK/introduction/common/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/common/changelog.xml (original)
+++ trunk/BOOK/introduction/common/changelog.xml Sun Dec 21 21:53:52 2008
@@ -130,6 +130,9 @@
         </listitem>
         <listitem>
           <para>[Jim] - Removed Tree - No Longer Required.</para>
+        </listitem>
+        <listitem>
+          <para>[Jim] - Added GCC Branch Update Patch.</para>
         </listitem>
       </itemizedlist>
     </listitem>

Modified: trunk/BOOK/materials/common/patches.xml
==============================================================================
--- trunk/BOOK/materials/common/patches.xml (original)
+++ trunk/BOOK/materials/common/patches.xml Sun Dec 21 21:53:52 2008
@@ -69,6 +69,15 @@
         <para>Download: <ulink
         url="&patches-root;&expect-spawn-patch;"/></para>
         <para>MD5 sum: <literal>&expect-spawn-patch-md5;</literal></para>
+      </listitem>
+    </varlistentry>
+
+    <varlistentry>
+      <term>GCC Branch Update Patch - <token>&gcc-branch_update-patch-size;</token>:</term>
+      <listitem>
+        <para>Download: <ulink
+        url="&patches-root;&gcc-branch_update-patch;"/></para>
+        <para>MD5 sum: <literal>&gcc-branch_update-patch-md5;</literal></para>
       </listitem>
     </varlistentry>
 

Modified: trunk/BOOK/patches.ent
==============================================================================
--- trunk/BOOK/patches.ent (original)
+++ trunk/BOOK/patches.ent Sun Dec 21 21:53:52 2008
@@ -27,6 +27,10 @@
 <!ENTITY expect-spawn-patch "expect-&expect-version;-spawn-2.patch">
 <!ENTITY expect-spawn-patch-md5 "7706e1e8238c72eed8dc905d6f3b6aa9">
 <!ENTITY expect-spawn-patch-size "6.9 KB">
+
+<!ENTITY gcc-branch_update-patch "gcc-&gcc-version;-branch_update-1.patch">
+<!ENTITY gcc-branch_update-patch-md5 "e9e4236fa439ece67f02ab8377ee5811">
+<!ENTITY gcc-branch_update-patch-size "812 KB">
 
 <!ENTITY gcc-posix-patch "gcc-&gcc-version;-posix-1.patch">
 <!ENTITY gcc-posix-patch-md5 "ed26ea522e014b2e39adf066bd44053b">

Modified: trunk/BOOK/temp-system/alpha/gcc.xml
==============================================================================
--- trunk/BOOK/temp-system/alpha/gcc.xml (original)
+++ trunk/BOOK/temp-system/alpha/gcc.xml Sun Dec 21 21:53:52 2008
@@ -21,6 +21,14 @@
 
   <sect2 role="installation">
     <title>Installation of GCC</title>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../../cross-tools/alpha/gcc-static.xml"
+    xpointer="xpointer(//*[@os='p1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../../cross-tools/alpha/gcc-static.xml"
+    xpointer="xpointer(//*[@os='p2'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../../cross-tools/alpha/gcc-static.xml"

Modified: trunk/BOOK/temp-system/common/gcc.xml
==============================================================================
--- trunk/BOOK/temp-system/common/gcc.xml (original)
+++ trunk/BOOK/temp-system/common/gcc.xml Sun Dec 21 21:53:52 2008
@@ -21,6 +21,14 @@
 
   <sect2 role="installation">
     <title>Installation of GCC</title>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../../cross-tools/common/gcc-static.xml"
+    xpointer="xpointer(//*[@os='p1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../../cross-tools/common/gcc-static.xml"
+    xpointer="xpointer(//*[@os='p2'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../../cross-tools/common/gcc-static.xml"

Modified: trunk/BOOK/temp-system/mips/gcc.xml
==============================================================================
--- trunk/BOOK/temp-system/mips/gcc.xml (original)
+++ trunk/BOOK/temp-system/mips/gcc.xml Sun Dec 21 21:53:52 2008
@@ -21,6 +21,14 @@
 
   <sect2 role="installation">
     <title>Installation of GCC</title>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../../cross-tools/mips/gcc-static.xml"
+    xpointer="xpointer(//*[@os='p1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../../cross-tools/mips/gcc-static.xml"
+    xpointer="xpointer(//*[@os='p2'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../../cross-tools/mips/gcc-static.xml"

Modified: trunk/BOOK/temp-system/mips64-64/gcc.xml
==============================================================================
--- trunk/BOOK/temp-system/mips64-64/gcc.xml (original)
+++ trunk/BOOK/temp-system/mips64-64/gcc.xml Sun Dec 21 21:53:52 2008
@@ -21,6 +21,14 @@
 
   <sect2 role="installation">
     <title>Installation of GCC</title>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../../cross-tools/mips64-64/gcc-static.xml"
+    xpointer="xpointer(//*[@os='p1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../../cross-tools/mips64-64/gcc-static.xml"
+    xpointer="xpointer(//*[@os='p2'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../../cross-tools/mips64-64/gcc-static.xml"

Modified: trunk/BOOK/temp-system/mips64/gcc.xml
==============================================================================
--- trunk/BOOK/temp-system/mips64/gcc.xml (original)
+++ trunk/BOOK/temp-system/mips64/gcc.xml Sun Dec 21 21:53:52 2008
@@ -21,6 +21,14 @@
 
   <sect2 role="installation">
     <title>Installation of GCC</title>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../../cross-tools/mips64/gcc-static.xml"
+    xpointer="xpointer(//*[@os='p1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../../cross-tools/mips64/gcc-static.xml"
+    xpointer="xpointer(//*[@os='p2'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../../cross-tools/mips64/gcc-static.xml"

Modified: trunk/BOOK/temp-system/ppc/gcc.xml
==============================================================================
--- trunk/BOOK/temp-system/ppc/gcc.xml (original)
+++ trunk/BOOK/temp-system/ppc/gcc.xml Sun Dec 21 21:53:52 2008
@@ -21,6 +21,14 @@
 
   <sect2 role="installation">
     <title>Installation of GCC</title>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../../cross-tools/ppc/gcc-static.xml"
+    xpointer="xpointer(//*[@os='p1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../../cross-tools/ppc/gcc-static.xml"
+    xpointer="xpointer(//*[@os='p2'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../../cross-tools/ppc/gcc-static.xml"

Modified: trunk/BOOK/temp-system/ppc64/gcc.xml
==============================================================================
--- trunk/BOOK/temp-system/ppc64/gcc.xml (original)
+++ trunk/BOOK/temp-system/ppc64/gcc.xml Sun Dec 21 21:53:52 2008
@@ -21,6 +21,14 @@
 
   <sect2 role="installation">
     <title>Installation of GCC</title>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../../cross-tools/x86_64/gcc-static.xml"
+    xpointer="xpointer(//*[@os='p1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../../cross-tools/x86_64/gcc-static.xml"
+    xpointer="xpointer(//*[@os='p2'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../../cross-tools/x86_64/gcc-static.xml"

Modified: trunk/BOOK/temp-system/sparc/gcc.xml
==============================================================================
--- trunk/BOOK/temp-system/sparc/gcc.xml (original)
+++ trunk/BOOK/temp-system/sparc/gcc.xml Sun Dec 21 21:53:52 2008
@@ -21,6 +21,14 @@
 
   <sect2 role="installation">
     <title>Installation of GCC</title>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../../cross-tools/sparc/gcc-static.xml"
+    xpointer="xpointer(//*[@os='p1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../../cross-tools/sparc/gcc-static.xml"
+    xpointer="xpointer(//*[@os='p2'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../../cross-tools/sparc/gcc-static.xml"

Modified: trunk/BOOK/temp-system/sparc64-64/gcc.xml
==============================================================================
--- trunk/BOOK/temp-system/sparc64-64/gcc.xml (original)
+++ trunk/BOOK/temp-system/sparc64-64/gcc.xml Sun Dec 21 21:53:52 2008
@@ -21,6 +21,14 @@
 
   <sect2 role="installation">
     <title>Installation of GCC</title>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../../cross-tools/sparc64-64/gcc-static.xml"
+    xpointer="xpointer(//*[@os='p1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../../cross-tools/sparc64-64/gcc-static.xml"
+    xpointer="xpointer(//*[@os='p2'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../../cross-tools/sparc64-64/gcc-static.xml"

Modified: trunk/BOOK/temp-system/sparc64/gcc.xml
==============================================================================
--- trunk/BOOK/temp-system/sparc64/gcc.xml (original)
+++ trunk/BOOK/temp-system/sparc64/gcc.xml Sun Dec 21 21:53:52 2008
@@ -21,6 +21,14 @@
 
   <sect2 role="installation">
     <title>Installation of GCC</title>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../../cross-tools/sparc64/gcc-static.xml"
+    xpointer="xpointer(//*[@os='p1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../../cross-tools/sparc64/gcc-static.xml"
+    xpointer="xpointer(//*[@os='p2'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../../cross-tools/sparc64/gcc-static.xml"

Modified: trunk/BOOK/temp-system/x86_64-64/gcc.xml
==============================================================================
--- trunk/BOOK/temp-system/x86_64-64/gcc.xml (original)
+++ trunk/BOOK/temp-system/x86_64-64/gcc.xml Sun Dec 21 21:53:52 2008
@@ -21,6 +21,14 @@
 
   <sect2 role="installation">
     <title>Installation of GCC</title>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../../cross-tools/x86_64-64/gcc-static.xml"
+    xpointer="xpointer(//*[@os='p1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../../cross-tools/x86_64-64/gcc-static.xml"
+    xpointer="xpointer(//*[@os='p2'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../../cross-tools/x86_64-64/gcc-static.xml"

Modified: trunk/BOOK/temp-system/x86_64/gcc.xml
==============================================================================
--- trunk/BOOK/temp-system/x86_64/gcc.xml (original)
+++ trunk/BOOK/temp-system/x86_64/gcc.xml Sun Dec 21 21:53:52 2008
@@ -21,6 +21,14 @@
 
   <sect2 role="installation">
     <title>Installation of GCC</title>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../../cross-tools/x86_64/gcc-static.xml"
+    xpointer="xpointer(//*[@os='p1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../../cross-tools/x86_64/gcc-static.xml"
+    xpointer="xpointer(//*[@os='p2'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../../cross-tools/x86_64/gcc-static.xml"




More information about the Clfs-commits mailing list