[Buildroot] [PATCH] tinymembench: not supported on MIPS n32/64 ABIs

Markos Chandras Markos.Chandras at imgtec.com
Mon Nov 25 09:59:33 UTC 2013


On 11/25/2013 09:47 AM, Vicente Olivert Riera wrote:
> This is a fix for 9883cbd3678be65bdca10a124ba6cb7fd1f008d3. After deeper
> testing we have found that package is supported on MIPS64, but only for
> o32 ABI.
>
> Signed-off-by: Vicente Olivert Riera <Vincent.Riera at imgtec.com>
> ---
>   package/tinymembench/Config.in |    2 +-
>   1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/package/tinymembench/Config.in b/package/tinymembench/Config.in
> index 0555b19..7e8aaf5 100644
> --- a/package/tinymembench/Config.in
> +++ b/package/tinymembench/Config.in
> @@ -1,6 +1,6 @@
>   config BR2_PACKAGE_TINYMEMBENCH
>   	bool "tinymembench"
> -	depends on !BR2_mips64 && !BR2_mips64el
> +	depends on !BR2_MIPS_NABI32 && !BR_MIPS_NABI64
>   	help
>   	  Tinymembench is a simple memory benchmark program, which
>   	  tries to measure the peak bandwidth of sequential memory
>

Looks good to me.
Reviewed-by: Markos Chandras <markos.chandras at imgtec.com>

-- 
markos




More information about the buildroot mailing list