From mboxrd@z Thu Jan 1 00:00:00 1970 From: Markos Chandras Date: Mon, 25 Nov 2013 09:59:33 +0000 Subject: [Buildroot] [PATCH] tinymembench: not supported on MIPS n32/64 ABIs In-Reply-To: <1385372866-50017-1-git-send-email-Vincent.Riera@imgtec.com> References: <1385372866-50017-1-git-send-email-Vincent.Riera@imgtec.com> Message-ID: <52931F85.7060007@imgtec.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net 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 > --- > 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