aboutsummaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2020-12-12 05:10:44 +0000
committerMark Linimon <linimon@FreeBSD.org>2020-12-12 05:10:44 +0000
commit229062378adc15f5d5e3ec4b3dea7d865b62927d (patch)
tree830a638e94469cb8db3207d34169af8849dd3031 /benchmarks
parent18edce64350831d53015f2386c8b3a84d0323611 (diff)
downloadports-229062378adc15f5d5e3ec4b3dea7d865b62927d.tar.gz
ports-229062378adc15f5d5e3ec4b3dea7d865b62927d.zip
Mark BROKEN on riscv64.
Approved by: portmgr (tier-2 blanket) Obtained from: lonesome.com build testing
Notes
Notes: svn path=/head/; revision=557790
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/lzbench/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/benchmarks/lzbench/Makefile b/benchmarks/lzbench/Makefile
index 3f0bc8e5b112..100ac03a907a 100644
--- a/benchmarks/lzbench/Makefile
+++ b/benchmarks/lzbench/Makefile
@@ -9,6 +9,8 @@ CATEGORIES= benchmarks
MAINTAINER= danfe@FreeBSD.org
COMMENT= In-memory benchmark of open-source LZ77/LZSS/LZMA compressors
+BROKEN_riscv64= fails to compile: invalid arch name 'native', string must begin with rv32{i,e,g} or rv64{i,g}
+
USES= compiler:c11 gmake
USE_GITHUB= yes
GH_ACCOUNT= inikep