--- qemu-softmmu-0.8.1.ebuild 2006-05-07 20:17:36.167261500 +0200 +++ qemu-softmmu-0.8.1.ebuild.cc 2006-05-07 20:17:13.273830750 +0200 @@ -69,6 +69,9 @@ if ! use sdl ; then myconf="$myconf --disable-gfx-check" fi + if [ -n "${CC}" ] ; then + myconf="$myconf --cc=${CC}" + fi set_target_list # --interp-prefix=${RUNTIME_PATH}/qemu-%M ./configure \