valgrind: do not depend on a particular ARM target, depend on the arch level

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 36621
This commit is contained in:
Felix Fietkau 2013-05-13 15:05:03 +00:00
parent eea89fea6a
commit 6a57ff8548

View file

@ -26,7 +26,7 @@ include $(INCLUDE_DIR)/kernel.mk
define Package/valgrind
SECTION:=devel
CATEGORY:=Development
DEPENDS:=@mips||mipsel||i386||powerpc||TARGET_omap4 +libpthread +librt
DEPENDS:=@mips||mipsel||i386||powerpc||arm_v7 +libpthread +librt
TITLE:=debugging and profiling tools for Linux
URL:=http://www.valgrind.org
endef