%general-entities; ]> GCC-&gcc-version; GCC temporary system Installation of GCC CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \ ../gcc-&gcc-version;/configure --prefix=/tools --disable-multilib \ --build=${CLFS_HOST} --host=${CLFS_TARGET} --target=${CLFS_TARGET} \ --libexecdir=/tools/lib --with-local-prefix=/tools --enable-long-long \ --enable-c99 --enable-shared --enable-threads=posix --disable-nls \ --enable-__cxa_atexit --enable-languages=c,c++ --disable-libstdcxx-pch \ --with-gmp=/tools --with-mpfr=/tools --with-mpc=/tools --with-isl=/tools \ --disable-isl-version-check --with-cloog=/tools --with-system-zlib \ --with-native-system-header-dir=/tools/include --enable-checking=release \ --enable-libstdcxx-time The meaning of the new configure options: <para>Details on this package are located in <xref linkend="contents-gcc" role="."/></para> </sect2> </sect1>