Add powerpc64 to LLVM_ARCHS

from Brad
This commit is contained in:
jca 2020-08-11 08:27:24 +00:00
parent 65395133b2
commit 04197b1fe1

View File

@ -1,4 +1,4 @@
# $OpenBSD: arch-defines.mk,v 1.75 2020/07/12 07:59:48 kettenis Exp $
# $OpenBSD: arch-defines.mk,v 1.76 2020/08/11 08:27:24 jca Exp $
#
# ex:ts=4 sw=4 filetype=make:
#
@ -34,7 +34,7 @@ LLD_ARCHS = aarch64 amd64 arm i386 powerpc64
# arches where ports devel/llvm builds - populates llvm ONLY_FOR_ARCHS
# as well as available for PROPERTIES checks.
LLVM_ARCHS = aarch64 amd64 arm i386 mips64 mips64el powerpc sparc64
LLVM_ARCHS = aarch64 amd64 arm i386 mips64 mips64el powerpc powerpc64 sparc64
# arches where ports-gcc >4.9 exists. To be used again for modules
GCC49_ARCHS = aarch64 alpha amd64 arm hppa i386 mips64 mips64el powerpc sparc64