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
|
define Package/valgrind
|
||||||
SECTION:=devel
|
SECTION:=devel
|
||||||
CATEGORY:=Development
|
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
|
TITLE:=debugging and profiling tools for Linux
|
||||||
URL:=http://www.valgrind.org
|
URL:=http://www.valgrind.org
|
||||||
endef
|
endef
|
||||||
|
|
Loading…
Reference in a new issue