From: Fabio Fantoni Date: Fri, 27 Sep 2013 14:00:46 +0000 (+0200) Subject: tools: adds tracer on qemu-xen debug configure options X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~6193 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a825dd6515aa8eab804789ad8bba39df9ca9be08;p=xen.git tools: adds tracer on qemu-xen debug configure options When building tools in debug mode (debug=y), pass also --enable-trace-backend=stderr when configuring qemu-xen. Useful to improve debug. Signed-off-by: Fabio Fantoni Acked-by: Stefano Stabellini --- diff --git a/tools/Makefile b/tools/Makefile index b73f0a9d06..00c69ee600 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -174,7 +174,7 @@ qemu-xen-dir-force-update: fi ifeq ($(debug),y) -QEMU_XEN_ENABLE_DEBUG := --enable-debug +QEMU_XEN_ENABLE_DEBUG := --enable-debug --enable-trace-backend=stderr else QEMU_XEN_ENABLE_DEBUG := endif