Changes between Version 8 and Version 9 of Ticket #1019, comment 14


Ignore:
Timestamp:
Nov 16, 2015, 8:03:42 PM (9 years ago)
Author:
William Harrington

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1019, comment 14

    v8 v9  
    11Multilib GCC static:
    22{{{
    3 AR=ar LDFLAGS="-Wl,-rpath,/cross-tools/lib" ../gcc-5.2.0/configure --prefix=/cross-tools --build=${CLFS_HOST} --host=${CLFS_HOST} --target=${CLFS_TARGET} --with-sysroot=${CLFS} --with-glibc-version=2.11 --with-local-prefix=/tools --with-native-system-header-dir=/tools/include --disable-nls --disable-shared --with-mpfr=/cross-tools --with-gmp=/cross-tools --with-isl=/cross-tools --with-mpc=/cross-tools -without-headers --with-newlib --disable-decimal-float --disable-threads --disable-libatomic --disable-libgomp --disable-libitm --disable-libquadmath --disable-libsanitizer --disable-libssp --disable-libvtv --disable-libcilkrts --disable-libstdc++-v3 --with-system-zlib --enable-languages=c --enable-checking=release
     3AR=ar LDFLAGS="-Wl,-rpath,/cross-tools/lib" ../gcc-5.2.0/configure --prefix=/cross-tools \
     4    --build=${CLFS_HOST} --host=${CLFS_HOST} --target=${CLFS_TARGET} --with-sysroot=${CLFS} \
     5    --with-glibc-version=2.11 --with-local-prefix=/tools \
     6    --with-native-system-header-dir=/tools/include --disable-nls --disable-shared \
     7    --with-mpfr=/cross-tools --with-gmp=/cross-tools --with-isl=/cross-tools \
     8    --with-mpc=/cross-tools -without-headers --with-newlib --disable-decimal-float \
     9    --disable-threads --disable-libatomic --disable-libgomp --disable-libitm \
     10    --disable-libquadmath --disable-libsanitizer --disable-libssp --disable-libvtv \
     11    --disable-libcilkrts --disable-libstdc++-v3 --with-system-zlib --enable-languages=c \
     12    --enable-checking=release
    413}}}
    514