mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-22 13:19:20 +01:00
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
This commit is contained in:
parent
1310170ab4
commit
1018fd3428
@ -39,6 +39,11 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>2010-05-23</para>
|
<para>2010-05-23</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[ken] - Reword the ABI note in gmp (chapter06) to correct
|
||||||
|
it, and to stress that it is for 32-bit. Fixes
|
||||||
|
<ulink url="&lfs-ticket-root;2648">#2648</ulink></para>
|
||||||
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>[bdubbs] - Add a patch to fix some internal problems
|
<para>[bdubbs] - Add a patch to fix some internal problems
|
||||||
in Man-DB when viewing some pages. Thanks to William Immendorf
|
in Man-DB when viewing some pages. Thanks to William Immendorf
|
||||||
|
@ -42,12 +42,13 @@
|
|||||||
<title>Installation of GMP</title>
|
<title>Installation of GMP</title>
|
||||||
|
|
||||||
<note>
|
<note>
|
||||||
<para>If you have a CPU which is capable of running 64-bit code
|
<para>If you are building for 32-bit x86, but you have a CPU which is
|
||||||
and you have specified <envar>CFLAGS</envar> in the environment,
|
capable of running 64-bit code <emphasis>and</emphasis> you have specified
|
||||||
the configure script will attempt to configure for 64-bits and fail.
|
<envar>CFLAGS</envar> in the environment, the configure script will
|
||||||
Avoid this by adding <parameter>ABI=32</parameter> to the
|
attempt to configure for 64-bits and fail.
|
||||||
<envar>CFLAGS</envar> variable for the duration of the configure
|
Avoid this by invoking the configure command below with
|
||||||
command below, then remove it afterwards.</para>
|
<screen><userinput><parameter>ABI=32</parameter> ./configure ...</userinput>
|
||||||
|
</screen></para>
|
||||||
</note>
|
</note>
|
||||||
|
|
||||||
<para>Prepare GMP for compilation:</para>
|
<para>Prepare GMP for compilation:</para>
|
||||||
|
Loading…
Reference in New Issue
Block a user