src_compile() {
cd ${S}
./configure --with-klibc
if use x86; then
./configure --with-klibc --with-x86emu
else
fi
make KDIR=${KV_DIR} || die
}