Skip to content

Commit

Permalink
lang/rust: Fix REINPLACE_CMD with PORT_LLVM option on
Browse files Browse the repository at this point in the history
PR:		276033
Reported by:	Ale <discipline@tiscali.it>
  • Loading branch information
MikaelUrankar committed Jan 9, 2024
1 parent b8d2a09 commit f5538d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang/rust/Makefile
Expand Up @@ -159,7 +159,7 @@ post-patch:
post-patch-PORT_LLVM-on:
# WASM target hardcodes bundled lld
@${REINPLACE_CMD} 's|"rust-lld"|"wasm-ld${LLVM_VERSION}"|' \
${WRKSRC}/compiler/rustc_target/src/spec/wasm_base.rs
${WRKSRC}/compiler/rustc_target/src/spec/base/wasm.rs

do-configure:
# Check that the running kernel has COMPAT_FREEBSD11 required by lang/rust post-ino64
Expand Down

0 comments on commit f5538d2

Please sign in to comment.