This syncs the flang patches with the devel/llvm patches, as well as updates flang to its latest upstream code. My test suite passes on amd64. Any arm64 changes, if needed, will be committed in the coming days.
19 lines
352 B
Makefile
19 lines
352 B
Makefile
# $OpenBSD: Makefile.inc,v 1.10 2019/07/17 21:33:33 bcallah Exp $
|
|
|
|
# Also ppc64le
|
|
ONLY_FOR_ARCHS = amd64 arm64
|
|
|
|
CATEGORIES ?= lang
|
|
|
|
HOMEPAGE ?= http://www.flang-compiler.org/
|
|
MAINTAINER ?= Brian Callahan <bcallah@openbsd.org>
|
|
|
|
GH_ACCOUNT ?= flang-compiler
|
|
|
|
# driver: BSD
|
|
# flang: Apache 2.0
|
|
# libpgmath: Apache 2.0
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
NO_TEST ?= Yes
|