Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Dec 2020 05:10:44 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r557790 - head/benchmarks/lzbench
Message-ID:  <202012120510.0BC5AiqT067506@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012120510.0BC5AiqT067506>