Changeset 80e604c


Ignore:
Timestamp:
Aug 26, 2012, 3:31:24 PM (12 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
6b2fbfc
Parents:
3e0fdeb
Message:

Edit ppl cross-tools and temp-tools configuration options.

Location:
BOOK
Files:
4 edited

Legend:

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

    r3e0fdeb r80e604c  
    2929    ./configure --prefix=/cross-tools --enable-shared \
    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>
  • BOOK/temp-system/64/ppl.xml

    r3e0fdeb r80e604c  
    3030    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    3131    --enable-interfaces="c,cxx" --enable-shared \
    32     --disable-optimization --with-libgmp-prefix=/tools \
    33     --with-libgmpxx-prefix=/tools</userinput></screen>
     32    --disable-optimization --with-gmp=/tools</userinput></screen>
    3433
    3534    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/temp-system/common/ppl.xml

    r3e0fdeb r80e604c  
    2828    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    2929    --enable-interfaces="c,cxx" --enable-shared --disable-optimization \
    30     --with-libgmp-prefix=/tools --with-libgmpxx-prefix=/tools</userinput></screen>
     30    --with-gmp=/tools</userinput></screen>
    3131
    3232    <para os="bp1">When PPL is cross-compiled, it does not check whether
  • BOOK/temp-system/multilib/ppl.xml

    r3e0fdeb r80e604c  
    3030    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    3131    --enable-interfaces="c,cxx" --libdir=/tools/lib64 --enable-shared \
    32     --disable-optimization --with-libgmp-prefix=/tools \
    33     --with-libgmpxx-prefix=/tools</userinput></screen>
     32    --disable-optimization --with-gmp=/tools</userinput></screen>
    3433
    3534    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.