Changeset ccb7ecb


Ignore:
Timestamp:
Oct 14, 2013, 6:05:33 PM (10 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
15945347, cad2ff2
Parents:
7422eaa
Message:

Add note for GMP when building for cross-tools and the host CPU is 64-bit capable and 32-bit user-space.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/common/gmp.xml

    r7422eaa rccb7ecb  
    3232    xpointer="xpointer(//*[@os='p2'])"/>
    3333-->
     34
     35    <note os="n1">
     36      <para>If you are building with a host which has 32-bit user-space with a
     37      64-bit capable CPU, cross-tools GMP will attempt to link with 64-bit
     38      libraries. Add the following variable during <command>configure</command>
     39      to force GMP's ABI: <command>./configure ABI=32</command></para>
     40    </note>
    3441
    3542    <para os="a">Prepare GMP for compilation:</para>
Note: See TracChangeset for help on using the changeset viewer.