diff options
author | Christian Weisgerber <naddy@cvs.openbsd.org> | 2018-10-22 19:31:31 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@cvs.openbsd.org> | 2018-10-22 19:31:31 +0000 |
commit | 074bbc066a72c009e5edff9eaeea4140b0107f74 (patch) | |
tree | aa06ef6c2b057481cd67a1ac755098846c504f27 /share/mk | |
parent | 434c76b446722a16c01e2876accd9f0fb6dc1840 (diff) |
Switch amd64 to use lld as the default linker.
ok kettenis@ deraadt@
Diffstat (limited to 'share/mk')
-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 b7e1a0f6f0b..6d7310ddba4 100644 --- a/share/mk/bsd.own.mk +++ b/share/mk/bsd.own.mk @@ -1,4 +1,4 @@ -# $OpenBSD: bsd.own.mk,v 1.190 2018/07/26 13:20:53 kettenis Exp $ +# $OpenBSD: bsd.own.mk,v 1.191 2018/10/22 19:31:30 naddy Exp $ # $NetBSD: bsd.own.mk,v 1.24 1996/04/13 02:08:09 thorpej Exp $ # Host-specific overrides @@ -18,7 +18,7 @@ YP?= yes CLANG_ARCH=aarch64 amd64 arm i386 sparc64 GCC4_ARCH=alpha hppa mips64 mips64el powerpc sh sparc64 GCC3_ARCH=m88k -LLD_ARCH=aarch64 arm +LLD_ARCH=aarch64 amd64 arm # m88k: ? PIE_ARCH=alpha amd64 arm hppa i386 mips64 mips64el powerpc sh sparc64 |