Changeset 7c63706e for BOOK/temp-system


Ignore:
Timestamp:
Feb 20, 2012, 2:41:40 PM (12 years ago)
Author:
Jonathan Norman <jon@…>
Branches:
clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
9e2e6ae
Parents:
d52b7f85
Message:

Added --with-ppl to cross and temp binutils

Location:
BOOK/temp-system
Files:
3 edited

Legend:

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

    rd52b7f85 r7c63706e  
    3939    --target=${CLFS_TARGET} --with-lib-path=/tools/lib --disable-nls \
    4040    --enable-shared --enable-64-bit-bfd --disable-multilib \
    41     --with-cloog=/tools --enable-cloog-backend=isl</userinput></screen>
     41    --with-ppl=/cross-tools --with-cloog=/tools --enable-cloog-backend=isl</userinput></screen>
    4242
    4343    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/temp-system/common/binutils.xml

    rd52b7f85 r7c63706e  
    3838    --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \
    3939    --with-lib-path=/tools/lib --disable-nls --enable-shared \
    40     --disable-multilib --with-cloog=/tools --enable-cloog-backend=isl</userinput></screen>
     40    --disable-multilib --with-cloog=/tools \
     41    --with-ppl=/cross-tools --enable-cloog-backend=isl</userinput></screen>
    4142
    4243    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/temp-system/multilib/binutils.xml

    rd52b7f85 r7c63706e  
    3939    --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \
    4040    --disable-nls --enable-shared --enable-64-bit-bfd \
    41     --with-cloog=/tools --enable-cloog-backend=isl</userinput></screen>
     41    --with-ppl=/cross-tools --with-cloog=/tools --enable-cloog-backend=isl</userinput></screen>
    4242
    4343    <variablelist os="ea">
Note: See TracChangeset for help on using the changeset viewer.