Date: Tue, 13 Oct 2020 06:31:25 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r552196 - head/misc/gpsim Message-ID: <202010130631.09D6VPRH008339@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Tue Oct 13 06:31:25 2020 New Revision: 552196 URL: https://svnweb.freebsd.org/changeset/ports/552196 Log: misc/gpsim: Remove BROKEN on i386 because the LLVM bug is marked as fixed. Modified: head/misc/gpsim/Makefile Modified: head/misc/gpsim/Makefile ============================================================================== --- head/misc/gpsim/Makefile Tue Oct 13 06:28:51 2020 (r552195) +++ head/misc/gpsim/Makefile Tue Oct 13 06:31:25 2020 (r552196) @@ -59,10 +59,4 @@ post-install-EXAMPLES-on: ${STAGEDIR}${EXAMPLESDIR}/projects/${i}) .endfor -.include <bsd.port.pre.mk> - -.if ${ARCH} == "i386" && ${COMPILER_TYPE} == clang && ${COMPILER_VERSION} >= 90 -BROKEN= Clang crashes https://bugs.llvm.org/show_bug.cgi?id=44396 -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010130631.09D6VPRH008339>