Changes between Version 11 and Version 12 of Ticket #1019, comment 14


Ignore:
Timestamp:
Nov 18, 2015, 4:45:25 PM (9 years ago)
Author:
William Harrington

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1019, comment 14

    v11 v12  
    1010    --disable-libquadmath --disable-libsanitizer --disable-libssp --disable-libvtv \
    1111    --disable-libcilkrts --disable-libstdc++-v3 --with-system-zlib --enable-languages=c \
    12     --enable-checking=release
     12    --enable-checking=release --disable-bootstrap
    1313}}}
    1414
     
    1919    --with-local-prefix=/tools --with-native-system-header-dir=/tools/include --disable-nls \
    2020    --disable-static --enable-languages=c,c++ --with-mpc=/cross-tools --with-mpfr=/cross-tools \
    21     --with-gmp=/cross-tools --with-isl=/cross-tools --with-system-zlib --enable-checking=release
     21    --with-gmp=/cross-tools --with-isl=/cross-tools --with-system-zlib --enable-checking=release \
     22    --disable-bootstrap
    2223}}}
    2324Multilib GCC Temp-system:
    2425{{{
    25 ../gcc-5.2.0/configure --prefix=/tools --build={CLFS_HOST --host=x86_64-unknown-linux-gnu \
    26     --target=x86_64-unknown-linux-gnu --with-local-prefix=/tools --with-native-system-header-dir=/tools/include \
    27     --enable-languages=c,c++ --disable-libstdcxx-pch --with-system-zlib --enable-checking=release \
    28     --enable-libstdcxx-time --disable-bootstrap
     26../gcc-5.2.0/configure --prefix=/tools --libdir=/tools/lib64 --build=${CLFS_HOST} \
     27    --host=${CLFS_TARGET} --target=i${CLFS_TARGET} --with-local-prefix=/tools \
     28    --with-native-system-header-dir=/tools/include --enable-languages=c,c++ \
     29    --disable-libstdcxx-pch --with-system-zlib --enable-libstdcxx-time \
     30    --enable-checking=release --disable-bootstrap
    2931}}}
    3032Multilib GCC Final-System