9 | | 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-multilib --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 |
| 9 | AR=ar LDFLAGS="-Wl,-rpath,/cross-tools/lib" ../gcc-5.2.0/configure \ |
| 10 | --prefix=/cross-tools --build=${CLFS_HOST} --host=${CLFS_HOST} --target=${CLFS_TARGET} \ |
| 11 | --with-sysroot=${CLFS} --with-glibc-version=2.11 --with-local-prefix=/tools \ |
| 12 | --with-native-system-header-dir=/tools/include --disable-nls --disable-shared \ |
| 13 | --with-mpfr=/cross-tools --with-gmp=/cross-tools --with-isl=/cross-tools \ |
| 14 | --with-mpc=/cross-tools -without-headers --with-newlib --disable-multilib \ |
| 15 | --disable-decimal-float --disable-threads --disable-libatomic --disable-libgomp \ |
| 16 | --disable-libitm --disable-libquadmath --disable-libsanitizer --disable-libssp \ |
| 17 | --disable-libvtv --disable-libcilkrts --disable-libstdc++-v3 --with-system-zlib \ |
| 18 | --enable-languages=c --enable-checking=release --disable-bootstrap |
14 | | AR=ar LDFLAGS="-Wl,-rpath,/cross-tools/lib" ../gcc-5.2.0/configure --prefix=/cross-tools --build=${CLFS_HOST} --target=${CLFS_TARGET} --host=${CLFS_HOST} --with-sysroot=${CLFS} --with-local-prefix=/tools --with-native-system-header-dir=/tools/include --disable-nls --disable-static --enable-languages=c,c++ --disable-multilib --with-mpc=/cross-tools --with-mpfr=/cross-tools --with-gmp=/cross-tools --with-isl=/cross-tools --with-system-zlib --enable-checking=release |
| 23 | AR=ar LDFLAGS="-Wl,-rpath,/cross-tools/lib" ../gcc-5.2.0/configure --prefix=/cross-tools \ |
| 24 | --build=${CLFS_HOST} --target=${CLFS_TARGET} --host=${CLFS_HOST} --with-sysroot=${CLFS} \ |
| 25 | --with-local-prefix=/tools --with-native-system-header-dir=/tools/include --disable-nls \ |
| 26 | --disable-static --enable-languages=c,c++ --disable-multilib --with-mpc=/cross-tools \ |
| 27 | --with-mpfr=/cross-tools --with-gmp=/cross-tools --with-isl=/cross-tools --with-system-zlib \ |
| 28 | --enable-checking=release --disable-bootstrap |
23 | | ../gcc-5.2.0/configure --prefix=/tools --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} --with-local-prefix=/tools --disable-multilib --with-native-system-header-dir=/tools/include --enable-languages=c,c++ --disable-libstdcxx-pch --with-system-zlib --enable-checking=release --enable-libstdcxx-time |
| 37 | ../gcc-5.2.0/configure --prefix=/tools --build=${CLFS_HOST} --host=${CLFS_TARGET} \ |
| 38 | --target=${CLFS_TARGET} --with-local-prefix=/tools --disable-multilib \ |
| 39 | --with-native-system-header-dir=/tools/include --enable-languages=c,c++ \ |
| 40 | --disable-libstdcxx-pch --with-system-zlib --enable-checking=release \ |
| 41 | --enable-libstdcxx-time --disable-bootstrap |
34 | | SED=sed CC="gcc -isystem /usr/include" CXX="g++ -isystem /usr/include" LDFLAGS="-Wl,-rpath-link,/usr/lib:/lib" ../gcc-5.2.0/configure --prefix=/usr --libexecdir=/usr/lib --enable-languages=c,c++ --disable-multilib --with-system-zlib --enable-checking=release |
| 52 | SED=sed CC="gcc -isystem /usr/include" CXX="g++ -isystem /usr/include" \ |
| 53 | LDFLAGS="-Wl,-rpath-link,/usr/lib:/lib" ../gcc-5.2.0/configure \ |
| 54 | --prefix=/usr --libexecdir=/usr/lib --enable-languages=c,c++ --disable-multilib \ |
| 55 | --with-system-zlib --enable-checking=release --disable-bootstrap |