Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153191775
D7762.id19981.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
442 B
Referenced Files
None
Subscribers
None
D7762.id19981.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D7762: install lld as /usr/bin/ld on arm64
Attached
Detach File
Event Timeline
Log In to Comment