summaryrefslogtreecommitdiffstats
path: root/package/tinymembench
diff options
context:
space:
mode:
authorVicente Olivert Riera <Vincent.Riera@imgtec.com>2013-11-22 10:57:16 +0000
committerPeter Korsgaard <peter@korsgaard.com>2013-11-22 15:58:39 +0100
commit9883cbd3678be65bdca10a124ba6cb7fd1f008d3 (patch)
tree9cad61d14d92735832ed9dd5d260851351665d78 /package/tinymembench
parenta80e3e06ed3d827cf29891a946059f3e595a6331 (diff)
downloadbuildroot-9883cbd3678be65bdca10a124ba6cb7fd1f008d3.tar.gz
buildroot-9883cbd3678be65bdca10a124ba6cb7fd1f008d3.zip
tinymembench: package not supported on MIPS64
Fixes: http://autobuild.buildroot.net/results/bab/bab68bcf8714f215ac0b0c2546fa06608377fbb0/ This package is only supported on MIPS32 platforms. The mips-32.S file included in the source code of this package only makes sense to be compiled for MIPS32, and also contains hardcoded MIPS32 instructions which are illegal on MIPS64. Trying to compile this package on a MIPS64 platform will end with a linkage failure due to undefined references. 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/tinymembench')
-rw-r--r--package/tinymembench/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/tinymembench/Config.in b/package/tinymembench/Config.in
index 0d45532e26..0555b19b55 100644
--- a/package/tinymembench/Config.in
+++ b/package/tinymembench/Config.in
@@ -1,5 +1,6 @@
config BR2_PACKAGE_TINYMEMBENCH
bool "tinymembench"
+ depends on !BR2_mips64 && !BR2_mips64el
help
Tinymembench is a simple memory benchmark program, which
tries to measure the peak bandwidth of sequential memory
OpenPOWER on IntegriCloud