From: Hauke Mehrtens Date: Sat, 11 May 2019 22:44:15 +0000 (+0200) Subject: valgrind: Add support for ARM64 architecture X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fynezz.git;a=commitdiff_plain;h=5ee62b23f83856f807012ab0ababc5dde133c86b valgrind: Add support for ARM64 architecture valgrind also works on the ARM64 architecture, build it also for such CPUs. Signed-off-by: Hauke Mehrtens --- diff --git a/package/devel/valgrind/Makefile b/package/devel/valgrind/Makefile index 0c5b0cffd4..956e5ad722 100644 --- a/package/devel/valgrind/Makefile +++ b/package/devel/valgrind/Makefile @@ -31,7 +31,7 @@ include $(INCLUDE_DIR)/kernel.mk define Package/valgrind SECTION:=devel CATEGORY:=Development - DEPENDS:=@mips||mipsel||i386||x86_64||powerpc||arm_v7 +libpthread +librt + DEPENDS:=@mips||mipsel||i386||x86_64||powerpc||arm_v7||aarch64 +libpthread +librt TITLE:=debugging and profiling tools for Linux URL:=http://www.valgrind.org endef