%general-entities; ]> Cross GCC-&gcc-version; - Static GCC cross tools, static Installation of Cross GCC Compiler with Static libgcc and no Threads AR=ar LDFLAGS="-Wl,-rpath,/cross-tools/lib" \ ../gcc-&gcc-version;/configure --prefix=/cross-tools \ --build=${CLFS_HOST} --host=${CLFS_HOST} --target=${CLFS_TARGET} \ --with-sysroot=${CLFS} --with-local-prefix=/tools \ --with-native-system-header-dir=/tools/include --disable-nls \ --enable-shared --disable-static --enable-languages=c,c++ \ --enable-__cxa_atexit --enable-c99 --enable-long-long --enable-threads=posix \ --disable-multilib --with-mpc=/cross-tools --with-mpfr=/cross-tools \ --with-gmp=/cross-tools --with-cloog=/cross-tools --enable-cloog-backend=isl \ --with-isl=/cross-tools --disable-isl-version-check --with-system-zlib \ --enable-checking=release --enable-libstdcxx-time --with-abi=64 <para>Details on this package are located in <xref linkend="contents-gcc" role="."/></para> </sect2> </sect1>