diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2011-10-05 19:20:00 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2011-10-05 19:20:00 +0000 |
commit | 88fc2daace07d1fdd74c17c7b7c518913a6e1ae4 (patch) | |
tree | 8af682470ac2b3a8aa762167a090990262d7d442 | |
parent | 61d8b9afcaca922bb8f4900a2c22d418651b51d9 (diff) |
Add a small change from upstream to gmp
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9612 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 10 | ||||
-rw-r--r-- | chapter06/gmp.xml | 5 | ||||
-rw-r--r-- | general.ent | 4 |
3 files changed, 17 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 3b4355798..63aade35b 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,6 +37,16 @@ --> <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> <listitem> diff --git a/chapter06/gmp.xml b/chapter06/gmp.xml index 27c413df9..7bad38fa3 100644 --- a/chapter06/gmp.xml +++ b/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/& - 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> diff --git a/general.ent b/general.ent index 713206436..994cce4b5 100644 --- a/general.ent +++ b/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 – --> <!ENTITY milestone "7.0"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> |