[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen master] libxc: disable valgrind integration when building for minios
commit 100546c0d2045943b721da9edac312397a87f761 Author: Ian Campbell <ian.campbell@xxxxxxxxxx> AuthorDate: Mon Jul 21 12:29:14 2014 +0100 Commit: Ian Campbell <ian.campbell@xxxxxxxxxx> CommitDate: Thu Jul 24 16:23:04 2014 +0100 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> Reviewed-by: Andrew Cooper<andrew.cooper3@xxxxxxxxxx> Acked-by: Samuel Thibault <samuel.thibault@xxxxxxxxxxxx> [ ijc -- s/define/defined/ ] --- tools/libxc/xc_private.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tools/libxc/xc_private.h b/tools/libxc/xc_private.h index ce7e81e..c50a7c9 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) && !defined(__MINIOS__) /* Compile in Valgrind client requests? */ #include <valgrind/memcheck.h> #else -- generated by git-patchbot for /home/xen/git/xen.git#master _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |