ソースを参照

Add a small change from upstream to gmp

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9612 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Bruce Dubbs 14 年 前
コミット
88fc2daace
3 ファイル変更17 行追加2 行削除
  1. 10 0
      chapter01/changelog.xml
  2. 5 0
      chapter06/gmp.xml
  3. 2 2
      general.ent

+ 10 - 0
chapter01/changelog.xml

@@ -36,6 +36,16 @@
     </listitem>
 
 -->
+    <listitem>
+      <para>2011-10-05</para>
+      <itemizedlist>
+        <listitem>
+          <para>[bdubbs] - Add a small change from upstream to gmp.  Fixes
+          <ulink url="&lfs-ticket-root;2935">#2935</ulink>.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
     <listitem>
       <para>2011-10-02</para>
       <itemizedlist>

+ 5 - 0
chapter06/gmp.xml

@@ -50,6 +50,11 @@
 <screen role="nodump"><userinput><parameter>ABI=32</parameter> ./configure ...</userinput></screen></para>
     </note>
 
+    <para>First, fix a minor error noted on the upstream web page:</para>
+
+<screen><userinput remap="pre"> sed -i 's/np + dn, qn/&amp; - dn/' mpn/generic/dcpi1_bdiv_q.c</userinput></screen>
+
+
     <para>Prepare GMP for compilation:</para>
 
 <screen><userinput remap="configure">./configure --prefix=/usr --enable-cxx --enable-mpbsd</userinput></screen>

+ 2 - 2
general.ent

@@ -1,5 +1,5 @@
-<!ENTITY version "SVN-20110929">
-<!ENTITY releasedate "Sep 29, 2011">
+<!ENTITY version "SVN-20111005">
+<!ENTITY releasedate "Oc5 5, 2011">
 <!ENTITY copyrightdate "1999-2011"><!-- jhalfs needs a literal dash, not &ndash; -->
 <!ENTITY milestone "7.0">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->