diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2017-04-18 14:03:09 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2017-04-18 14:03:09 +0000 |
commit | b7f39249fa9f209c087580cf0412fc7e12a1700f (patch) | |
tree | 0aa2803b0f1a9c79d6304c28ca0b83cfbae5ff6f /share | |
parent | 71a59f376ad93425e37477dbc51cf2698ee39cd1 (diff) |
ship clang with i386 and amd64. It does not become the main compiler YET.
ok kettenis
Diffstat (limited to 'share')
-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 3a976d0d29c..6f2885ee60f 100644 --- a/share/mk/bsd.own.mk +++ b/share/mk/bsd.own.mk @@ -1,4 +1,4 @@ -# $OpenBSD: bsd.own.mk,v 1.183 2017/04/17 15:53:21 kettenis Exp $ +# $OpenBSD: bsd.own.mk,v 1.184 2017/04/18 14:03:08 deraadt 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 +CLANG_ARCH=aarch64 amd64 i386 GCC4_ARCH=alpha amd64 arm hppa i386 mips64 mips64el powerpc sh sparc64 GCC3_ARCH=m88k |