Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Dec 2020 02:29:19 +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: r558878 - head/sysutils/cpuid2cpuflags
Message-ID:  <202012220229.0BM2TJOu045113@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Tue Dec 22 02:29:19 2020
New Revision: 558878
URL: https://svnweb.freebsd.org/changeset/ports/558878

Log:
  Also mark as BROKEN on riscv64.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/sysutils/cpuid2cpuflags/Makefile

Modified: head/sysutils/cpuid2cpuflags/Makefile
==============================================================================
--- head/sysutils/cpuid2cpuflags/Makefile	Tue Dec 22 02:26:27 2020	(r558877)
+++ head/sysutils/cpuid2cpuflags/Makefile	Tue Dec 22 02:29:19 2020	(r558878)
@@ -13,6 +13,7 @@ LICENSE=	BSD2CLAUSE
 
 BROKEN_powerpc64=	fails to build: error "Platform not supported (only Linux supported at the moment)"
 BROKEN_powerpc64le=	fails to build: error "Platform not supported (only Linux supported at the moment)"
+BROKEN_riscv64=		fails to build: src/platforms.h:15:4: error: "Unsupported platform, please report"
 
 USES=		autoreconf
 USE_GITHUB=	yes



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