svn commit: r557790 - head/benchmarks/lzbench

Mark Linimon linimon at FreeBSD.org
Sat Dec 12 05:10:45 UTC 2020


Author: linimon
Date: Sat Dec 12 05:10:44 2020
New Revision: 557790
URL: https://svnweb.freebsd.org/changeset/ports/557790

Log:
  Mark BROKEN on riscv64.
  
  Approved by:	portmgr (tier-2 blanket)
  Obtained from:	lonesome.com build testing

Modified:
  head/benchmarks/lzbench/Makefile

Modified: head/benchmarks/lzbench/Makefile
==============================================================================
--- head/benchmarks/lzbench/Makefile	Sat Dec 12 05:09:05 2020	(r557789)
+++ head/benchmarks/lzbench/Makefile	Sat Dec 12 05:10:44 2020	(r557790)
@@ -9,6 +9,8 @@ CATEGORIES=	benchmarks
 MAINTAINER=	danfe at 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


More information about the svn-ports-all mailing list