summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/clang/lld/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/clang/lld/Makefile')
-rw-r--r--gnu/usr.bin/clang/lld/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/usr.bin/clang/lld/Makefile b/gnu/usr.bin/clang/lld/Makefile
index b4373f06145..f7bca06e5b3 100644
--- a/gnu/usr.bin/clang/lld/Makefile
+++ b/gnu/usr.bin/clang/lld/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.4 2017/01/22 06:07:21 patrick Exp $
+# $OpenBSD: Makefile,v 1.5 2017/01/22 07:16:36 patrick Exp $
.include <bsd.own.mk>
@@ -10,9 +10,7 @@ NOMAN=
LDADD+= -ltermlib
DPADD+= ${LIBTERMLIB}
-.if ${COMPILER_VERSION:L} == "clang"
LINKS= ${BINDIR}/ld.lld ${BINDIR}/ld
-.endif
CPPFLAGS+= ${CLANG_INCLUDES}
CPPFLAGS+= -I${.CURDIR}/../../../llvm/tools/lld/include