From ee40f4f7a0100dab087fabd514733c4cb8efc28a Mon Sep 17 00:00:00 2001 From: Vicente Olivert Riera Date: Mon, 25 Nov 2013 09:47:46 +0000 Subject: [PATCH] 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 Reviewed-by: Markos Chandras Signed-off-by: Peter Korsgaard --- package/tinymembench/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/tinymembench/Config.in b/package/tinymembench/Config.in index 0555b19b55..7e8aaf5469 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 -- 2.30.2