From afabcb63816806aa8c971000c486f4e108aeb117 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Mon, 11 Jul 2011 22:17:16 +0200 Subject: valgrind: bump to 3.6.1 and add support for ARMv7 We removed the shell script that wrapped valgrind (not nice to install such non-standard things), and will let the user use the uclibc.supp suppression file if needed. Signed-off-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- package/valgrind/Config.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'package/valgrind/Config.in') diff --git a/package/valgrind/Config.in b/package/valgrind/Config.in index db1bc3b19..0f656dc11 100644 --- a/package/valgrind/Config.in +++ b/package/valgrind/Config.in @@ -1,6 +1,7 @@ config BR2_PACKAGE_VALGRIND bool "valgrind" - depends on BR2_i386 || BR2_x86_64 + depends on BR2_i386 || BR2_x86_64 || BR2_cortex_a8 || \ + BR2_cortex_a9 || BR2_powerpc help Tool for debugging and profiling Linux programs. -- cgit v1.2.3