%general-entities; %patches-entities; ]> GCC-&gcc-version; - Cross Compiler Final GCC cross tools, final <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../../final-system/common/gcc.xml" xpointer="xpointer(//*[@role='package']/para[1])"/> <segmentedlist> <segtitle>&buildtime;</segtitle> <segtitle>&diskspace;</segtitle> <seglistitem> <seg>Not checked yet</seg> <seg>Not checked yet</seg> </seglistitem> </segmentedlist> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../../final-system/common/gcc.xml" xpointer="xpointer(//*[@role='package']/segmentedlist[2])"/> </sect2> <sect2 role="installation"> <title>Installation of GCC Cross Compiler ../gcc-&gcc-version;/configure --prefix=/cross-tools \ --target=${LFS_TARGET} --host=${LFS_HOST} --disable-multilib \ --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>