qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [RFC PATCH 02/10] configure: add CONFIG_TCG=y to config-hos


From: Paolo Bonzini
Subject: [Qemu-devel] [RFC PATCH 02/10] configure: add CONFIG_TCG=y to config-host.mak
Date: Mon, 17 Sep 2012 18:00:41 +0200

Signed-off-by: Paolo Bonzini <address@hidden>
---
 configure | 1 +
 1 file modificato, 1 inserzione(+)

diff --git a/configure b/configure
index cea8db0..f705dce 100755
--- a/configure
+++ b/configure
@@ -3459,6 +3459,7 @@ fi
 if test "$signalfd" = "yes" ; then
   echo "CONFIG_SIGNALFD=y" >> $config_host_mak
 fi
+echo "CONFIG_TCG=y" >> $config_host_mak
 if test "$tcg_interpreter" = "yes" ; then
   echo "CONFIG_TCG_INTERPRETER=y" >> $config_host_mak
 fi
-- 
1.7.12





reply via email to

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