[Clfs-commits] commit: r4714 - in /trunk: BOOK/ BOOK/cross-tools/ppc/ BOOK/cross-tools/ppc64/ BOOK/final-system/ppc/ BOOK/final-system/ppc64/ BOOK/introduction/ppc/ BOOK/introduction/ppc64/ BOOK/materials/ppc/ BOOK/materials/ppc64/ BOOK/temp-system/ppc/ BOOK/temp-system/ppc64/ patches/

svn at cross-lfs.org svn at cross-lfs.org
Wed Feb 18 11:58:27 PST 2009


Author: jim
Date: Wed Feb 18 19:58:27 2009
New Revision: 4714

Log:
Fixed Powerpc Build of GCC

Added:
    trunk/BOOK/final-system/ppc/gcc.xml
    trunk/patches/gcc-4.3.3-ppc_fixes-1.patch
Modified:
    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/final-system/ppc64/gcc.xml
    trunk/BOOK/introduction/ppc/changelog.xml
    trunk/BOOK/introduction/ppc64/changelog.xml
    trunk/BOOK/materials/ppc/patches.xml
    trunk/BOOK/materials/ppc64/patches.xml
    trunk/BOOK/patches.ent
    trunk/BOOK/temp-system/ppc/gcc.xml
    trunk/BOOK/temp-system/ppc64/gcc.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 Wed Feb 18 19:58:27 2009
@@ -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='pp1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="gcc-static.xml"
+    xpointer="xpointer(//*[@os='pp2'])"/>
 
     <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 Wed Feb 18 19:58:27 2009
@@ -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/ppc/gcc.xml"
+    xpointer="xpointer(//*[@os='pp1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../../final-system/ppc/gcc.xml"
+    xpointer="xpointer(//*[@os='pp2'])"/>
 
     <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 Wed Feb 18 19:58:27 2009
@@ -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='pp1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="gcc-static.xml"
+    xpointer="xpointer(//*[@os='pp2'])"/>
 
     <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 Wed Feb 18 19:58:27 2009
@@ -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/ppc/gcc.xml"
+    xpointer="xpointer(//*[@os='pp1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../../final-system/ppc/gcc.xml"
+    xpointer="xpointer(//*[@os='pp2'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../common/gcc-static.xml"

Modified: trunk/BOOK/final-system/ppc64/gcc.xml
==============================================================================
--- trunk/BOOK/final-system/ppc64/gcc.xml (original)
+++ trunk/BOOK/final-system/ppc64/gcc.xml Wed Feb 18 19:58:27 2009
@@ -20,6 +20,14 @@
 
   <sect2 role="installation">
     <title>Installation of GCC</title>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../ppc/gcc.xml"
+    xpointer="xpointer(//*[@os='pp1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../ppc/gcc.xml"
+    xpointer="xpointer(//*[@os='pp2'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../common/gcc.xml"

Modified: trunk/BOOK/introduction/ppc/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/ppc/changelog.xml (original)
+++ trunk/BOOK/introduction/ppc/changelog.xml Wed Feb 18 19:58:27 2009
@@ -32,6 +32,15 @@
     </listitem>
 
 -->
+
+    <listitem>
+      <para>February 18, 2009</para>
+      <itemizedlist>
+        <listitem>
+          <para>[Jim] - Fixed GCC Build - See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37739.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
 
     <listitem>
       <para>February 17, 2009</para>

Modified: trunk/BOOK/introduction/ppc64/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/ppc64/changelog.xml (original)
+++ trunk/BOOK/introduction/ppc64/changelog.xml Wed Feb 18 19:58:27 2009
@@ -32,6 +32,15 @@
     </listitem>
 
 -->
+
+    <listitem>
+      <para>February 18, 2009</para>
+      <itemizedlist>
+        <listitem>
+          <para>[Jim] - Fixed GCC Build - See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37739.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
 
     <listitem>
       <para>February 17, 2009</para>

Modified: trunk/BOOK/materials/ppc/patches.xml
==============================================================================
--- trunk/BOOK/materials/ppc/patches.xml (original)
+++ trunk/BOOK/materials/ppc/patches.xml Wed Feb 18 19:58:27 2009
@@ -11,6 +11,15 @@
   <title>Additional Patches for PowerPC</title>
 
   <variablelist role="materials">
+
+    <varlistentry os="gcc-ppc-fixes-patch">
+      <term>GCC Powerpc Fixes Patch - <token>&gcc-ppc_fixes-patch-size;</token>:</term>
+      <listitem>
+        <para>Download: <ulink
+        url="&patches-root;&gcc-ppc_fixes-patch;"/></para>
+        <para>MD5 sum: <literal>&gcc-ppc_fixes-patch-md5;</literal></para>
+      </listitem>
+    </varlistentry>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../x86/patches.xml"

Modified: trunk/BOOK/materials/ppc64/patches.xml
==============================================================================
--- trunk/BOOK/materials/ppc64/patches.xml (original)
+++ trunk/BOOK/materials/ppc64/patches.xml Wed Feb 18 19:58:27 2009
@@ -24,6 +24,10 @@
         <para>MD5 sum: <literal>&gcc-nof-patch-md5;</literal></para>
       </listitem>
     </varlistentry>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../ppc/patches.xml"
+    xpointer="xpointer(//*[@os='gcc-ppc-fixes-patch'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../x86/patches.xml"

Modified: trunk/BOOK/patches.ent
==============================================================================
--- trunk/BOOK/patches.ent (original)
+++ trunk/BOOK/patches.ent Wed Feb 18 19:58:27 2009
@@ -192,6 +192,10 @@
 <!ENTITY gcc-nof-patch-md5 "cb19503a9c3e4d155dec55a8a74292ee">
 <!ENTITY gcc-nof-patch-size "4 KB">
 
+<!ENTITY gcc-ppc_fixes-patch "gcc-&gcc-version;-ppc_fixes-1.patch">
+<!ENTITY gcc-ppc_fixes-patch-md5 "dbe990d4886c85fa250c8141488cb263">
+<!ENTITY gcc-ppc_fixes-patch-size "4 KB">
+
 <!ENTITY hfsutils-fixes-patch "hfsutils-&hfsutils-version;-fixes-1.patch">
 <!ENTITY hfsutils-fixes-patch-md5 "8519f11aada2f393609d529621a9f1b1">
 <!ENTITY hfsutils-fixes-patch-size "4 KB">

Modified: trunk/BOOK/temp-system/ppc/gcc.xml
==============================================================================
--- trunk/BOOK/temp-system/ppc/gcc.xml (original)
+++ trunk/BOOK/temp-system/ppc/gcc.xml Wed Feb 18 19:58:27 2009
@@ -21,6 +21,14 @@
 
   <sect2 role="installation">
     <title>Installation of GCC</title>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../../final-system/ppc/gcc.xml"
+    xpointer="xpointer(//*[@os='pp1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../../final-system/ppc/gcc.xml"
+    xpointer="xpointer(//*[@os='pp2'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../../cross-tools/common/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 Wed Feb 18 19:58:27 2009
@@ -21,6 +21,14 @@
 
   <sect2 role="installation">
     <title>Installation of GCC</title>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../../final-system/ppc/gcc.xml"
+    xpointer="xpointer(//*[@os='pp1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../../final-system/ppc/gcc.xml"
+    xpointer="xpointer(//*[@os='pp2'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../../cross-tools/multilib/gcc-static.xml"




More information about the Clfs-commits mailing list