Changeset 1018fd3


Ignore:
Timestamp:
05/24/2010 12:41:00 AM (14 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
2e7ca50
Parents:
1310170
Message:

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r1310170 r1018fd3  
    4141      <itemizedlist>
    4242        <listitem>
     43          <para>[ken] - Reword the ABI note in gmp (chapter06) to correct
     44          it, and to stress that it is for 32-bit. Fixes
     45          <ulink url="&lfs-ticket-root;2648">#2648</ulink></para>
     46        </listitem>
     47        <listitem>
    4348          <para>[bdubbs] - Add a patch to fix some internal problems
    4449          in Man-DB when viewing some pages. Thanks to William Immendorf
  • chapter06/gmp.xml

    r1310170 r1018fd3  
    4343
    4444    <note>
    45       <para>If you have a CPU which is capable of running 64-bit code
    46       and you have specified <envar>CFLAGS</envar> in the environment,
    47       the configure script will attempt to configure for 64-bits and fail.
    48       Avoid this by adding <parameter>ABI=32</parameter> to the
    49       <envar>CFLAGS</envar> variable for the duration of the configure
    50       command below, then remove it afterwards.</para>
     45      <para>If you are building for 32-bit x86, but you have a CPU which is
     46      capable of running 64-bit code <emphasis>and</emphasis> you have specified
     47      <envar>CFLAGS</envar> in the environment, the configure script will
     48      attempt to configure for 64-bits and fail.
     49      Avoid this by invoking the configure command below with
     50      <screen><userinput><parameter>ABI=32</parameter>  ./configure ...</userinput>
     51      </screen></para>
    5152    </note>
    5253
Note: See TracChangeset for help on using the changeset viewer.