misc/gpsim: Remove BROKEN on i386 because the LLVM bug is marked as fixed.

This commit is contained in:
Yuri Victorovich 2020-10-13 06:31:25 +00:00
parent 1e1a8f0b6c
commit 560cc21ca6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=552196

View file

@ -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>