diff options
author | Ken Moffat <ken@linuxfromscratch.org> | 2010-05-24 00:41:00 +0000 |
---|---|---|
committer | Ken Moffat <ken@linuxfromscratch.org> | 2010-05-24 00:41:00 +0000 |
commit | 1018fd342899e7dae021108cf697cbdd76cecf96 (patch) | |
tree | 263df423266f25e3a8352239c3ad7f5100ea022f /chapter06/gmp.xml | |
parent | 1310170ab434cb53537b7bfeaa79ae9cf239fd86 (diff) |
Reword the gmp note (ABI is not part of CFLAGS, and now that we also build for x86_64 it only applies to 32-bit builds). Fixes #2648.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9287 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/gmp.xml')
-rw-r--r-- | chapter06/gmp.xml | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/chapter06/gmp.xml b/chapter06/gmp.xml index 522cd6710..8593e90c1 100644 --- a/chapter06/gmp.xml +++ b/chapter06/gmp.xml @@ -42,12 +42,13 @@ <title>Installation of GMP</title> <note> - <para>If you have a CPU which is capable of running 64-bit code - and you have specified <envar>CFLAGS</envar> in the environment, - the configure script will attempt to configure for 64-bits and fail. - Avoid this by adding <parameter>ABI=32</parameter> to the - <envar>CFLAGS</envar> variable for the duration of the configure - command below, then remove it afterwards.</para> + <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><userinput><parameter>ABI=32</parameter> ./configure ...</userinput> + </screen></para> </note> <para>Prepare GMP for compilation:</para> |