Disable flang and ponyc, they don't build with llvm-8

Disabling flang was suggested by bcallah@ (maintainer), who will be away
for some days.  Upstream ponyc doesn't support llvm-8 yet.
This commit is contained in:
jca 2019-07-06 15:00:03 +00:00
parent 2a3ca5615b
commit eaaa485558
2 changed files with 8 additions and 2 deletions

View File

@ -1,4 +1,6 @@
# $OpenBSD: Makefile.inc,v 1.7 2019/04/26 02:04:01 bcallah Exp $
# $OpenBSD: Makefile.inc,v 1.8 2019/07/06 15:00:03 jca Exp $
BROKEN ?= needs an update for LLVM-8.0.0
# Also ppc64le
ONLY_FOR_ARCHS = amd64 arm64

View File

@ -1,4 +1,8 @@
# $OpenBSD: Makefile,v 1.8 2019/06/05 03:01:47 bcallah Exp $
# $OpenBSD: Makefile,v 1.9 2019/07/06 15:00:03 jca Exp $
# see https://github.com/ponylang/ponyc/issues/3207
# https://github.com/ponylang/ponyc/pull/3034
BROKEN = no support for LLVM-8.0.0
ONLY_FOR_ARCHS = aarch64 amd64 arm i386