Author: ken
Date: 2006-05-16 10:34:07 -0600 (Tue, 16 May 2006)
New Revision: 1615

Added:
   trunk/BOOK/final-system/ppc64/gcc.xml
Modified:
   trunk/BOOK/final-system/ppc64-chapter.xml
   trunk/BOOK/general.ent
   trunk/BOOK/introduction/ppc64/changelog.xml
   trunk/BOOK/materials/ppc64/patches.xml
   trunk/BOOK/patches.ent
Log:
Add gcc ppc64 patch which I forgot to add to the book when I was doing the 
final-system chapter.

Added: trunk/BOOK/final-system/ppc64/gcc.xml
===================================================================
--- trunk/BOOK/final-system/ppc64/gcc.xml                               (rev 0)
+++ trunk/BOOK/final-system/ppc64/gcc.xml       2006-05-16 16:34:07 UTC (rev 
1615)
@@ -0,0 +1,145 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
+  "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"; [
+  <!ENTITY % general-entities SYSTEM "../../general.ent">
+  %general-entities;
+]>
+
+<sect1 id="ch-system-gcc" role="wrap">
+  <?dbhtml filename="gcc.html"?>
+
+  <title>GCC-&gcc-version;</title>
+
+  <indexterm zone="ch-system-gcc">
+    <primary sortas="a-GCC">GCC</primary>
+  </indexterm>
+
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
+  href="../common/gcc.xml"
+  xpointer="xpointer(//[EMAIL PROTECTED]'package'])"/>
+
+  <sect2 role="installation">
+    <title>Installation of GCC</title>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
+    href="../common/gcc.xml"
+    xpointer="xpointer(//[EMAIL PROTECTED]'p1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
+    href="../common/gcc.xml"
+    xpointer="xpointer(//[EMAIL PROTECTED]'p2'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
+    href="../common/gcc.xml"
+    xpointer="xpointer(//[EMAIL PROTECTED]'p3'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
+    href="../common/gcc.xml"
+    xpointer="xpointer(//[EMAIL PROTECTED]'p4'])"/>
+
+    <para>GCC includes a <filename class="directory">nof</filename> directory
+    of 32-bit code for processors which do not have hardware floating point.
+    Installing it causes a linkage failure on a 64-bit system. and is
+    unnecessary.  The following patch will prevent it being compiled.</para>
+
+<screen><userinput>patch -Np1 -i ../&gcc-nof-patch;</userinput></screen>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
+    href="../common/gcc.xml"
+    xpointer="xpointer(//[EMAIL PROTECTED]'d'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
+    href="../common/gcc.xml"
+    xpointer="xpointer(//[EMAIL PROTECTED]'e'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
+    href="../common/gcc.xml"
+    xpointer="xpointer(//[EMAIL PROTECTED]'e1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
+    href="../common/gcc.xml"
+    xpointer="xpointer(//[EMAIL PROTECTED]'e2'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
+    href="../common/gcc.xml"
+    xpointer="xpointer(//[EMAIL PROTECTED]'f'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
+    href="../common/gcc.xml"
+    xpointer="xpointer(//[EMAIL PROTECTED]'g'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
+    href="../common/gcc.xml"
+    xpointer="xpointer(//[EMAIL PROTECTED]'h'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
+    href="../common/gcc.xml"
+    xpointer="xpointer(//[EMAIL PROTECTED]'i'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
+    href="../common/gcc.xml"
+    xpointer="xpointer(//[EMAIL PROTECTED]'j'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
+    href="../common/gcc.xml"
+    xpointer="xpointer(//[EMAIL PROTECTED]'k'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
+    href="../common/gcc.xml"
+    xpointer="xpointer(//[EMAIL PROTECTED]'l'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
+    href="../common/gcc.xml"
+    xpointer="xpointer(//[EMAIL PROTECTED]'m'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
+    href="../common/gcc.xml"
+    xpointer="xpointer(//[EMAIL PROTECTED]'n'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
+    href="../common/gcc.xml"
+    xpointer="xpointer(//[EMAIL PROTECTED]'o'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
+    href="../common/gcc.xml"
+    xpointer="xpointer(//[EMAIL PROTECTED]'p'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
+    href="../common/gcc.xml"
+    xpointer="xpointer(//[EMAIL PROTECTED]'q'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
+    href="../common/gcc.xml"
+    xpointer="xpointer(//[EMAIL PROTECTED]'r'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
+    href="../common/gcc.xml"
+    xpointer="xpointer(//[EMAIL PROTECTED]'s'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
+    href="../common/gcc.xml"
+    xpointer="xpointer(//[EMAIL PROTECTED]'t'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
+    href="../common/gcc.xml"
+    xpointer="xpointer(//[EMAIL PROTECTED]'u'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
+    href="../common/gcc.xml"
+    xpointer="xpointer(//[EMAIL PROTECTED]'v'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
+    href="../common/gcc.xml"
+    xpointer="xpointer(//[EMAIL PROTECTED]'w'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
+    href="../common/gcc.xml"
+    xpointer="xpointer(//[EMAIL PROTECTED]'x'])"/>
+
+  </sect2>
+
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
+  href="../common/gcc.xml"
+  xpointer="xpointer(id('contents-gcc'))"/>
+
+</sect1>

Modified: trunk/BOOK/final-system/ppc64-chapter.xml
===================================================================
--- trunk/BOOK/final-system/ppc64-chapter.xml   2006-05-16 15:20:02 UTC (rev 
1614)
+++ trunk/BOOK/final-system/ppc64-chapter.xml   2006-05-16 16:34:07 UTC (rev 
1615)
@@ -20,7 +20,7 @@
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="ppc64/glibc-64bit.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="ppc64/adjusting.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="multilib/binutils.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="multilib/gcc.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="ppc64/gcc.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="multilib/coreutils.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="common/iana-etc.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="multilib/m4.xml"/>

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2006-05-16 15:20:02 UTC (rev 1614)
+++ trunk/BOOK/general.ent      2006-05-16 16:34:07 UTC (rev 1615)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 
-<!ENTITY version "CLFS-SVN-20060515">
+<!ENTITY version "CLFS-SVN-20060516">
 <!ENTITY version-x86 "&version;-x86">
 <!ENTITY version-x86_64 "&version;-x86_64-Multilib">
 <!ENTITY version-x86_64-64 "&version;-x86_64-Pure64">
@@ -15,7 +15,7 @@
 <!ENTITY version-mips64-64 "&version;-MIPS64-Pure64">
 <!ENTITY version-alpha "&version;-ALPHA">
 
-<!ENTITY releasedate "May 15, 2006">
+<!ENTITY releasedate "May 16, 2006">
 <!ENTITY milestone "0.1">
 <!ENTITY generic-version "svn"> <!-- Use "svn", "testing", or "x.y[-pre{x}]" 
-->
 

Modified: trunk/BOOK/introduction/ppc64/changelog.xml
===================================================================
--- trunk/BOOK/introduction/ppc64/changelog.xml 2006-05-16 15:20:02 UTC (rev 
1614)
+++ trunk/BOOK/introduction/ppc64/changelog.xml 2006-05-16 16:34:07 UTC (rev 
1615)
@@ -34,6 +34,15 @@
 -->
 
     <listitem>
+      <para>May 16, 2006</para>
+      <itemizedlist>
+        <listitem>
+          <para>[ken] - Add gcc nof patch I had forgotten was not in the 
book.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>May 10, 2006</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/materials/ppc64/patches.xml
===================================================================
--- trunk/BOOK/materials/ppc64/patches.xml      2006-05-16 15:20:02 UTC (rev 
1614)
+++ trunk/BOOK/materials/ppc64/patches.xml      2006-05-16 16:34:07 UTC (rev 
1615)
@@ -16,6 +16,15 @@
     href="../x86_64/patches.xml"
     xpointer="xpointer(//[EMAIL PROTECTED]'binutils-multilib-patch'])"/>
 
+    <varlistentry>
+      <term>GCC PPC64 Multilib Patch - 
<token>&gcc-nof-patch-size;</token>:</term>
+      <listitem>
+        <para>Download: <ulink
+       url="&patches-root;gcc/&gcc-nof-patch;"/></para>
+       <para>MD5 sum: <literal>&gcc-nof-patch-md5;</literal></para>
+      </listitem>
+    </varlistentry>
+
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
     href="../x86/patches.xml"
     xpointer="xpointer(//[EMAIL PROTECTED]'gcc-specs-patch'])"/>

Modified: trunk/BOOK/patches.ent
===================================================================
--- trunk/BOOK/patches.ent      2006-05-16 15:20:02 UTC (rev 1614)
+++ trunk/BOOK/patches.ent      2006-05-16 16:34:07 UTC (rev 1615)
@@ -202,13 +202,17 @@
 
 <!-- Start of ppc/ppc64 patches -->
 
+<!ENTITY gcc-nof-patch "gcc-&gcc-version;-powerpc64_multilib-1.patch">
+<!ENTITY gcc-nof-patch-md5 "4ab7c7067764737c465201c992aeb339">
+<!ENTITY gcc-nof-patch-size "1.4 KB">
+
 <!ENTITY powerpcutils-patch 
"powerpc-utils_&powerpcutils-version;-fixes-1.patch">
 <!ENTITY powerpcutils-patch-md5 "0cf00038191e3bb1968457e4d273e480">
 <!ENTITY powerpcutils-patch-size "21 KB">
 
 <!ENTITY powerpcutils64-patch 
"powerpc-utils_&powerpcutils-version;-fixes-2.patch">
 <!ENTITY powerpcutils64-patch-md5 "d2776b1a4977c5711037b8f1402f792a">
-<!ENTITY powerpcutils64-patch-size "24 KB">
+<!ENTITY powerpcutils64-patch-size "22 KB">
 
 <!ENTITY yaboot-fix-patch "yaboot-&yaboot-version;-fix-1.patch">
 <!ENTITY yaboot-fix-patch-md5 "2848f7b2a01469f9e302a8890f4daafd">

-- 
http://linuxfromscratch.org/mailman/listinfo/cross-lfs
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to