Commit ade25b0dff46020d6fb9a6ae38a38217e441ba19
1 parent
cca82982
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
Showing
1 changed file
with
1 additions
and
0 deletions
configure
... | ... | @@ -1263,6 +1263,7 @@ echo "install $install" |
1263 | 1263 | echo "host CPU $cpu" |
1264 | 1264 | echo "host big endian $bigendian" |
1265 | 1265 | echo "target list $target_list" |
1266 | +echo "tcg debug enabled $debug_tcg" | |
1266 | 1267 | echo "gprof enabled $gprof" |
1267 | 1268 | echo "sparse enabled $sparse" |
1268 | 1269 | echo "strip binaries $strip_opt" | ... | ... |