Changes between Version 11 and Version 12 of Ticket #1019, comment 14
- Timestamp:
- Nov 18, 2015, 4:45:25 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1019, comment 14
v11 v12 10 10 --disable-libquadmath --disable-libsanitizer --disable-libssp --disable-libvtv \ 11 11 --disable-libcilkrts --disable-libstdc++-v3 --with-system-zlib --enable-languages=c \ 12 --enable-checking=release 12 --enable-checking=release --disable-bootstrap 13 13 }}} 14 14 … … 19 19 --with-local-prefix=/tools --with-native-system-header-dir=/tools/include --disable-nls \ 20 20 --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 22 23 }}} 23 24 Multilib GCC Temp-system: 24 25 {{{ 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 29 31 }}} 30 32 Multilib GCC Final-System