I have a VM image based on the amd64 hardened no-multilib profile. Today, when trying to emerge glibc-2.11.3 and gcc-4.4.5, the builds have been failing, and appear to be trying to build multilib versions, which of course it can't. Any idea why this would be happening?
>From glibc's build.log: * Building multilib glibc for ABIs: x86 amd64 * ABI: x86 * CBUILD: x86_64-pc-linux-gnu * CHOST: x86_64-pc-linux-gnu * CTARGET: x86_64-pc-linux-gnu * CBUILD_OPT: i686-pc-linux-gnu * CTARGET_OPT: i686-pc-linux-gnu * CC: * CFLAGS: -m32 -march=i686 -O2 -fno-strict-aliasing -fno-stack-protector * Manual CC: x86_64-pc-linux-gnu-gcc Thanks! -Andy