mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-22 21:29:23 +01:00
Remove a fixup for GMP's testsuite which was added upstream in GMP-5.0.3. Fixes #3016.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9738 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
196be1e746
commit
fe3809eb7a
@ -37,6 +37,16 @@
|
||||
|
||||
-->
|
||||
|
||||
<listitem>
|
||||
<para>2012-02-09</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[matthew] - Remove a fixup for GMP's testsuite which was added upstream in
|
||||
GMP-5.0.3. Fixes <ulink url="&lfs-ticket-root;3016">#3016</ulink>.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>2012-02-07</para>
|
||||
<itemizedlist>
|
||||
|
@ -50,11 +50,6 @@
|
||||
<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>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<!ENTITY version "SVN-20120207">
|
||||
<!ENTITY releasedate "Feb 7, 2012">
|
||||
<!ENTITY version "SVN-20120209">
|
||||
<!ENTITY releasedate "Feb 09, 2012">
|
||||
<!ENTITY copyrightdate "1999-2012"><!-- jhalfs needs a literal dash, not – -->
|
||||
<!ENTITY milestone "7.1">
|
||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||
|
Loading…
Reference in New Issue
Block a user