Changeset 7c63706e for BOOK/cross-tools


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

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/common/binutils-32.xml

    rd52b7f85 r7c63706e  
    4343  --prefix=/cross-tools --host=${CLFS_HOST} --target=${CLFS_TARGET} \
    4444  --with-sysroot=${CLFS} --with-lib-path=/tools/lib --disable-nls --enable-shared \
    45   --disable-multilib --with-cloog=/cross-tools --enable-cloog-backend=isl</userinput></screen>
     45  --disable-multilib --with-ppl=/cross-tools \
     46  --with-cloog=/cross-tools --enable-cloog-backend=isl</userinput></screen>
    4647
    4748    <variablelist os="bd">
  • BOOK/cross-tools/common/binutils.xml

    rd52b7f85 r7c63706e  
    4343  --prefix=/cross-tools --host=${CLFS_HOST} --target=${CLFS_TARGET} \
    4444  --with-sysroot=${CLFS} --with-lib-path=/tools/lib --disable-nls --enable-shared \
    45   --enable-64-bit-bfd --disable-multilib \
     45  --enable-64-bit-bfd --disable-multilib --with-ppl=/cross-tools \
    4646  --with-cloog=/cross-tools --enable-cloog-backend=isl</userinput></screen>
    4747
  • BOOK/cross-tools/multilib/binutils.xml

    rd52b7f85 r7c63706e  
    4242  --prefix=/cross-tools --host=${CLFS_HOST} --target=${CLFS_TARGET} \
    4343  --with-sysroot=${CLFS} --with-lib-path=/tools/lib --disable-nls --enable-shared \
    44   --enable-64-bit-bfd --with-cloog=/cross-tools --enable-cloog-backend=isl</userinput></screen>
     44  --enable-64-bit-bfd --with-ppl=/cross-tools \
     45  --with-cloog=/cross-tools --enable-cloog-backend=isl</userinput></screen>
    4546
    4647    <variablelist os="bd">
Note: See TracChangeset for help on using the changeset viewer.