mirror of https://github.com/xemu-project/xemu.git
Skip KVM probe for OpenSolaris
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7101 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
5a8ff3aa6d
commit
acda94b189
|
@ -278,6 +278,7 @@ SunOS)
|
||||||
make="gmake"
|
make="gmake"
|
||||||
install="ginstall"
|
install="ginstall"
|
||||||
needs_libsunmath="no"
|
needs_libsunmath="no"
|
||||||
|
kvm="no"
|
||||||
solarisrev=`uname -r | cut -f2 -d.`
|
solarisrev=`uname -r | cut -f2 -d.`
|
||||||
# have to select again, because `uname -m` returns i86pc
|
# have to select again, because `uname -m` returns i86pc
|
||||||
# even on an x86_64 box.
|
# even on an x86_64 box.
|
||||||
|
|
Loading…
Reference in New Issue