buildrootschalter/package/valgrind/Config.in
Peter Korsgaard 388e17a855 Valgrind works on PPC and AMD64 as well nowadays.
Use Kconfig to ensure valgrind can only be enabled on supported archs.
2006-09-25 08:48:47 +00:00

9 lines
190 B
Plaintext

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