svn commit: r557289 - head/devel/cxxtools

Mark Linimon linimon at FreeBSD.org
Tue Dec 8 16:00:31 UTC 2020


Author: linimon
Date: Tue Dec  8 16:00:30 2020
New Revision: 557289
URL: https://svnweb.freebsd.org/changeset/ports/557289

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

Modified:
  head/devel/cxxtools/Makefile

Modified: head/devel/cxxtools/Makefile
==============================================================================
--- head/devel/cxxtools/Makefile	Tue Dec  8 15:14:07 2020	(r557288)
+++ head/devel/cxxtools/Makefile	Tue Dec  8 16:00:30 2020	(r557289)
@@ -16,6 +16,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 BROKEN_aarch64=		does not configure: error: check for atomictype failed
 BROKEN_mips=		does not configure: in section .data.rel.ro of csvdeserializer-test.o: defined in discarded section
 BROKEN_mips64=		does not configure: in section .data.rel.ro of csvdeserializer-test.o: defined in discarded section
+BROKEN_riscv64=		does not configure: error: check for atomictype failed
 BROKEN_sparc64=		does not configure
 
 USES=		cpe iconv libtool localbase pathfix


More information about the svn-ports-all mailing list