Changeset f24530ff for BOOK/final-system


Ignore:
Timestamp:
Aug 11, 2014, 3:19:39 AM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, master, systemd
Children:
f5d13b5
Parents:
b8c6ca5
Message:

Removed unneeded configure switch from cloog pages

Location:
BOOK/final-system
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/cloog.xml

    rb8c6ca5 rf24530ff  
    3232<screen os="b"><userinput>CC="gcc -isystem /usr/include" \
    3333LDFLAGS="-Wl,-rpath-link,/usr/lib:/lib" \
    34   ./configure --prefix=/usr --enable-shared --with-isl=system</userinput></screen>
     34  ./configure --prefix=/usr --with-isl=system</userinput></screen>
    3535
    3636    <para os="s1">Apply a <command>sed</command> which prevents the attempted installation of an invalid file:</para>
  • BOOK/final-system/multilib/cloog-64bit.xml

    rb8c6ca5 rf24530ff  
    2828<screen os="b"><userinput>CC="gcc -isystem /usr/include ${BUILD64}" \
    2929LDFLAGS="-Wl,-rpath-link,/usr/lib64:/lib64 ${BUILD64}" \
    30   ./configure --prefix=/usr \
    31     --libdir=/usr/lib64 --enable-shared --with-isl=system</userinput></screen>
     30  ./configure --prefix=/usr --libdir=/usr/lib64 --with-isl=system</userinput></screen>
    3231
    3332    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/final-system/multilib/cloog-n32.xml

    rb8c6ca5 rf24530ff  
    2929<screen os="b"><userinput>CC="gcc -isystem /usr/include ${BUILDN32}" \
    3030LDFLAGS="-Wl,-rpath-link,/usr/lib32:/lib32 ${BUILDN32}" \
    31   ./configure --prefix=/usr \
    32     --libdir=/usr/lib32 --enable-shared --with-isl=system</userinput></screen>
     31  ./configure --prefix=/usr --libdir=/usr/lib32 --with-isl=system</userinput></screen>
    3332
    3433    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/final-system/multilib/cloog.xml

    rb8c6ca5 rf24530ff  
    2929<screen os="b"><userinput>CC="gcc -isystem /usr/include ${BUILD32}" \
    3030LDFLAGS="-Wl,-rpath-link,/usr/lib:/lib ${BUILD32}" \
    31   ./configure --prefix=/usr \
    32     --host=${CLFS_TARGET32} --enable-shared --with-isl=system</userinput></screen>
     31  ./configure --prefix=/usr --host=${CLFS_TARGET32} --with-isl=system</userinput></screen>
    3332
    3433    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.