[Buildroot] [PATCH] valgrind: Add support for MIPS architecture

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sat Mar 29 15:47:18 UTC 2014


Dear Vicente Olivert Riera,

On Fri, 28 Mar 2014 16:46:49 +0000, Vicente Olivert Riera wrote:
> Reviewed-by: Markos Chandras <markos.chandras at imgtec.com>
> Signed-off-by: Vicente Olivert Riera <Vincent.Riera at imgtec.com>
> ---
>  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 dacdd86..fd5649b 100644
> --- a/package/valgrind/Config.in
> +++ b/package/valgrind/Config.in
> @@ -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.

This breaks the build on MIPS64:

  http://autobuild.buildroot.org/results/213/21352bcbe1b309fef0f996c275cdfcda08619d96/build-end.log

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com



More information about the buildroot mailing list