diff options
author | 2017-01-22 06:00:14 +0000 | |
---|---|---|
committer | 2017-01-22 06:00:14 +0000 | |
commit | 66a1943ed0cb35b2f53aa8965e84d367c69d0613 (patch) | |
tree | 8f59792d6e17428c500e3aa05c320f67e229c858 | |
parent | sync (diff) | |
download | wireguard-openbsd-66a1943ed0cb35b2f53aa8965e84d367c69d0613.tar.xz wireguard-openbsd-66a1943ed0cb35b2f53aa8965e84d367c69d0613.zip |
Compile and install lld as ld.lld, since that's what the ecosystem
is expecting.
Prompted and ok by kettenis@
-rw-r--r-- | gnu/usr.bin/clang/lld/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/clang/lld/Makefile b/gnu/usr.bin/clang/lld/Makefile index 88abcc2ef96..7099b2f40b2 100644 --- a/gnu/usr.bin/clang/lld/Makefile +++ b/gnu/usr.bin/clang/lld/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.2 2017/01/22 03:56:33 jsg Exp $ +# $OpenBSD: Makefile,v 1.3 2017/01/22 06:00:14 patrick Exp $ .include <bsd.own.mk> -PROG= lld +PROG= ld.lld BINDIR= /usr/bin SRCS= lld.cpp NOMAN= |