Upgrade to GMP-5.0.5. Fixes #3079.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9851 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Matthew Burgess 2012-05-11 12:28:34 +00:00
parent 404d641304
commit a9b89e3e00
4 changed files with 10 additions and 6 deletions

View File

@ -57,6 +57,10 @@
<listitem> <listitem>
<para>2012-05-11</para> <para>2012-05-11</para>
<itemizedlist> <itemizedlist>
<listitem>
<para>[matthew] - Upgrade to GMP-5.0.5. Fixes
<ulink url="&lfs-ticket-root;3079">#3079</ulink>.</para>
</listitem>
<listitem> <listitem>
<para>[matthew] - Remove sed from GCC pass 2 and chapter 6, which <para>[matthew] - Remove sed from GCC pass 2 and chapter 6, which
prevented the fixincludes script from being run; it is no longer run prevented the fixincludes script from being run; it is no longer run

View File

@ -85,9 +85,9 @@
<listitem> <listitem>
<para>Glibc &glibc-version;</para> <para>Glibc &glibc-version;</para>
</listitem> </listitem>
<!--<listitem> <listitem>
<para>GMP &gmp-version;</para> <para>GMP &gmp-version;</para>
</listitem>--> </listitem>
<listitem> <listitem>
<para>Grep &grep-version;</para> <para>Grep &grep-version;</para>
</listitem> </listitem>

View File

@ -86,7 +86,7 @@
<screen><userinput remap="test">make check 2>&amp;1 | tee gmp-check-log</userinput></screen> <screen><userinput remap="test">make check 2>&amp;1 | tee gmp-check-log</userinput></screen>
<para>Ensure that all 164 tests in the test suite passed. <para>Ensure that all 166 tests in the test suite passed.
Check the results by issuing the following command:</para> Check the results by issuing the following command:</para>
<screen><userinput remap="test">awk '/tests passed/{total+=$2} ; END{print total}' gmp-check-log</userinput></screen> <screen><userinput remap="test">awk '/tests passed/{total+=$2} ; END{print total}' gmp-check-log</userinput></screen>

View File

@ -208,10 +208,10 @@
<!ENTITY glibc-ch6-du "856 MB"> <!ENTITY glibc-ch6-du "856 MB">
<!ENTITY glibc-ch6-sbu "14.2 SBU"> <!ENTITY glibc-ch6-sbu "14.2 SBU">
<!ENTITY gmp-version "5.0.4"> <!ENTITY gmp-version "5.0.5">
<!ENTITY gmp-size "1,650 KB"> <!ENTITY gmp-size "1,632 KB">
<!ENTITY gmp-url "&gnu;gmp/gmp-&gmp-version;.tar.xz"> <!ENTITY gmp-url "&gnu;gmp/gmp-&gmp-version;.tar.xz">
<!ENTITY gmp-md5 "0881f4ff2617226c673fc534ac39d448"> <!ENTITY gmp-md5 "8aef50959acec2a1ad41d144ffe0f3b5">
<!ENTITY gmp-home "&gnu-software;gmp/"> <!ENTITY gmp-home "&gnu-software;gmp/">
<!ENTITY gmp-ch5-du "39 MB"> <!ENTITY gmp-ch5-du "39 MB">
<!ENTITY gmp-ch5-sbu "1.5 SBU"> <!ENTITY gmp-ch5-sbu "1.5 SBU">