%general-entities; ]> GCC-&gcc-version; - Cross Compiler Final GCC cross tools, final Installation of GCC Cross Compiler ../gcc-&gcc-version;/configure --prefix=/cross-tools \ --target=${LFS_TARGET} --host=${LFS_HOST} \ --with-local-prefix=/tools --disable-nls --enable-shared \ --enable-languages=c,c++ --enable-__cxa_atexit \ --enable-c99 --enable-long-long --enable-threads=posix Continue with compiling the package: make AS_FOR_TARGET="/cross-tools/bin/${LFS_TARGET}-as" \ LD_FOR_TARGET="/cross-tools/bin/${LFS_TARGET}-ld" Install the package: make install <para>Details on this package are located in <xref linkend="contents-gcc" role="."/></para> </sect2> </sect1>