valgrind: Add support for MIPS architecture
authorVicente Olivert Riera <Vincent.Riera@imgtec.com>
Fri, 28 Mar 2014 16:46:49 +0000 (16:46 +0000)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 29 Mar 2014 09:23:36 +0000 (10:23 +0100)
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>
package/valgrind/Config.in

index dacdd865549a23d47c623904c40893246bbf9e1d..fd5649b45cdbbea70e8b1835101397483d85d9b8 100644 (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.