%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 \ --with-mpfr=/tools --with-gmp=/tools --with-ppl=/tools --with-cloog=/tools \ --enable-c99 --enable-shared --enable-threads=posix --disable-nls \ --enable-__cxa_atexit --enable-languages=c,c++ --disable-libstdcxx-pch The meaning of the new configure options: Now we copy the files that are placed in /tools/lib64 to /tools/lib. We also delete the /tools/lib64 directory: cp -va /tools/lib64/* /tools/lib rm -rvf /tools/lib64 <para>Details on this package are located in <xref linkend="contents-gcc" role="."/></para> </sect2> </sect1>