valgrind: Activate also on MIPS 64
[openwrt/staging/chunkeey.git] / package / devel / valgrind / Makefile
index 4f0e0fd49351386abd371e8f02128ceb127099e5..e6ebff4b3003985e9a22ff353b28d839489f9be1 100644 (file)
@@ -33,7 +33,7 @@ include $(INCLUDE_DIR)/kernel.mk
 define Package/valgrind
   SECTION:=devel
   CATEGORY:=Development
-  DEPENDS:=@mips||mipsel||i386||x86_64||powerpc||arm_v7||aarch64 +libpthread +librt
+  DEPENDS:=@mips||mipsel||mips64||mips64el||i386||x86_64||powerpc||arm_v7||aarch64 +libpthread +librt
   TITLE:=debugging and profiling tools for Linux
   URL:=http://www.valgrind.org
 endef