--- /usr/portage/app-emulation/qemu-softmmu/qemu-softmmu-0.9.1-r1.ebuild 2008-03-09 18:35:31.000000000 +0300 +++ qemu-softmmu-0.9.1-r1.ebuild 2008-03-16 13:16:05.000000000 +0300 @@ -67,6 +67,10 @@ # Switch off hardened tech filter-flags -fpie -fstack-protector + # Disable explicetly all sse commands didn't helped here, bug forcing + # pentium-m works. Fixes bug #212351. + [[ ${ARCH} == x86 ]] && append-flags -march=pentium-mmx + myconf="--disable-gcc-check" if use alsa; then myconf="$myconf --enable-alsa" @@ -90,7 +94,7 @@ ${myconf} \ || die "could not configure" - emake || die "make failed" + emake OS_CFLAGS="${CFLAGS}" || die "make failed" } src_install() {