buildrootschalter/package/valgrind/Config.in
Thomas Petazzoni afabcb6381 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>
2011-07-11 23:23:17 +02:00

9 lines
223 B
Plaintext

config BR2_PACKAGE_VALGRIND
bool "valgrind"
depends on BR2_i386 || BR2_x86_64 || BR2_cortex_a8 || \
BR2_cortex_a9 || BR2_powerpc
help
Tool for debugging and profiling Linux programs.
http://valgrind.kde.org/