Ignore:
Timestamp:
May 6, 2014, 2:05:37 AM (11 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/common
Files:
3 edited

Legend:

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

    r83b1e52 r7ef2c6b  
    2626
    2727<screen os="b"><userinput>./configure --prefix=/tools \
    28     --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    29     --with-gmp-prefix=/tools --with-isl-prefix=/tools</userinput></screen>
     28    --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
    3029
    3130    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/temp-system/common/gcc.xml

    r83b1e52 r7ef2c6b  
    7575  --enable-c99 --enable-shared --enable-threads=posix --disable-multilib \
    7676  --disable-nls --enable-__cxa_atexit --enable-languages=c,c++ \
    77   --disable-libstdcxx-pch --with-gmp=/tools --with-mpfr=/tools \
    78   --with-mpc=/tools --with-isl=/tools --with-cloog=/tools --with-system-zlib \
     77  --disable-libstdcxx-pch --with-system-zlib \
    7978  --with-native-system-header-dir=/tools/include --disable-libssp \
    8079  --enable-checking=release --enable-libstdcxx-time</userinput></screen>
  • BOOK/temp-system/common/isl.xml

    r83b1e52 r7ef2c6b  
    2626
    2727<screen os="b"><userinput>./configure --prefix=/tools \
    28     --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    29     --with-gmp-prefix=/tools</userinput></screen>
     28    --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
    3029
    3130    <para os="c">Compile the package:</para>
Note: See TracChangeset for help on using the changeset viewer.