%general-entities; ]> Glibc-&glibc-version; Glibc cross tools Installation of Glibc cd .. tar -jxvf glibc-ports-&glibc-ports-version;.tar.bz2 cd glibc-ports-&glibc-ports-version; mv -v linuxthreads* ../glibc-&glibc-version; cd ../glibc-&glibc-version; BUILD_CC="gcc" CC="${LFS_TARGET}-gcc" \ AR="${LFS_TARGET}-ar" RANLIB="${LFS_TARGET}-ranlib" \ ../glibc-&glibc-version;/configure --prefix=/tools \ --host=${LFS_TARGET} --build=${LFS_HOST} \ --disable-profile --enable-add-ons --enable-kernel=2.6.0 \ --with-binutils=/cross-tools/bin --with-headers=/tools/include The meaning of the new configure options: <para>Details on this package are located in <xref linkend="contents-glibc" role="."/></para> </sect2> </sect1>