mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-28 08:09:21 +01:00
Add a small change from upstream to gmp
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9612 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
61d8b9afca
commit
88fc2daace
@ -36,6 +36,16 @@
|
|||||||
</listitem>
|
</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>
|
<listitem>
|
||||||
<para>2011-10-02</para>
|
<para>2011-10-02</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
@ -50,6 +50,11 @@
|
|||||||
<screen role="nodump"><userinput><parameter>ABI=32</parameter> ./configure ...</userinput></screen></para>
|
<screen role="nodump"><userinput><parameter>ABI=32</parameter> ./configure ...</userinput></screen></para>
|
||||||
</note>
|
</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>
|
<para>Prepare GMP for compilation:</para>
|
||||||
|
|
||||||
<screen><userinput remap="configure">./configure --prefix=/usr --enable-cxx --enable-mpbsd</userinput></screen>
|
<screen><userinput remap="configure">./configure --prefix=/usr --enable-cxx --enable-mpbsd</userinput></screen>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<!ENTITY version "SVN-20110929">
|
<!ENTITY version "SVN-20111005">
|
||||||
<!ENTITY releasedate "Sep 29, 2011">
|
<!ENTITY releasedate "Oc5 5, 2011">
|
||||||
<!ENTITY copyrightdate "1999-2011"><!-- jhalfs needs a literal dash, not – -->
|
<!ENTITY copyrightdate "1999-2011"><!-- jhalfs needs a literal dash, not – -->
|
||||||
<!ENTITY milestone "7.0">
|
<!ENTITY milestone "7.0">
|
||||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||||
|
Loading…
Reference in New Issue
Block a user