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/common
Files:
3 edited

Legend:

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

    r3c32719 rfd54d80  
    3636
    3737<screen os="b"><userinput>./configure --prefix=/tools \
    38     --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    39         --with-ppl=/tools --with-gmp=/tools</userinput></screen>
     38  --build=${CLFS_HOST} --host=${CLFS_TARGET} --with-bits=gmp \
     39  --with-ppl=/tools --with-gmp=/tools</userinput></screen>
    4040
    4141    <para os="c">Compile the package:</para>
  • BOOK/temp-system/common/gcc.xml

    r3c32719 rfd54d80  
    8080  --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \
    8181  --with-local-prefix=/tools --enable-long-long --enable-c99 \
     82  --with-mpfr=/tools --with-gmp=/tools --with-ppl=/tools --with-cloog=/tools \
    8283  --enable-shared --enable-threads=posix --enable-__cxa_atexit \
    8384  --disable-nls --enable-languages=c,c++ --disable-libstdcxx-pch \
  • BOOK/temp-system/common/ppl.xml

    r3c32719 rfd54d80  
    3737<screen os="b"><userinput>./configure --prefix=/tools \
    3838    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     39     --enable-interfaces="c,cxx" \
    3940        --with-libgmp-prefix=/tools --with-libgmpxx-prefix=/tools</userinput></screen>
    4041
Note: See TracChangeset for help on using the changeset viewer.