From: Markos Chandras <Markos.Chandras@imgtec.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] tinymembench: not supported on MIPS n32/64 ABIs
Date: Mon, 25 Nov 2013 09:59:33 +0000 [thread overview]
Message-ID: <52931F85.7060007@imgtec.com> (raw)
In-Reply-To: <1385372866-50017-1-git-send-email-Vincent.Riera@imgtec.com>
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@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@imgtec.com>
--
markos
next prev parent reply other threads:[~2013-11-25 9:59 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-25 9:47 [Buildroot] [PATCH] tinymembench: not supported on MIPS n32/64 ABIs Vicente Olivert Riera
2013-11-25 9:59 ` Markos Chandras [this message]
2013-11-25 10:05 ` Peter Korsgaard
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=52931F85.7060007@imgtec.com \
--to=markos.chandras@imgtec.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.