diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-02-11 15:23:53 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-02-11 15:23:53 +0000 |
commit | fbac56f1b28f725250e76e08b5cc8397164286c4 (patch) | |
tree | 3357b8cdd6edb76063c42d3d150e5889e22ed921 /chapter06/gmp.xml | |
parent | 6553bff0df545f505c036a430f94008258747a90 (diff) |
Upgrade to GMP-5.0.4. Fixes #3017.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9740 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/gmp.xml')
-rw-r--r-- | chapter06/gmp.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/gmp.xml b/chapter06/gmp.xml index 27c413df9..803b6cb6f 100644 --- a/chapter06/gmp.xml +++ b/chapter06/gmp.xml @@ -86,7 +86,7 @@ <screen><userinput remap="test">make check 2>&1 | tee gmp-check-log</userinput></screen> - <para>Ensure that all 162 tests in the test suite passed. + <para>Ensure that all 164 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> |