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:
parent
eea89fea6a
commit
6a57ff8548
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue