%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-kernel=&glibc-kernel-version; \ --with-binutils=/cross-tools/bin --with-headers=/tools/include \ --enable-obsolete-rpc 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>