[openwrt/openwrt] valgrind: Activate also on MIPS 64

LEDE Commits lede-commits at lists.infradead.org
Wed Nov 3 15:52:56 PDT 2021


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/11ad15ed89db8dfafa347f5db0c4a370bfb87270

commit 11ad15ed89db8dfafa347f5db0c4a370bfb87270
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Mon Nov 1 14:47:02 2021 +0100

    valgrind: Activate also on MIPS 64
    
    This activates valgrind also on mips64 and mips64el.
    
    This was working fine in a basic test in qemu.
    
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 package/devel/valgrind/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/devel/valgrind/Makefile b/package/devel/valgrind/Makefile
index 4f0e0fd493..e6ebff4b30 100644
--- a/package/devel/valgrind/Makefile
+++ b/package/devel/valgrind/Makefile
@@ -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



More information about the lede-commits mailing list