summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authoraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>2009-04-16 09:58:41 +0000
committeraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>2009-04-16 09:58:41 +0000
commitade25b0dff46020d6fb9a6ae38a38217e441ba19 (patch)
treef89e406aca4e61d4b683f8d28e8a5e41430d7656 /configure
parentcca8298291ac8a0635e269d05b6aff8b5a42540c (diff)
downloadqemu-ade25b0dff46020d6fb9a6ae38a38217e441ba19.tar.gz
configure: display debug tcg status in summary
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7123 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 90b967e307..4035bfcf0a 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"