Ignore:
File:
1 edited

Legend:

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

    r421e729 rd08e660  
    2727<screen os="b"><userinput>CPPFLAGS="-I/cross-tools/include" \
    2828    LDFLAGS="-Wl,-rpath,/cross-tools/lib" \
    29     ./configure --prefix=/cross-tools --enable-shared \
     29    ./configure --prefix=/cross-tools --enable-shared --disable-static \
    3030    --enable-interfaces="c,cxx" --disable-optimization \
    31     --with-libgmp-prefix=/cross-tools \
    32     --with-libgmpxx-prefix=/cross-tools</userinput></screen>
     31    --with-gmp=/cross-tools</userinput></screen>
    3332
    3433    <para os="c">Compile the package:</para>
Note: See TracChangeset for help on using the changeset viewer.