diff options
Diffstat (limited to 'chapter08/gmp.xml')
-rw-r--r-- | chapter08/gmp.xml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/chapter08/gmp.xml b/chapter08/gmp.xml index c2fd316f8..c178d2b13 100644 --- a/chapter08/gmp.xml +++ b/chapter08/gmp.xml @@ -42,15 +42,6 @@ <title>Installation of GMP</title> <note> - <para>If you are building for 32-bit x86, but you have a CPU which is - capable of running 64-bit code <emphasis>and</emphasis> you have specified - <envar>CFLAGS</envar> in the environment, the configure script will - attempt to configure for 64-bits and fail. - Avoid this by invoking the configure command below with -<screen role="nodump"><userinput><parameter>ABI=32</parameter> ./configure ...</userinput></screen></para> - </note> - - <note> <para>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 |