Changeset 5ae3520 for BOOK


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
Files:
13 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/common/cloog-ppl.xml

    re37e5b2 r5ae3520  
    3636
    3737<screen os="b"><userinput>LDFLAGS="-Wl,-rpath,/cross-tools/lib" \
    38     ./configure --prefix=/cross-tools --enable-shared --with-bits=gmp \
    39         --with-gmp=/cross-tools --with-ppl=/cross-tools</userinput></screen>
     38./configure --prefix=/cross-tools --enable-shared --with-bits=gmp \
     39    --with-gmp=/cross-tools --with-ppl=/cross-tools</userinput></screen>
    4040
    4141    <para os="c">Compile the package:</para>
  • BOOK/cross-tools/common/ppl.xml

    re37e5b2 r5ae3520  
    3636
    3737<screen os="b"><userinput>LDFLAGS="-Wl,-rpath,/cross-tools/lib" \
    38     ./configure --prefix=/cross-tools --enable-shared \
    39         --enable-interfaces="c,cxx" \
    40         --with-libgmp-prefix=/cross-tools --with-libgmpxx-prefix=/cross-tools</userinput></screen>
     38./configure --prefix=/cross-tools --enable-shared \
     39    --enable-interfaces="c,cxx" \
     40    --with-libgmp-prefix=/cross-tools \
     41    --with-libgmpxx-prefix=/cross-tools</userinput></screen>
    4142
    4243    <para os="c">Compile the package:</para>
  • BOOK/final-system/common/cloog-ppl.xml

    re37e5b2 r5ae3520  
    3232
    3333<screen os="b"><userinput>CC="gcc -isystem /usr/include" LDFLAGS="-Wl,-rpath-link,/lib" \
    34     ./configure --prefix=/usr --enable-shared --with-gmp=/usr \
    35         --with-ppl=/usr</userinput></screen>
     34./configure --prefix=/usr --enable-shared --with-gmp=/usr \
     35    --with-ppl=/usr</userinput></screen>
    3636
    3737    <para os="c">Compile the package:</para>
  • BOOK/final-system/common/ppl.xml

    re37e5b2 r5ae3520  
    3131
    3232<screen os="b"><userinput>CC="gcc -isystem /usr/include" LDFLAGS="-Wl,-rpath-link,/lib" \
    33     ./configure --prefix=/usr --enable-shared --with-libgmp-prefix=/usr \
     33./configure --prefix=/usr --enable-shared --with-libgmp-prefix=/usr \
    3434    --with-libgmpxx-prefix=/usr</userinput></screen>
    3535
  • BOOK/final-system/multilib/cloog-ppl-64bit.xml

    re37e5b2 r5ae3520  
    3737
    3838<screen os="b"><userinput>CC="gcc -isystem /usr/include ${BUILD64}" \
    39     LDFLAGS="-Wl,-rpath-link,/lib64 ${BUILD64}" ./configure --prefix=/usr \
    40         --libdir=/usr/lib64 --enable-shared --with-gmp=/usr \
     39LDFLAGS="-Wl,-rpath-link,/lib64 ${BUILD64}" ./configure --prefix=/usr \
     40    --libdir=/usr/lib64 --enable-shared --with-gmp=/usr \
    4141    --with-ppl=/usr</userinput></screen>
    4242
  • BOOK/final-system/multilib/cloog-ppl-n32.xml

    re37e5b2 r5ae3520  
    3838
    3939<screen os="b"><userinput>CC="gcc -isystem /usr/include ${BUILDN32}" \
    40     LDFLAGS="-Wl,-rpath-link,/lib32 ${BUILDN32}" ./configure --prefix=/usr \
    41         --libdir=/usr/lib32 --enable-shared \
     40LDFLAGS="-Wl,-rpath-link,/lib32 ${BUILDN32}" ./configure --prefix=/usr \
     41    --libdir=/usr/lib32 --enable-shared \
    4242    --with-libgmp-prefix=/usr --with-libgmpxx-prefix=/usr</userinput></screen>
    4343
  • BOOK/final-system/multilib/cloog-ppl.xml

    re37e5b2 r5ae3520  
    3838
    3939<screen os="b"><userinput>CC="gcc -isystem /usr/include ${BUILD32}" \
    40     LDFLAGS="-Wl,-rpath-link,/lib ${BUILD32}" ./configure --prefix=/usr \
    41         --host=${CLFS_TARGET32} --enable-shared \
     40LDFLAGS="-Wl,-rpath-link,/lib ${BUILD32}" ./configure --prefix=/usr \
     41    --host=${CLFS_TARGET32} --enable-shared \
    4242    --with-gmp=/usr --with-ppl=/usr</userinput></screen>
    4343
  • BOOK/final-system/multilib/ppl-64bit.xml

    re37e5b2 r5ae3520  
    3737
    3838<screen os="b"><userinput>CC="gcc -isystem /usr/include ${BUILD64}" \
    39     LDFLAGS="-Wl,-rpath-link,/lib64 ${BUILD64}" ./configure --prefix=/usr \
    40         --libdir=/usr/lib64 --enable-shared \
     39LDFLAGS="-Wl,-rpath-link,/lib64 ${BUILD64}" ./configure --prefix=/usr \
     40    --libdir=/usr/lib64 --enable-shared \
    4141    --with-libgmp-prefix=/usr --with-libgmpxx-prefix=/usr</userinput></screen>
    4242
  • BOOK/final-system/multilib/ppl-n32.xml

    re37e5b2 r5ae3520  
    3838
    3939<screen os="b"><userinput>CC="gcc -isystem /usr/include ${BUILDN32}" \
    40     LDFLAGS="-Wl,-rpath-link,/lib32 ${BUILDN32}" ./configure --prefix=/usr \
    41         --libdir=/usr/lib32 --enable-shared --with-libgmp-prefix=/usr \
     40LDFLAGS="-Wl,-rpath-link,/lib32 ${BUILDN32}" ./configure --prefix=/usr \
     41    --libdir=/usr/lib32 --enable-shared --with-libgmp-prefix=/usr \
    4242    --with-libgmpxx-prefix=/usr</userinput></screen>
    4343
  • BOOK/final-system/multilib/ppl.xml

    re37e5b2 r5ae3520  
    3838
    3939<screen os="b"><userinput>CC="gcc -isystem /usr/include ${BUILD32}" \
    40     LDFLAGS="-Wl,-rpath-link,/lib ${BUILD32}" \
    41         ./configure --prefix=/usr --host=${CLFS_TARGET32} --enable-shared \
    42         --with-libgmp-prefix=/usr --with-libgmpxx-prefix=/usr</userinput></screen>
     40LDFLAGS="-Wl,-rpath-link,/lib ${BUILD32}" \
     41    ./configure --prefix=/usr --host=${CLFS_TARGET32} --enable-shared \
     42    --with-libgmp-prefix=/usr --with-libgmpxx-prefix=/usr</userinput></screen>
    4343
    4444    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • 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.