From a1c2f6ac9148d12ffeee00f9602bc05a91e4666d Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Wed, 25 Jul 2012 14:01:26 +0000 Subject: [PATCH] [package] disable valgrind on all but armv7 targets SVN-Revision: 32839 --- utils/valgrind/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/valgrind/Makefile b/utils/valgrind/Makefile index 68af36c526..8a7a52e9dc 100644 --- a/utils/valgrind/Makefile +++ b/utils/valgrind/Makefile @@ -29,7 +29,7 @@ include $(INCLUDE_DIR)/kernel.mk define Package/valgrind SECTION:=utils CATEGORY:=Utilities - DEPENDS:=@mips||mipsel||i386||arm||armeb||powerpc +libpthread +librt + DEPENDS:=@mips||mipsel||i386||powerpc @TARGET_omap4 +libpthread +librt TITLE:=debugging and profiling tools for Linux URL:=http://www.valgrind.org endef -- 2.30.2