[Clfs-commits] commit: r4286 - in /trunk: BOOK/ BOOK/cross-tools/native/ BOOK/cross-tools/native64/ BOOK/final-system/common/ BOOK/final-system/multilib/ BOOK/introduction/common/ BOOK/materials/common/ BOOK/temp-system/64/ BOOK/temp-system/common/ BOOK/temp-system/multilib/ BOOK/temp-system/native/ BOOK/temp-system/native64/ patches/ scripts/patch/

svn at cross-lfs.org svn at cross-lfs.org
Sat Jan 3 12:04:25 PST 2009


Author: jim
Date: Sat Jan  3 20:04:25 2009
New Revision: 4286

Log:
Added GMP Branch Update Patch

Added:
    trunk/patches/gmp-4.2.4-branch_update-1.patch
Modified:
    trunk/BOOK/cross-tools/native/toolchain.xml
    trunk/BOOK/cross-tools/native64/toolchain.xml
    trunk/BOOK/final-system/common/gmp.xml
    trunk/BOOK/final-system/multilib/gmp-64bit.xml
    trunk/BOOK/final-system/multilib/gmp-n32.xml
    trunk/BOOK/final-system/multilib/gmp.xml
    trunk/BOOK/introduction/common/changelog.xml
    trunk/BOOK/materials/common/patches.xml
    trunk/BOOK/patches.ent
    trunk/BOOK/temp-system/64/gmp.xml
    trunk/BOOK/temp-system/common/gmp.xml
    trunk/BOOK/temp-system/multilib/gmp.xml
    trunk/BOOK/temp-system/native/gmp.xml
    trunk/BOOK/temp-system/native64/gmp.xml
    trunk/scripts/patch/binutils-patch.sh

Modified: trunk/BOOK/cross-tools/native/toolchain.xml
==============================================================================
--- trunk/BOOK/cross-tools/native/toolchain.xml (original)
+++ trunk/BOOK/cross-tools/native/toolchain.xml Sat Jan  3 20:04:25 2009
@@ -85,6 +85,14 @@
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../common/gcc-static.xml"
     xpointer="xpointer(//*[@os='ad'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../../temp-system/common/gmp.xml"
+    xpointer="xpointer(//*[@os='p1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../../temp-system/common/gmp.xml"
+    xpointer="xpointer(//*[@os='p2'])"/>
 
     <para os="ng">This ensures by default the compiler will look in
 /tools/lib/../lib or /tools/lib/../lib64 as appropriate:</para>

Modified: trunk/BOOK/cross-tools/native64/toolchain.xml
==============================================================================
--- trunk/BOOK/cross-tools/native64/toolchain.xml (original)
+++ trunk/BOOK/cross-tools/native64/toolchain.xml Sat Jan  3 20:04:25 2009
@@ -95,6 +95,14 @@
     xpointer="xpointer(//*[@os='ad'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../../temp-system/common/gmp.xml"
+    xpointer="xpointer(//*[@os='p1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../../temp-system/common/gmp.xml"
+    xpointer="xpointer(//*[@os='p2'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../native/gcc.xml"
     xpointer="xpointer(//*[@os='ng'])"/>
 

Modified: trunk/BOOK/final-system/common/gmp.xml
==============================================================================
--- trunk/BOOK/final-system/common/gmp.xml (original)
+++ trunk/BOOK/final-system/common/gmp.xml Sat Jan  3 20:04:25 2009
@@ -25,6 +25,11 @@
 
   <sect2 role="installation">
     <title>Installation of GMP</title>
+
+    <para os="p1">The following patch contains a number of updates to the
+    &gmp-version; branch by the GMP developers:</para>
+
+<screen os="p2"><userinput>patch -Np1 -i ../&gmp-branch_update-patch;</userinput></screen>
 
     <para os="a">Prepare GMP for compilation:</para>
 

Modified: trunk/BOOK/final-system/multilib/gmp-64bit.xml
==============================================================================
--- trunk/BOOK/final-system/multilib/gmp-64bit.xml (original)
+++ trunk/BOOK/final-system/multilib/gmp-64bit.xml Sat Jan  3 20:04:25 2009
@@ -20,6 +20,14 @@
 
   <sect2 role="installation">
     <title>Installation of GMP</title>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../common/gmp.xml"
+    xpointer="xpointer(//*[@os='p1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../common/gmp.xml"
+    xpointer="xpointer(//*[@os='p2'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../common/gmp.xml"

Modified: trunk/BOOK/final-system/multilib/gmp-n32.xml
==============================================================================
--- trunk/BOOK/final-system/multilib/gmp-n32.xml (original)
+++ trunk/BOOK/final-system/multilib/gmp-n32.xml Sat Jan  3 20:04:25 2009
@@ -21,6 +21,14 @@
 
   <sect2 role="installation">
     <title>Installation of GMP</title>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../common/gmp.xml"
+    xpointer="xpointer(//*[@os='p1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../common/gmp.xml"
+    xpointer="xpointer(//*[@os='p2'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../common/gmp.xml"

Modified: trunk/BOOK/final-system/multilib/gmp.xml
==============================================================================
--- trunk/BOOK/final-system/multilib/gmp.xml (original)
+++ trunk/BOOK/final-system/multilib/gmp.xml Sat Jan  3 20:04:25 2009
@@ -21,6 +21,14 @@
 
   <sect2 role="installation">
     <title>Installation of GMP</title>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../common/gmp.xml"
+    xpointer="xpointer(//*[@os='p1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../common/gmp.xml"
+    xpointer="xpointer(//*[@os='p2'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../common/gmp.xml"

Modified: trunk/BOOK/introduction/common/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/common/changelog.xml (original)
+++ trunk/BOOK/introduction/common/changelog.xml Sat Jan  3 20:04:25 2009
@@ -37,7 +37,16 @@
 -->
 
     <listitem>
-      <para>Janurary 02, 2009</para>
+      <para>January 03, 2009</para>
+      <itemizedlist>
+        <listitem>
+          <para>[Jim] - Added GMP Branch Update Patch.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
+      <para>January 02, 2009</para>
       <itemizedlist>
         <listitem>
           <para>[jciccone] - Added another NCurses build that builds the

Modified: trunk/BOOK/materials/common/patches.xml
==============================================================================
--- trunk/BOOK/materials/common/patches.xml (original)
+++ trunk/BOOK/materials/common/patches.xml Sat Jan  3 20:04:25 2009
@@ -109,6 +109,15 @@
     </varlistentry>
 
     <varlistentry>
+      <term>GMP Branch Update Patch - <token>&gmp-branch_update-patch-size;</token>:</term>
+      <listitem>
+        <para>Download: <ulink
+        url="&patches-root;&gmp-branch_update-patch;"/></para>
+        <para>MD5 sum: <literal>&gmp-branch_update-patch-md5;</literal></para>
+      </listitem>
+    </varlistentry>
+
+    <varlistentry>
       <term>Inetutils No-Server-Man-Pages Patch - <token>&inetutils-man_pages-patch-size;</token>:</term>
       <listitem>
         <para>Download: <ulink

Modified: trunk/BOOK/patches.ent
==============================================================================
--- trunk/BOOK/patches.ent (original)
+++ trunk/BOOK/patches.ent Sat Jan  3 20:04:25 2009
@@ -47,6 +47,10 @@
 <!ENTITY glibc-localedef_segfault-patch "glibc-&glibc-version;-localedef_segfault-1.patch">
 <!ENTITY glibc-localedef_segfault-patch-md5 "7f8d1687d78f18cc46db1531fb17f7fe">
 <!ENTITY glibc-localedef_segfault-patch-size "4 KB">
+
+<!ENTITY gmp-branch_update-patch "gmp-&gmp-version;-branch_update-1.patch">
+<!ENTITY gmp-branch_update-patch-md5 "31606a19116f646a2d891d639fbfc339">
+<!ENTITY gmp-branch_update-patch-size "12 KB">
 
 <!ENTITY inetutils-man_pages-patch "inetutils-&inetutils-version;-no_server_man_pages-1.patch">
 <!ENTITY inetutils-man_pages-patch-md5 "ceddba1a8db7f18568a3832c11a69dff">

Modified: trunk/BOOK/temp-system/64/gmp.xml
==============================================================================
--- trunk/BOOK/temp-system/64/gmp.xml (original)
+++ trunk/BOOK/temp-system/64/gmp.xml Sat Jan  3 20:04:25 2009
@@ -21,6 +21,14 @@
 
   <sect2 role="installation">
     <title>Installation of GMP</title>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../common/gmp.xml"
+    xpointer="xpointer(//*[@os='p1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../common/gmp.xml"
+    xpointer="xpointer(//*[@os='p2'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../common/gmp.xml"

Modified: trunk/BOOK/temp-system/common/gmp.xml
==============================================================================
--- trunk/BOOK/temp-system/common/gmp.xml (original)
+++ trunk/BOOK/temp-system/common/gmp.xml Sat Jan  3 20:04:25 2009
@@ -21,6 +21,14 @@
 
   <sect2 role="installation">
     <title>Installation of GMP</title>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../../final-system/common/gmp.xml"
+    xpointer="xpointer(//*[@os='p1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../../final-system/common/gmp.xml"
+    xpointer="xpointer(//*[@os='p2'])"/>
 
     <para os="a">Prepare GMP for compilation:</para>
 

Modified: trunk/BOOK/temp-system/multilib/gmp.xml
==============================================================================
--- trunk/BOOK/temp-system/multilib/gmp.xml (original)
+++ trunk/BOOK/temp-system/multilib/gmp.xml Sat Jan  3 20:04:25 2009
@@ -21,6 +21,14 @@
 
   <sect2 role="installation">
     <title>Installation of GMP</title>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../common/gmp.xml"
+    xpointer="xpointer(//*[@os='p1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../common/gmp.xml"
+    xpointer="xpointer(//*[@os='p2'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../common/gmp.xml"

Modified: trunk/BOOK/temp-system/native/gmp.xml
==============================================================================
--- trunk/BOOK/temp-system/native/gmp.xml (original)
+++ trunk/BOOK/temp-system/native/gmp.xml Sat Jan  3 20:04:25 2009
@@ -21,6 +21,14 @@
 
   <sect2 role="installation">
     <title>Installation of GMP</title>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../../final-system/common/gmp.xml"
+    xpointer="xpointer(//*[@os='p1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../../final-system/common/gmp.xml"
+    xpointer="xpointer(//*[@os='p2'])"/>
 
     <para os="a">Prepare GMP for compilation:</para>
 

Modified: trunk/BOOK/temp-system/native64/gmp.xml
==============================================================================
--- trunk/BOOK/temp-system/native64/gmp.xml (original)
+++ trunk/BOOK/temp-system/native64/gmp.xml Sat Jan  3 20:04:25 2009
@@ -21,6 +21,14 @@
 
   <sect2 role="installation">
     <title>Installation of GMP</title>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../../final-system/common/gmp.xml"
+    xpointer="xpointer(//*[@os='p1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../../final-system/common/gmp.xml"
+    xpointer="xpointer(//*[@os='p2'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../common/gmp.xml"

Modified: trunk/scripts/patch/binutils-patch.sh
==============================================================================
--- trunk/scripts/patch/binutils-patch.sh (original)
+++ trunk/scripts/patch/binutils-patch.sh Sat Jan  3 20:04:25 2009
@@ -9,7 +9,7 @@
 #
 if [ "${VERSION}" = "" ]; then
 	echo "$0 - Binutils_Version"
-	echo "This will Create a Patch for Binutls Binutils_Version"
+	echo "This will Create a Patch for Binutils Binutils_Version"
 fi
 
 # Download Binutils Source




More information about the Clfs-commits mailing list