%general-entities; %patches-entities; ]> Glibc-&glibc-version; 64-Bit Glibc cross tools, 64 Bit <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../../final-system/common/glibc.xml" xpointer="xpointer(//*[@role='package']/para[1])"/> <segmentedlist> <segtitle>&buildtime;</segtitle> <segtitle>&diskspace;</segtitle> <seglistitem> <seg>Not checked yet</seg> <seg>Not checked yet</seg> </seglistitem> </segmentedlist> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../../final-system/common/glibc.xml" xpointer="xpointer(//*[@role='package']/segmentedlist[2])"/> </sect2> <sect2 role="installation"> <title>Installation of Glibc Now we make sure the Glibc goes into /tools/lib64: echo "slibdir=/tools/lib64" >> configparms 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}" This switch do ... . --libdir=/tools/lib64 This switch do ... . <para>Details on this package are located in <xref linkend="contents-glibc" role="."/></para> </sect2> </sect1>