%general-entities; ]> Glibc-&glibc-version; 64-Bit Glibc cross tools, 64 Bit Installation of Glibc Repeat the sed to fix procfs.h. BUILD_CC="gcc" CC="${LFS_TARGET}-gcc ${BUILD64}" \ AR="${LFS_TARGET}-ar" RANLIB="${LFS_TARGET}-ranlib" \ ../glibc-&glibc-version;/configure --prefix=/tools \ --host=${LFS_TARGET} --build=${LFS_HOST} --libdir=/tools/lib64 \ --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="${LFS_TARGET}-gcc ${BUILD64}" Forces Glibc to utilize our target architecture GCC utilizing the 64 Bit flags. --libdir=/tools/lib64 Puts Glibc into /tools/lib64 instead of /tools/lib. <para>Details on this package are located in <xref linkend="contents-glibc" role="."/></para> </sect2> </sect1>