diff --git a/chapter08/gmp.xml b/chapter08/gmp.xml
index 0820f726c..01dace92f 100644
--- a/chapter08/gmp.xml
+++ b/chapter08/gmp.xml
@@ -54,10 +54,12 @@
The default settings of GMP produce libraries optimized for
the host processor. If libraries suitable for processors less
capable than the host's CPU are desired, generic libraries can be
- created by running the following:
+ created by appending the option
+ to the configure command.
-cp -v configfsf.guess config.guess
-cp -v configfsf.sub config.sub
+
Prepare GMP for compilation:
@@ -106,7 +108,7 @@ make html
the system capabilities and there will be errors in the tests or other
applications using the gmp libraries with the message "Illegal
instruction". In this case, gmp should be reconfigured with the option
- --build=x86_64-pc-linux-gnu and rebuilt.
+ and rebuilt.
Ensure that all 197 tests in the test suite passed.
Check the results by issuing the following command: