Page MenuHomeFreeBSD

D7762.id19981.diff
No OneTemporary

D7762.id19981.diff

Index: usr.bin/clang/lld/Makefile
===================================================================
--- usr.bin/clang/lld/Makefile
+++ usr.bin/clang/lld/Makefile
@@ -1,9 +1,14 @@
# $FreeBSD$
+.include <src.opts.mk>
+
LLVM_SRCS= ${.CURDIR}/../../../contrib/llvm
LLD_SRCS= ${LLVM_SRCS}/tools/lld
PROG_CXX= ld.lld
+.if ${MACHINE_ARCH} == "aarch64"
+LINKS= ${BINDIR}/ld.lld ${BINDIR}/ld
+.endif
MAN=
CFLAGS+= -I${LLD_SRCS}/include

File Metadata

Mime Type
text/plain
Expires
Mon, Apr 20, 5:23 PM (5 m, 50 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31853553
Default Alt Text
D7762.id19981.diff (442 B)

Event Timeline