Changeset 50efa77


Ignore:
Timestamp:
Jul 22, 2013, 9:30:57 AM (11 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
00fcb3ef
Parents:
f435fb7
Message:

Remove duplicate configure options.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/multilib/gcc-final.xml

    rf435fb7 r50efa77  
    5555  --build=${CLFS_HOST} --target=${CLFS_TARGET} --host=${CLFS_HOST} \
    5656  --with-sysroot=${CLFS} --with-local-prefix=/tools \
    57   --with-native-system-header-dir=/tools/include --disable-nls \
    58   --with-sysroot=/mnt/clfs --with-local-prefix=/tools --disable-nls \
    59   --enable-shared --disable-static --enable-languages=c,c++ \
    60   --enable-__cxa_atexit --enable-c99 --enable-long-long --enable-threads=posix \
    61   --with-mpc=/cross-tools --with-mpfr=/cross-tools --with-gmp=/cross-tools \
    62   --with-cloog=/cross-tools --enable-cloog-backend=isl --with-system-zlib \
    63   --disable-cloog-version-check --enable-checking=release \
    64   --enable-libstdcxx-time</userinput></screen>
     57  --with-native-system-header-dir=/tools/include \
     58  --with-local-prefix=/tools --disable-nls --enable-shared --disable-static \
     59  --enable-languages=c,c++ --enable-__cxa_atexit --enable-c99 \
     60  --enable-long-long --enable-threads=posix --with-mpc=/cross-tools \
     61  --with-mpfr=/cross-tools --with-gmp=/cross-tools --with-cloog=/cross-tools \
     62  --enable-cloog-backend=isl --with-system-zlib --disable-cloog-version-check \
     63  --enable-checking=release --enable-libstdcxx-time</userinput></screen>
    6564
    6665    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.