%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-shared \ --with-mpfr=/cross-tools \ --with-gmp=/cross-tools \ --with-isl=/cross-tools \ --with-mpc=/cross-tools \ --without-headers \ --with-newlib \ --disable-decimal-float \ --disable-libgomp \ --disable-libssp \ --disable-libatomic \ --disable-libitm \ --disable-libsanitizer \ --disable-libquadmath \ --disable-libvtv \ --disable-libcilkrts \ --disable-libcilkrts \ --disable-threads \ --disable-multilib \ --with-system-zlib \ --enable-languages=c \ --with-abi=64 \ --with-glibc-version=&glibc-version; <para>Details on this package are located in <xref linkend="contents-gcc" role="."/></para> </sect2> </sect1>