Probe via #define check for OpenBSD and *Solaris
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7104 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
3f4cb3d37f
commit
169dc5d347
1 changed files with 4 additions and 0 deletions
4
configure
vendored
4
configure
vendored
|
|
@ -197,6 +197,10 @@ if check_define __linux__ ; then
|
|||
targetos="Linux"
|
||||
elif check_define _WIN32 ; then
|
||||
targetos='MINGW32'
|
||||
elif check_define __OpenBSD__ ; then
|
||||
targetos='OpenBSD'
|
||||
elif check_define __sun__ ; then
|
||||
targetos='SunOS'
|
||||
else
|
||||
targetos=`uname -s`
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue