summaryrefslogtreecommitdiff
path: root/package/devel
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-05-13 15:05:03 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-05-13 15:05:03 +0000
commit6a57ff8548f599448a98622d947493b3cb848b05 (patch)
tree11f0b68b3fdac755cfabcb0e664a4cbe0012909d /package/devel
parenteea89fea6a5f97880811ba35ecc0ade6504f40d8 (diff)
downloadmtk-20170518-6a57ff8548f599448a98622d947493b3cb848b05.zip
mtk-20170518-6a57ff8548f599448a98622d947493b3cb848b05.tar.gz
mtk-20170518-6a57ff8548f599448a98622d947493b3cb848b05.tar.bz2
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
Diffstat (limited to 'package/devel')
-rw-r--r--package/devel/valgrind/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/devel/valgrind/Makefile b/package/devel/valgrind/Makefile
index b3fb210..6610f0a 100644
--- a/package/devel/valgrind/Makefile
+++ b/package/devel/valgrind/Makefile
@@ -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