mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-05 22:04:48 +00:00
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:
parent
404d641304
commit
a9b89e3e00
@ -57,6 +57,10 @@
|
||||
<listitem>
|
||||
<para>2012-05-11</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[matthew] - Upgrade to GMP-5.0.5. Fixes
|
||||
<ulink url="&lfs-ticket-root;3079">#3079</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[matthew] - Remove sed from GCC pass 2 and chapter 6, which
|
||||
prevented the fixincludes script from being run; it is no longer run
|
||||
|
@ -85,9 +85,9 @@
|
||||
<listitem>
|
||||
<para>Glibc &glibc-version;</para>
|
||||
</listitem>
|
||||
<!--<listitem>
|
||||
<listitem>
|
||||
<para>GMP &gmp-version;</para>
|
||||
</listitem>-->
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Grep &grep-version;</para>
|
||||
</listitem>
|
||||
|
@ -86,7 +86,7 @@
|
||||
|
||||
<screen><userinput remap="test">make check 2>&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>
|
||||
|
||||
<screen><userinput remap="test">awk '/tests passed/{total+=$2} ; END{print total}' gmp-check-log</userinput></screen>
|
||||
|
@ -208,10 +208,10 @@
|
||||
<!ENTITY glibc-ch6-du "856 MB">
|
||||
<!ENTITY glibc-ch6-sbu "14.2 SBU">
|
||||
|
||||
<!ENTITY gmp-version "5.0.4">
|
||||
<!ENTITY gmp-size "1,650 KB">
|
||||
<!ENTITY gmp-version "5.0.5">
|
||||
<!ENTITY gmp-size "1,632 KB">
|
||||
<!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-ch5-du "39 MB">
|
||||
<!ENTITY gmp-ch5-sbu "1.5 SBU">
|
||||
|
Loading…
Reference in New Issue
Block a user