Changeset 82035d2 for BOOK/temp-system


Ignore:
Timestamp:
Feb 20, 2012, 3:08:04 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:
e13155d
Parents:
9e2e6ae
Message:

I temp binutils was pointing to /cross-tools, not /tools

Location:
BOOK/temp-system
Files:
3 edited

Legend:

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

    r9e2e6ae r82035d2  
    3939    --target=${CLFS_TARGET} --with-lib-path=/tools/lib --disable-nls \
    4040    --enable-shared --enable-64-bit-bfd --disable-multilib \
    41     --with-ppl=/cross-tools --with-cloog=/tools --enable-cloog-backend=isl</userinput></screen>
     41    --with-ppl=/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

    r9e2e6ae r82035d2  
    3939    --with-lib-path=/tools/lib --disable-nls --enable-shared \
    4040    --disable-multilib --with-cloog=/tools \
    41     --with-ppl=/cross-tools --enable-cloog-backend=isl</userinput></screen>
     41    --with-ppl=/tools --enable-cloog-backend=isl</userinput></screen>
    4242
    4343    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/temp-system/multilib/binutils.xml

    r9e2e6ae r82035d2  
    3939    --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \
    4040    --disable-nls --enable-shared --enable-64-bit-bfd \
    41     --with-ppl=/cross-tools --with-cloog=/tools --enable-cloog-backend=isl</userinput></screen>
     41    --with-ppl=/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.