Changeset 2f9a05f1 for BOOK/temp-system


Ignore:
Timestamp:
Jul 18, 2009, 7:11:52 PM (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:
76c9fbb
Parents:
98c59fa
Message:

Updated PPL Instructions to save time during make check

Location:
BOOK/temp-system
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • BOOK/temp-system/64/ppl.xml

    r98c59fa r2f9a05f1  
    3939<screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
    4040    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    41     --enable-interfaces="c,cxx" \
    42     --enable-shared --with-libgmp-prefix=/tools \
     41    --enable-interfaces="c,cxx" --enable-shared \
     42    --disable-optimization --with-libgmp-prefix=/tools \
    4343    --with-libgmpxx-prefix=/tools</userinput></screen>
    4444
  • BOOK/temp-system/common/ppl.xml

    r98c59fa r2f9a05f1  
    3737<screen os="b"><userinput>./configure --prefix=/tools \
    3838    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    39     --enable-interfaces="c,cxx" \
     39    --enable-interfaces="c,cxx" --enable-shared --disable-optimization \
    4040    --with-libgmp-prefix=/tools --with-libgmpxx-prefix=/tools</userinput></screen>
    4141
  • BOOK/temp-system/multilib/ppl.xml

    r98c59fa r2f9a05f1  
    4040    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    4141    --enable-interfaces="c,cxx" --libdir=/tools/lib64 --enable-shared \
    42     --with-libgmp-prefix=/tools --with-libgmpxx-prefix=/tools</userinput></screen>
     42    --disable-optimization --with-libgmp-prefix=/tools \
     43    --with-libgmpxx-prefix=/tools</userinput></screen>
    4344
    4445    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.