Changeset bacf874 in clfs-embedded for BOOK


Ignore:
Timestamp:
Jul 3, 2013, 7:44:37 AM (11 years ago)
Author:
Andrew Bradford <andrew@…>
Branches:
master
Children:
d92e1b8
Parents:
fcd9e80
Message:

gmp: Add --build=${CLFS_HOST} to configure

To ensure that GMP picks the correct host arch and bit-ness.
See: http://lists.cross-lfs.org/pipermail/clfs-support-cross-lfs.org/2013-July/001611.html

File:
1 edited

Legend:

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

    rfcd9e80 rbacf874  
    3030
    3131<screen os="b"><userinput>CPPFLAGS=-fexceptions ./configure \
    32     --prefix=${CLFS}/cross-tools</userinput></screen>
     32    --build=${CLFS_HOST} --prefix=${CLFS}/cross-tools</userinput></screen>
    3333
    3434    <para os="c">Compile the package:</para>
Note: See TracChangeset for help on using the changeset viewer.