pkgsrc-WIP-changes archive

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

rust194-bin: merge changes from rust-bin



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Sun Mar 29 23:56:33 2026 +0200
Changeset:	19e31a6f386ddd21cae9825dddec0c0571023dd8

Modified Files:
	rust194-bin/Makefile

Log Message:
rust194-bin: merge changes from rust-bin

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

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

diffstat:
 rust194-bin/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diffs:
diff --git a/rust194-bin/Makefile b/rust194-bin/Makefile
index c92b83cce8..f6efd2fd88 100644
--- a/rust194-bin/Makefile
+++ b/rust194-bin/Makefile
@@ -287,7 +287,8 @@ fix-relative-rpath:
 .  if ${OPSYS} == "Linux"
 .    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
+	   rust-lld gcc-ld/ld64.lld gcc-ld/ld.lld gcc-ld/lld-link gcc-ld/wasm-ld \
+	   self-contained/llvm-bitcode-linker wasm-component-ld
 	 ${PREFIX}/bin/patchelf ${FORCE_RPATH} --set-rpath ${RUST_LLVM_RPATH} \
 	   ${DESTDIR}${PREFIX}/lib/rustlib/${RUST_ARCH}/bin/${bin}
 .    endfor


Home | Main Index | Thread Index | Old Index