diff options
author | Patrick Wildt <patrick@cvs.openbsd.org> | 2017-01-22 06:00:15 +0000 |
---|---|---|
committer | Patrick Wildt <patrick@cvs.openbsd.org> | 2017-01-22 06:00:15 +0000 |
commit | ad7d9b9feaafd10930f0691e6d3795c154e31240 (patch) | |
tree | af4e4d8fe0cbc8fde24c0e8e4b58fc24bf5e8bd0 /gnu/usr.bin | |
parent | b34c09215e532b884038336545ede24c34215668 (diff) |
Compile and install lld as ld.lld, since that's what the ecosystem
is expecting.
Prompted and ok by kettenis@
Diffstat (limited to 'gnu/usr.bin')
-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= |