Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Feb 2020 19:52:14 +0000 (UTC)
From:      Emmanuel Vadot <manu@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r526238 - head/devel/nextpnr
Message-ID:  <202002151952.01FJqE4v011042@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: manu
Date: Sat Feb 15 19:52:14 2020
New Revision: 526238
URL: https://svnweb.freebsd.org/changeset/ports/526238

Log:
  devel/nextpnr: Mark broken for i386
  
  clang keeps segfaulting while compiling this on i386 and I honestly
  don't want to start debug that.

Modified:
  head/devel/nextpnr/Makefile

Modified: head/devel/nextpnr/Makefile
==============================================================================
--- head/devel/nextpnr/Makefile	Sat Feb 15 19:02:55 2020	(r526237)
+++ head/devel/nextpnr/Makefile	Sat Feb 15 19:52:14 2020	(r526238)
@@ -11,6 +11,8 @@ COMMENT=	Portable FPGA place and route tool
 LICENSE=	ISCL
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+NOT_FOR_ARCHS=	i386
+NOT_FOR_ARCHS_REASON=	clang segfault
 BROKEN_FreeBSD_11_powerpc64=	runaway build
 BROKEN_FreeBSD_12_powerpc64=	runaway build
 



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