qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH] configure: fix Darwin target detection


From: Cristian Iorga
Subject: [Qemu-devel] [PATCH] configure: fix Darwin target detection
Date: Mon, 18 Aug 2014 12:36:17 +0300

fix Darwin target detection for qemu
cross-compilation.

Signed-off-by: Cristian Iorga <address@hidden>
---
 configure | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/configure b/configure
index 283c71c..1c66a11 100755
--- a/configure
+++ b/configure
@@ -444,6 +444,8 @@ elif check_define __sun__ ; then
   targetos='SunOS'
 elif check_define __HAIKU__ ; then
   targetos='Haiku'
+elif check_define __APPLE__ ; then
+  targetos='Darwin'
 else
   targetos=`uname -s`
 fi
-- 
1.9.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]