Changeset 421e729 for BOOK/cross-tools


Ignore:
Timestamp:
May 19, 2011, 2:11:12 AM (13 years ago)
Author:
Jonathan Norman <jonathan at bluesquarelinux.co.uk>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
1950bb2b
Parents:
279277d
Message:

Fixed issue with cross PPL using the host's GMP headers

File:
1 edited

Legend:

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

    r279277d r421e729  
    2525    <para os="a">Prepare PPL for compilation:</para>
    2626
    27 <screen os="b"><userinput>LDFLAGS="-Wl,-rpath,/cross-tools/lib" \
     27<screen os="b"><userinput>CPPFLAGS="-I/cross-tools/include" \
     28    LDFLAGS="-Wl,-rpath,/cross-tools/lib" \
    2829    ./configure --prefix=/cross-tools --enable-shared \
    2930    --enable-interfaces="c,cxx" --disable-optimization \
Note: See TracChangeset for help on using the changeset viewer.