diff options
author | Vicente Olivert Riera <Vincent.Riera@imgtec.com> | 2013-11-25 09:47:46 +0000 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2013-11-25 11:05:12 +0100 |
commit | ee40f4f7a0100dab087fabd514733c4cb8efc28a (patch) | |
tree | 6b4f740a9a11e2d0141d4db8a89024d602042fdd /package | |
parent | e9060f3c18ee8e25e6ad73aa6ff007a58f231f52 (diff) |
tinymembench: not supported on MIPS n32/64 ABIs
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>
Reviewed-by: Markos Chandras <markos.chandras@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package')
-rw-r--r-- | 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 0555b19b5..7e8aaf546 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 |