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
v19.07.3_mercusys_ac12_duma
Felix Fietkau 11 years ago
parent eea89fea6a
commit 6a57ff8548

@ -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

Loading…
Cancel
Save