%general-entities; ]> GLIBC-&glibc-version; 64-Bit GLIBC cross tools, 64 Bit Installation of GLIBC Tell GLIBC to install its 64-bit libraries into /tools/lib64: echo "slibdir=/tools/lib64" >> configparms BUILD_CC="gcc" CC="${CLFS_TARGET}-gcc ${BUILD64}" \ AR="${CLFS_TARGET}-ar" RANLIB="${CLFS_TARGET}-ranlib" \ ../glibc-&glibc-version;/configure --prefix=/tools \ --host=${CLFS_TARGET} --build=${CLFS_HOST} --libdir=/tools/lib64 \ --disable-profile --with-tls --enable-kernel=2.6.32 --with-__thread \ --with-binutils=/cross-tools/bin --with-headers=/tools/include \ --enable-obsolete-rpc --cache-file=config.cache The meaning of the new configure options: CC="${CLFS_TARGET}-gcc ${BUILD64}" Forces GLIBC to build using 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>