Ignore:
Timestamp:
Jul 4, 2009, 9:03:56 AM (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:
1c78387
Parents:
3c32719
Message:

Added ABI Check in Cloog-PPL, to match the ABI of GMP
Added --with-ppl --with-cloog-ppl to specify the correct build to use in Cross-Tools GCC Builds
Added --with-ppl --with-cloog-ppl --with-mpfr --with-gmp to Temp System GCC to specify which one to use
Only build C and C++ Interfaces for PPL
Updated date

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

Legend:

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

    r3c32719 rfd54d80  
    8181  --enable-shared --enable-languages=c,c++ --enable-__cxa_atexit \
    8282  --with-mpfr=/cross-tools --with-gmp=/cross-tools --enable-c99 \
     83  --with-ppl=/cross-tools --with-cloog=/cross-tools \
    8384  --enable-long-long --enable-threads=posix</userinput></screen>
    8485
  • BOOK/cross-tools/multilib/gcc-static.xml

    r3c32719 rfd54d80  
    8989  --with-sysroot=${CLFS} --with-local-prefix=/tools --disable-nls \
    9090  --disable-shared --with-mpfr=/cross-tools --with-gmp=/cross-tools \
     91  --with-ppl=/cross-tools --with-cloog=/cross-tools \
    9192  --without-headers --with-newlib --disable-decimal-float \
    9293  --disable-libgomp --disable-libmudflap --disable-libssp \
Note: See TracChangeset for help on using the changeset viewer.