Changeset 32f3d30 in clfs-sysroot


Ignore:
Timestamp:
Jul 26, 2009, 10:54:01 AM (15 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
be0b9e3
Parents:
62d5fa3
Message:

Updated PPL Instructions to save time during make check.

Location:
BOOK
Files:
2 edited

Legend:

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

    r62d5fa3 r32f3d30  
    3737<screen os="b"><userinput>LDFLAGS="-Wl,-rpath,${CLFS}/cross-tools/lib" \
    3838    ./configure --prefix=${CLFS}/cross-tools --enable-shared \
    39     --enable-interfaces="c,cxx" \
     39    --enable-interfaces="c,cxx" --disable-optimization \
    4040    --with-libgmp-prefix=${CLFS}/cross-tools \
    4141    --with-libgmpxx-prefix=${CLFS}/cross-tools</userinput></screen>
  • BOOK/final-system/common/ppl.xml

    r62d5fa3 r32f3d30  
    3737    --with-libgmp-prefix=${CLFS}/usr \
    3838    --with-libgmpxx-prefix=${CLFS}/usr \
    39     --enable-shared</userinput></screen>
     39    --enable-shared --disable-optimization \
     40    --enable-check=quick</userinput></screen>
    4041
    4142    <para os="c">Compile the package:</para>
Note: See TracChangeset for help on using the changeset viewer.