svn commit: r557293 - head/devel/eastl

Mark Linimon linimon at FreeBSD.org
Tue Dec 8 16:12:52 UTC 2020


Author: linimon
Date: Tue Dec  8 16:12:51 2020
New Revision: 557293
URL: https://svnweb.freebsd.org/changeset/ports/557293

Log:
  Fails the same was on riscv64 as on aarch64.
  
  Approved by:	portmgr (tier-2 blanket_
  Obtained from:	lonesome.com build testing

Modified:
  head/devel/eastl/Makefile

Modified: head/devel/eastl/Makefile
==============================================================================
--- head/devel/eastl/Makefile	Tue Dec  8 16:09:57 2020	(r557292)
+++ head/devel/eastl/Makefile	Tue Dec  8 16:12:51 2020	(r557293)
@@ -11,7 +11,7 @@ COMMENT=	Electronic Arts Standard Template Library
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-NOT_FOR_ARCHS=		aarch64
+NOT_FOR_ARCHS=		aarch64 riscv64
 NOT_FOR_ARCHS_REASON=	test/packages/EABase/include/Common/EABase/config/eaplatform.h:436:4: error: Unknown processor
 
 USES=		cmake compiler:c++14-lang


More information about the svn-ports-head mailing list