Changeset 2f9a05f1 for BOOK


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
Files:
8 edited

Legend:

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

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

    r98c59fa r2f9a05f1  
    3333    CXX="g++ -isystem /usr/include" \
    3434    LDFLAGS="-Wl,-rpath-link,/lib" \
    35     ./configure --prefix=/usr --enable-shared</userinput></screen>
     35    ./configure --prefix=/usr --enable-shared \
     36      --disable-optimization --enable-check=quick</userinput></screen>
    3637
    3738    <para os="c">Compile the package:</para>
  • BOOK/final-system/multilib/ppl-64bit.xml

    r98c59fa r2f9a05f1  
    3939    CXX="g++ -isystem /usr/include ${BUILD64}" \
    4040    LDFLAGS="-Wl,-rpath-link,/lib64 ${BUILD64}" \
    41     ./configure --prefix=/usr \
    42     --libdir=/usr/lib64 --enable-shared</userinput></screen>
     41    ./configure --prefix=/usr --libdir=/usr/lib64 \
     42      --enable-shared --disable-optimization \
     43      --enable-check=quick</userinput></screen>
    4344
    4445    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/final-system/multilib/ppl-n32.xml

    r98c59fa r2f9a05f1  
    4040    CXX="g++ -isystem /usr/include ${BUILDN32}" \
    4141    LDFLAGS="-Wl,-rpath-link,/lib32 ${BUILDN32}" \
    42     ./configure --prefix=/usr \
    43     --libdir=/usr/lib32 --enable-shared</userinput></screen>
     42    ./configure --prefix=/usr --libdir=/usr/lib32 \
     43      --enable-shared --disable-optimization \
     44      --enable-check=quick</userinput></screen>
    4445
    4546    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/final-system/multilib/ppl.xml

    r98c59fa r2f9a05f1  
    4141    LDFLAGS="-Wl,-rpath-link,/lib ${BUILD32}" \
    4242    ./configure --prefix=/usr --host=${CLFS_TARGET32} \
    43     --enable-shared</userinput></screen>
     43      --enable-shared --disable-optimization \
     44      --enable-check=quick</userinput></screen>
    4445
    4546    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • 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.