%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=${LFS_HOST} --host=${LFS_TARGET} --target=${LFS_TARGET} \ --with-local-prefix=/tools --enable-long-long --with-abi=64 \ --enable-c99 --enable-shared --enable-threads=posix --enable-__cxa_atexit \ --disable-nls --enable-languages=c,c++ --disable-libstdcxx-pch The meaning of the new configure options: <para>Details on this package are located in <xref linkend="contents-gcc" role="."/></para> </sect2> </sect1>