Changeset 7c63706e


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
Files:
8 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">
  • BOOK/general.ent

    rd52b7f85 r7c63706e  
    33<!ENTITY month "02"> <!-- Use two digits -->
    44<!ENTITY month_name "Febuary">
    5 <!ENTITY day "18"> <!-- Use two digits -->
     5<!ENTITY day "20"> <!-- Use two digits -->
    66<!ENTITY year "2012"> <!-- Use four digits -->
    77
  • BOOK/introduction/common/changelog.xml

    rd52b7f85 r7c63706e  
    3838
    3939    <listitem>
     40      <para>20 February 2012</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[Jonathan] - Added --with-ppl to cross and temp binutils.</para>
     44        </listitem>
     45      </itemizedlist>
     46    </listitem>
     47
     48    <listitem>
    4049      <para>18 February 2012</para>
    4150      <itemizedlist>
  • 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.