Ignore:
Timestamp:
May 6, 2014, 2:05:37 AM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
ff6d7ea
Parents:
83b1e52
Message:

A number of switches specifying locations of libraries in /tools are not needed

Location:
BOOK/temp-system/multilib
Files:
3 edited

Legend:

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

    r83b1e52 r7ef2c6b  
    2929<screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
    3030    --build=${CLFS_HOST} --host=${CLFS_TARGET}  --libdir=/tools/lib64 \
    31      --enable-shared --with-gmp-prefix=/tools --with-isl-prefix=/tools</userinput></screen>
     31     --enable-shared</userinput></screen>
    3232
    3333    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/temp-system/multilib/gcc.xml

    r83b1e52 r7ef2c6b  
    7777  --enable-long-long --enable-c99 --enable-shared --enable-threads=posix \
    7878  --disable-nls --enable-__cxa_atexit --enable-languages=c,c++ \
    79   --disable-libstdcxx-pch --with-gmp=/tools --with-mpfr=/tools \
    80   --with-mpc=/tools --with-isl=/tools --with-cloog=/tools --with-system-zlib \
     79  --disable-libstdcxx-pch --with-system-zlib \
    8180  --with-native-system-header-dir=/tools/include --disable-libssp \
    8281  --enable-libstdcxx-time --enable-checking=release</userinput></screen>
  • BOOK/temp-system/multilib/isl.xml

    r83b1e52 r7ef2c6b  
    3030  ./configure --prefix=/tools \
    3131    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    32     --libdir=/tools/lib64 --with-gmp-prefix=/tools</userinput></screen>
     32    --libdir=/tools/lib64</userinput></screen>
    3333
    3434    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.