Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Dec 2020 05:18:36 +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: r557791 - head/emulators/dtcyber
Message-ID:  <202012120518.0BC5Iahg073020@repo.freebsd.org>

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

Log:
  Mark BROKEN on riscv64 the same as on mips64.

Modified:
  head/emulators/dtcyber/Makefile

Modified: head/emulators/dtcyber/Makefile
==============================================================================
--- head/emulators/dtcyber/Makefile	Sat Dec 12 05:10:44 2020	(r557790)
+++ head/emulators/dtcyber/Makefile	Sat Dec 12 05:18:36 2020	(r557791)
@@ -32,6 +32,7 @@ BROKEN_aarch64=		Fails to compile: error: Unable to de
 BROKEN_armv6=		Fails to compile: error: Unable to determine size of basic data types
 BROKEN_armv7=		Fails to compile: error: Unable to determine size of basic data types
 BROKEN_mips64=		Fails to compile: error: Unable to determine size of basic data types
+BROKEN_riscv64=		Fails to compile: error: Unable to determine size of basic data types
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/dtcyber ${STAGEDIR}${PREFIX}/bin



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