Changeset cf44b18 in clfs-sysroot


Ignore:
Timestamp:
Jul 11, 2009, 1:36:25 PM (15 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
f3125bf
Parents:
c4fd0e3
Message:

Explicitly specify the path to ppl and cloog for the cross-tools gcc.

Location:
BOOK/cross-tools/common
Files:
2 edited

Legend:

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

    rc4fd0e3 rcf44b18  
    5757    --enable-shared --enable-languages=c,c++ --enable-__cxa_atexit \
    5858    --with-mpfr=${CLFS}/cross-tools --with-gmp=${CLFS}/cross-tools \
     59    --with-ppl=${CLFS}/cross-tools --with-cloog=${CLFS}/cross-tools \
    5960    --enable-c99 --enable-long-long --enable-threads=posix</userinput></screen>
    6061
  • BOOK/cross-tools/common/gcc-static.xml

    rc4fd0e3 rcf44b18  
    5959    --disable-libgomp --disable-libmudflap --disable-libssp \
    6060    --with-mpfr=${CLFS}/cross-tools --with-gmp=${CLFS}/cross-tools \
     61    --with-ppl=${CLFS}/cross-tools --with-cloog=${CLFS}/cross-tools \
    6162    --disable-shared --disable-threads --enable-languages=c</userinput></screen>
    6263
Note: See TracChangeset for help on using the changeset viewer.