Changeset 421e729


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

Location:
BOOK
Files:
2 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 \
  • BOOK/introduction/common/changelog.xml

    r279277d r421e729  
    3636    </listitem>
    3737-->
     38
     39    <listitem>
     40      <para>May 19, 2011</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[Jonathan] - Fixed issue with cross PPL using
     44          the host's GMP headers.</para>
     45        </listitem>
     46      </itemizedlist>
     47    </listitem>
     48
    3849
    3950    <listitem>
Note: See TracChangeset for help on using the changeset viewer.