From 38a03d1292a70c7c5a34151811505284033e0128 Mon Sep 17 00:00:00 2001 From: Vicente Olivert Riera Date: Fri, 28 Mar 2014 16:46:49 +0000 Subject: [PATCH] valgrind: Add support for MIPS architecture Reviewed-by: Markos Chandras Signed-off-by: Vicente Olivert Riera Signed-off-by: Thomas Petazzoni --- package/valgrind/Config.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package/valgrind/Config.in b/package/valgrind/Config.in index dacdd86554..fd5649b45c 100644 --- a/package/valgrind/Config.in +++ b/package/valgrind/Config.in @@ -1,7 +1,8 @@ config BR2_PACKAGE_VALGRIND bool "valgrind" depends on BR2_i386 || BR2_x86_64 || BR2_cortex_a8 || \ - BR2_cortex_a9 || BR2_powerpc + BR2_cortex_a9 || BR2_powerpc || BR2_mips || \ + BR2_mipsel || BR2_mips64 || BR2_mips64el help Tool for debugging and profiling Linux programs. -- 2.30.2