From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JJZew-0002Yv-RX for qemu-devel@nongnu.org; Mon, 28 Jan 2008 14:28:46 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JJZev-0002Yh-Ut for qemu-devel@nongnu.org; Mon, 28 Jan 2008 14:28:46 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JJZev-0002Ye-P4 for qemu-devel@nongnu.org; Mon, 28 Jan 2008 14:28:45 -0500 Received: from hall.aurel32.net ([88.191.38.19]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JJZev-0004rS-Gg for qemu-devel@nongnu.org; Mon, 28 Jan 2008 14:28:45 -0500 Received: from volta.aurel32.net ([2002:52e8:2fb:1:216:d3ff:fe17:fd00]) by hall.aurel32.net with esmtpsa (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.63) (envelope-from ) id 1JJZeu-0001Kc-5I for qemu-devel@nongnu.org; Mon, 28 Jan 2008 20:28:44 +0100 Received: from aurel32 by volta.aurel32.net with local (Exim 4.68) (envelope-from ) id 1JJZf1-0004zK-RK for qemu-devel@nongnu.org; Mon, 28 Jan 2008 20:28:51 +0100 Date: Mon, 28 Jan 2008 20:28:51 +0100 From: Aurelien Jarno Message-ID: <20080128192851.GA19162@volta.aurel32.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline Subject: [Qemu-devel] [PATCH] GNU/kFreeBSD support Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org The small patch below adds support for GNU/kFreeBSD (FreeBSD kernel with GNU userland). Signed-off-by: Aurelien Jarno --- configure | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/configure b/configure index 96cf1d1..3f24645 100755 --- a/configure +++ b/configure @@ -132,6 +132,12 @@ if [ "$cpu" = "i386" -o "$cpu" = "x86_64" ] ; then kqemu="yes" fi ;; +GNU/kFreeBSD) +oss="yes" +if [ "$cpu" = "i386" -o "$cpu" = "x86_64" ] ; then + kqemu="yes" +fi +;; FreeBSD) bsd="yes" oss="yes" -- .''`. Aurelien Jarno | GPG: 1024D/F1BCDB73 : :' : Debian developer | Electrical Engineer `. `' aurel32@debian.org | aurelien@aurel32.net `- people.debian.org/~aurel32 | www.aurel32.net