Changeset 5ae3520 for BOOK/temp-system


Ignore:
Timestamp:
Jul 6, 2009, 10:53:19 AM (15 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
eaff4b6
Parents:
e37e5b2
Message:

Fix indentation.

Location:
BOOK/temp-system
Files:
3 edited

Legend:

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

    re37e5b2 r5ae3520  
    3838
    3939<screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
    40   --build=${CLFS_HOST} --host=${CLFS_TARGET} --with-bits=gmp \
    41   --enable-shared --with-gmp=/tools --with-ppl=/tools</userinput></screen>
     40    --build=${CLFS_HOST} --host=${CLFS_TARGET} --with-bits=gmp \
     41    --enable-shared --with-gmp=/tools --with-ppl=/tools</userinput></screen>
    4242
    4343    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/temp-system/common/ppl.xml

    re37e5b2 r5ae3520  
    3737<screen os="b"><userinput>./configure --prefix=/tools \
    3838    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    39      --enable-interfaces="c,cxx" \
    40         --with-libgmp-prefix=/tools --with-libgmpxx-prefix=/tools</userinput></screen>
     39    --enable-interfaces="c,cxx" \
     40    --with-libgmp-prefix=/tools --with-libgmpxx-prefix=/tools</userinput></screen>
    4141
    4242    <para os="bp1">PPL doesn't check to see if GMP was compiled with support for
  • BOOK/temp-system/multilib/ppl.xml

    re37e5b2 r5ae3520  
    3939<screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
    4040    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    41       --enable-interfaces="c,cxx" --libdir=/tools/lib64 --enable-shared \
    42       --with-libgmp-prefix=/tools --with-libgmpxx-prefix=/tools</userinput></screen>
     41    --enable-interfaces="c,cxx" --libdir=/tools/lib64 --enable-shared \
     42    --with-libgmp-prefix=/tools --with-libgmpxx-prefix=/tools</userinput></screen>
    4343
    4444    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.