[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] libxc: disable valgrind integration when building for minios
The stubdom build system incorrectly picks up on the hosts installation of Valgrind, which cannot work in a stubdom environment. Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx> Tested-by: Simon Martin <furryfuttock@xxxxxxxxx> Cc: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> Cc: Samuel Thibault <samuel.thibault@xxxxxxxxxxxx> --- tools/libxc/xc_private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/libxc/xc_private.h b/tools/libxc/xc_private.h index ce7e81e..43826e5 100644 --- a/tools/libxc/xc_private.h +++ b/tools/libxc/xc_private.h @@ -34,7 +34,7 @@ #include <xen/sys/privcmd.h> -#if defined(HAVE_VALGRIND_MEMCHECK_H) && !defined(NDEBUG) +#if defined(HAVE_VALGRIND_MEMCHECK_H) && !defined(NDEBUG) && !define(__MINIOS__) /* Compile in Valgrind client requests? */ #include <valgrind/memcheck.h> #else -- 1.7.10.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |