Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Dec 2020 05:09:05 +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: r557789 - head/benchmarks/libmicro
Message-ID:  <202012120509.0BC595rR066556@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sat Dec 12 05:09:05 2020
New Revision: 557789
URL: https://svnweb.freebsd.org/changeset/ports/557789

Log:
  Also mark BROKEN on riscv64 (the same as on mips64).

Modified:
  head/benchmarks/libmicro/Makefile

Modified: head/benchmarks/libmicro/Makefile
==============================================================================
--- head/benchmarks/libmicro/Makefile	Sat Dec 12 05:07:27 2020	(r557788)
+++ head/benchmarks/libmicro/Makefile	Sat Dec 12 05:09:05 2020	(r557789)
@@ -12,6 +12,7 @@ COMMENT=	Set of utilities to benchmark productivity of
 LICENSE=	CDDL
 
 BROKEN_mips64=		Fails to build: bin-mips64: no such file or directory
+BROKEN_riscv64=		Fails to build: bin-riscv64: no such file or directory
 
 USES=		gmake
 WRKSRC=		${WRKDIR}/libMicro-${PORTVERSION}



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