%general-entities; ]> Glibc-&glibc-version; N32 Glibc Installation of Glibc LINKER=$(readelf -l /tools/bin/bash | sed -n 's@.*interpret.*/tools\(.*\)]$@\1@p') sed -i "s|libs -o|libs -L/usr/lib32 -Wl,-dynamic-linker=${LINKER} -o|" \ scripts/test-installation.pl unset LINKER Configure Glibc to install its 32-bit libraries into /lib32: echo "libc_cv_slibdir=/lib32" >> config.cache CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" \ ../glibc-&glibc-version;/configure \ --prefix=/usr \ --enable-kernel=&glibc-kernel-version; \ --libexecdir=/usr/lib32/glibc \ --libdir=/usr/lib32 \ --enable-obsolete-rpc \ --cache-file=config.cache The meaning of the new configure option: --libexecdir=/usr/lib32/glibc This changes the location for hard links to the getconf utility from their default of /usr/libexec to /usr/lib32/glibc. <para>Details on this package are located in <xref linkend="contents-glibc" role="."/></para> </sect2> </sect1>