Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Dec 2020 01:42: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: r557326 - head/devel/smake
Message-ID:  <202012090142.0B91giOE085611@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Wed Dec  9 01:42:43 2020
New Revision: 557326
URL: https://svnweb.freebsd.org/changeset/ports/557326

Log:
  Also fails to build on riscv64.

Modified:
  head/devel/smake/Makefile

Modified: head/devel/smake/Makefile
==============================================================================
--- head/devel/smake/Makefile	Wed Dec  9 01:34:20 2020	(r557325)
+++ head/devel/smake/Makefile	Wed Dec  9 01:42:43 2020	(r557326)
@@ -14,7 +14,7 @@ LICENSE_COMB=	multi
 LICENSE_FILE_CDDL=	${WRKSRC}/CDDL.Schily.txt
 
 BROKEN_i386=		fails to compile
-NOT_FOR_ARCHS=		aarch64 armv6 armv7 mips mips64
+NOT_FOR_ARCHS=		aarch64 armv6 armv7 mips mips64 riscv64
 NOT_FOR_ARCHS_REASON=	unknown rule to build: ./RULES/<arch>-freebsd-/nxb-bin/usr/bin/cc.rul
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION:C/.a.*//g}



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