8 | | 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++ --with-mpc=/cross-tools --with-mpfr=/cross-tools --with-gmp=/cross-tools --with-isl=/cross-tools --with-system-zlib --enable-checking=release |
| 8 | AR=ar LDFLAGS="-Wl,-rpath,/cross-tools/lib" ../gcc-5.2.0/configure --prefix=/cross-tools \ |
| 9 | --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} --with-sysroot=${CLFS} \ |
| 10 | --with-local-prefix=/tools --with-native-system-header-dir=/tools/include --disable-nls \ |
| 11 | --disable-static --enable-languages=c,c++ --with-mpc=/cross-tools --with-mpfr=/cross-tools \ |
| 12 | --with-gmp=/cross-tools --with-isl=/cross-tools --with-system-zlib --enable-checking=release |