Ignore:
Timestamp:
Jul 7, 2009, 8:49:42 AM (15 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
b26d64d
Parents:
4261659 (diff), 53750600 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of git@…:cross-lfs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/ppl.xml

    r4261659 r6fcaede  
    3030    <para os="a">Prepare PPL for compilation:</para>
    3131
    32 <screen os="b"><userinput>CC="gcc -isystem /usr/include" LDFLAGS="-Wl,-rpath-link,/lib" \
    33     ./configure --prefix=/usr --enable-shared --with-libgmp-prefix=/usr \
    34     --with-libgmpxx-prefix=/usr</userinput></screen>
     32<screen os="b"><userinput>CPPFLAGS=-fexceptions CC="gcc -isystem /usr/include" \
     33    CXX="g++ -isystem /usr/include" \
     34    LDFLAGS="-Wl,-rpath-link,/lib" \
     35    ./configure --prefix=/usr --enable-shared</userinput></screen>
    3536
    3637    <para os="c">Compile the package:</para>
Note: See TracChangeset for help on using the changeset viewer.