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 |
| 3 | AR=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 |