%general-entities; ]> Cross GCC-&gcc-version; - Static GCC cross tools, static ../gcc-&gcc-version;/configure \ --prefix=${CLFS}/cross-tools \ --build=${CLFS_HOST} \ --host=${CLFS_HOST} \ --target=${CLFS_TARGET} \ --with-sysroot=${CLFS}/cross-tools/sysroot \ --disable-nls \ --disable-shared \ --without-headers \ --with-newlib \ --disable-decimal-float \ --disable-libgomp \ --disable-libmudflap \ --disable-libssp \ --disable-threads \ --enable-languages=c \ --disable-multilib \ --with-arch=${CLFS_CPU} --with-arch=${CLFS_CPU} This option configures the cross compiler to only output instructions for our previously selected CPU.