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/temp-system/64
Files:
3 edited

Legend:

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

    r3c32719 rfd54d80  
    3838
    3939<screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
    40     --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    41         --enable-shared --with-gmp=/tools --with-ppl=/tools</userinput></screen>
     40  --build=${CLFS_HOST} --host=${CLFS_TARGET} --with-bits=gmp \
     41  --enable-shared --with-gmp=/tools --with-ppl=/tools</userinput></screen>
    4242
    4343    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/temp-system/64/gcc.xml

    r3c32719 rfd54d80  
    8383    --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \
    8484    --libexecdir=/tools/lib --with-local-prefix=/tools --enable-long-long \
     85    --with-mpfr=/tools --with-gmp=/tools --with-ppl=/tools --with-cloog=/tools \
    8586    --enable-c99 --enable-shared --enable-threads=posix --disable-nls \
    8687    --enable-__cxa_atexit --enable-languages=c,c++ --disable-libstdcxx-pch</userinput></screen>
  • BOOK/temp-system/64/ppl.xml

    r3c32719 rfd54d80  
    3939<screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
    4040    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    41         --enable-shared --with-libgmp-prefix=/tools \
     41    --enable-interfaces="c,cxx" \
     42    --enable-shared --with-libgmp-prefix=/tools \
    4243    --with-libgmpxx-prefix=/tools</userinput></screen>
    4344
Note: See TracChangeset for help on using the changeset viewer.