%general-entities; ]> Glibc-&glibc-version; 32 Bit Libraries Glibc 32 Bit Installation of Glibc CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \ ../glibc-&glibc-version;/configure \ --prefix=/usr \ --enable-kernel=&glibc-kernel-version; \ --libexecdir=/usr/lib/glibc \ --host=${CLFS_TARGET32} \ --enable-stack-protector=strong \ --enable-obsolete-rpc In multilib, we tend to think that compiling for ${CLFS_TARGET32} is not cross-compiling. Glibc takes the traditional view that if you are building for a different host then you are cross-compiling, so you won't be running the tests and therefore you don't need the locale files. When we run the tests, many will fail if the locale files are missing. The following sed allows these tests to succeed: sed -i '/cross-compiling/s@ifeq@ifneq@g' ../glibc-&glibc-version;/localedata/Makefile <para>Details on this package are located in <xref linkend="contents-glibc" role="."/></para> </sect2> </sect1>