diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2011-07-11 22:17:16 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-07-11 23:23:17 +0200 |
commit | afabcb63816806aa8c971000c486f4e108aeb117 (patch) | |
tree | b246d53cc7981f23b271bdc6cc9a9877788f2f3f /package/valgrind/Config.in | |
parent | a8041c0973528f4ef15e1a67cc1d3baf08261b4f (diff) |
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 <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/valgrind/Config.in')
-rw-r--r-- | package/valgrind/Config.in | 3 |
1 files changed, 2 insertions, 1 deletions
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. |