%general-entities; ]> Glibc-&glibc-version; 32 Bit Glibc cross tools, 32 Bit Installation of Glibc BUILD_CC="gcc" CC="${CLFS_TARGET}-gcc ${BUILD32}" \ AR="${CLFS_TARGET}-ar" RANLIB="${CLFS_TARGET}-ranlib" \ ../glibc-&glibc-version;/configure --prefix=/tools \ --host=${CLFS_TARGET32} --build=${CLFS_HOST} \ --disable-profile --enable-add-ons \ --with-tls --enable-kernel=2.6.0 --with-__thread \ --with-binutils=/cross-tools/bin --with-headers=/tools/include \ --cache-file=config.cache The meaning of the new configure options: CC="${CLFS_TARGET}-gcc ${BUILD32}" Forces Glibc to utilize our target architecture GCC utilizing the 32 Bit flags. <para>Details on this package are located in <xref linkend="contents-glibc" role="."/></para> </sect2> </sect1>