diff options
author | 2018-11-11 17:23:18 +0000 | |
---|---|---|
committer | 2018-11-11 17:23:18 +0000 | |
commit | 506991dc61797f128676fc19068e40d32da96816 (patch) | |
tree | 33e97a89f2f07ec23859164a273a7f8d0fbdd49f | |
parent | Add back a few missing compatibility stubs (diff) | |
download | wireguard-openbsd-506991dc61797f128676fc19068e40d32da96816.tar.xz wireguard-openbsd-506991dc61797f128676fc19068e40d32da96816.zip |
Build clang on mips64.
OK deraadt@
-rw-r--r-- | share/mk/bsd.own.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk index 79c9e7f1b33..65f27be1f1e 100644 --- a/share/mk/bsd.own.mk +++ b/share/mk/bsd.own.mk @@ -1,4 +1,4 @@ -# $OpenBSD: bsd.own.mk,v 1.192 2018/11/08 14:13:51 visa Exp $ +# $OpenBSD: bsd.own.mk,v 1.193 2018/11/11 17:23:18 visa Exp $ # $NetBSD: bsd.own.mk,v 1.24 1996/04/13 02:08:09 thorpej Exp $ # Host-specific overrides @@ -15,7 +15,7 @@ SKEY?= yes # Set `YP' to `yes' to build with support for NIS/YP. YP?= yes -CLANG_ARCH=aarch64 amd64 arm i386 sparc64 +CLANG_ARCH=aarch64 amd64 arm i386 mips64 mips64el sparc64 GCC4_ARCH=alpha hppa mips64 mips64el powerpc sh sparc64 GCC3_ARCH=m88k LLD_ARCH=aarch64 amd64 arm |