pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

rust180-bin: merge a change for Linux from rust-bin by gutteridge



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Tue Sep 17 10:07:09 2024 +0200
Changeset:	60352915d5bd96c7386c299b33ae4a55e2567410

Modified Files:
	rust180-bin/Makefile

Log Message:
rust180-bin: merge a change for Linux from rust-bin by gutteridge

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=60352915d5bd96c7386c299b33ae4a55e2567410

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 rust180-bin/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/rust180-bin/Makefile b/rust180-bin/Makefile
index b42c0954db..326f2ac25f 100644
--- a/rust180-bin/Makefile
+++ b/rust180-bin/Makefile
@@ -277,7 +277,7 @@ fix-relative-rpath:
 .  endfor
 # Only Linux builds link these binaries against an LLVM library
 .  if ${OPSYS} == "Linux"
-.    for bin in llc llvm-ar llvm-as llvm-cov llvm-dis llvm-nm llvm-objcopy \
+.    for bin in llc llvm-ar llvm-as llvm-cov llvm-dis llvm-link llvm-nm llvm-objcopy \
 	   llvm-objdump llvm-profdata llvm-readobj llvm-size llvm-strip opt \
 	   rust-lld gcc-ld/ld64.lld gcc-ld/ld.lld gcc-ld/lld-link gcc-ld/wasm-ld
 	 ${PREFIX}/bin/patchelf ${FORCE_RPATH} --set-rpath ${RUST_LLVM_RPATH} \


Home | Main Index | Thread Index | Old Index