Ignore:
Timestamp:
Aug 12, 2009, 4:51:17 PM (15 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
ae144bd
Parents:
cdee76f
Message:

Fix GMP compilation problem in the temp system when the host and target system have similar but not identical archs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/temp-system/common/gmp.xml

    rcdee76f rded0f3a  
    3535    <para os="a">Prepare GMP for compilation:</para>
    3636
    37 <screen os="b"><userinput>CPPFLAGS=-fexceptions ./configure --prefix=/tools \
     37<screen os="b"><userinput>HOST_CC=gcc CPPFLAGS=-fexceptions ./configure --prefix=/tools \
    3838    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    3939    --enable-cxx</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.