%general-entities; %patches-entities; ]> Cross GCC-&gcc-version; - Static GCC cross tools, static Installation of Cross GCC Compiler with Static libgcc and no Threads patch -Np1 -i ../&gcc-specs_pure64-patch; This will allow us to build a 64 bit ABI compiler instead of the default n32: patch -Np1 -i ../&gcc-mips_pure64-patch; Now we will need to setup our StartFile Spec to the correct library location: ../gcc-&gcc-version;/configure --prefix=/cross-tools \ --host=${LFS_HOST} --target=${LFS_TARGET} --disable-mutlilib \ --with-local-prefix=/tools --disable-nls --disable-shared \ --disable-threads --enable-languages=c --with-abi=64 Continue with compiling the package: make all-gcc Install the package: make install-gcc <para>Details on this package are located in <xref linkend="contents-gcc" role="."/></para> </sect2> </sect1>