* [Buildroot] [PATCH] tinymembench: not supported on MIPS n32/64 ABIs
@ 2013-11-25 9:47 Vicente Olivert Riera
2013-11-25 9:59 ` Markos Chandras
2013-11-25 10:05 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Vicente Olivert Riera @ 2013-11-25 9:47 UTC (permalink / raw)
To: buildroot
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
--
1.7.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] tinymembench: not supported on MIPS n32/64 ABIs
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
2013-11-25 10:05 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Markos Chandras @ 2013-11-25 9:59 UTC (permalink / raw)
To: buildroot
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] tinymembench: not supported on MIPS n32/64 ABIs
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
@ 2013-11-25 10:05 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2013-11-25 10:05 UTC (permalink / raw)
To: buildroot
>>>>> "Vicente" == Vicente Olivert Riera <Vincent.Riera@imgtec.com> writes:
> This is a fix for 9883cbd3678be65bdca10a124ba6cb7fd1f008d3. After deeper
> testing we have found that package is supported on MIPS64, but only for
> o32 ABI.
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-11-25 10:05 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2013-11-25 10:05 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox