From ade25b0dff46020d6fb9a6ae38a38217e441ba19 Mon Sep 17 00:00:00 2001 From: aurel32 Date: Thu, 16 Apr 2009 09:58:41 +0000 Subject: [PATCH] configure: display debug tcg status in summary Signed-off-by: Aurelien Jarno git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7123 c046a42c-6fe2-441c-8c8c-71466251a162 --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 90b967e..4035bfc 100755 --- a/configure +++ b/configure @@ -1263,6 +1263,7 @@ echo "install $install" echo "host CPU $cpu" echo "host big endian $bigendian" echo "target list $target_list" +echo "tcg debug enabled $debug_tcg" echo "gprof enabled $gprof" echo "sparse enabled $sparse" echo "strip binaries $strip_opt" -- 2.7.4