Changeset 4ee8905


Ignore:
Timestamp:
Jul 6, 2009, 12:06:14 PM (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:
fddcf74
Parents:
d7bec52
Message:

More indentation fixes.

Location:
BOOK
Files:
7 edited

Legend:

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

    rd7bec52 r4ee8905  
    3636
    3737<screen os="b"><userinput>LDFLAGS="-Wl,-rpath,/cross-tools/lib" \
    38 ./configure --prefix=/cross-tools --enable-shared --with-bits=gmp \
     38    ./configure --prefix=/cross-tools --enable-shared --with-bits=gmp \
    3939    --with-gmp=/cross-tools --with-ppl=/cross-tools</userinput></screen>
    4040
  • BOOK/cross-tools/common/ppl.xml

    rd7bec52 r4ee8905  
    3636
    3737<screen os="b"><userinput>LDFLAGS="-Wl,-rpath,/cross-tools/lib" \
    38 ./configure --prefix=/cross-tools --enable-shared \
     38    ./configure --prefix=/cross-tools --enable-shared \
    3939    --enable-interfaces="c,cxx" \
    4040    --with-libgmp-prefix=/cross-tools \
  • BOOK/final-system/common/cloog-ppl.xml

    rd7bec52 r4ee8905  
    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 \
     34    ./configure --prefix=/usr --enable-shared --with-gmp=/usr \
    3535    --with-ppl=/usr</userinput></screen>
    3636
  • BOOK/final-system/multilib/cloog-ppl-64bit.xml

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

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

    rd7bec52 r4ee8905  
    3838
    3939<screen os="b"><userinput>CC="gcc -isystem /usr/include ${BUILD32}" \
    40 LDFLAGS="-Wl,-rpath-link,/lib ${BUILD32}" ./configure --prefix=/usr \
     40    LDFLAGS="-Wl,-rpath-link,/lib ${BUILD32}" ./configure --prefix=/usr \
    4141    --host=${CLFS_TARGET32} --enable-shared \
    4242    --with-gmp=/usr --with-ppl=/usr</userinput></screen>
  • BOOK/temp-system/common/cloog-ppl.xml

    rd7bec52 r4ee8905  
    3636
    3737<screen os="b"><userinput>./configure --prefix=/tools \
    38   --build=${CLFS_HOST} --host=${CLFS_TARGET} --with-bits=gmp \
    39   --with-ppl=/tools --with-gmp=/tools</userinput></screen>
     38    --build=${CLFS_HOST} --host=${CLFS_TARGET} --with-bits=gmp \
     39    --with-ppl=/tools --with-gmp=/tools</userinput></screen>
    4040
    4141    <para os="c">Compile the package:</para>
Note: See TracChangeset for help on using the changeset viewer.