valgrind: Add support for MIPS architecture

Reviewed-by: Markos Chandras <markos.chandras@imgtec.com>
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Vicente Olivert Riera 2014-03-28 16:46:49 +00:00 committed by Thomas Petazzoni
parent db7ad00586
commit 38a03d1292

View File

@ -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.