diff options
author | Mikael Urankar <mikael@FreeBSD.org> | 2023-06-03 08:30:23 +0200 |
---|---|---|
committer | Mikael Urankar <mikael@FreeBSD.org> | 2023-06-09 13:38:15 +0200 |
commit | 6b9789547d5eeec192b5fe0039b0e6a54b743650 (patch) | |
tree | 97f2f7aba6a161c3272b6a766b9936f30ed6ee06 /lang/rust/files | |
parent | databases/mongodb70: update to 7.0.0 RC3 (diff) |
lang/rust: Update to 1.70.0
Announce: https://blog.rust-lang.org/2023/06/01/Rust-1.70.0.html
ChangeLog: https://github.com/rust-lang/rust/releases/tag/1.70.0
PR: 271797
Tested by: mikael,pkubaj
Diffstat (limited to 'lang/rust/files')
-rw-r--r-- | lang/rust/files/patch-src_bootstrap_native.rs | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/lang/rust/files/patch-src_bootstrap_native.rs b/lang/rust/files/patch-src_bootstrap_native.rs deleted file mode 100644 index 7638edc6f734..000000000000 --- a/lang/rust/files/patch-src_bootstrap_native.rs +++ /dev/null @@ -1,15 +0,0 @@ -Revert part of [1] as it causes cross build problem with lang/rust-bootstrap@powerpc - -[1] https://github.com/rust-lang/rust/commit/07dae5a97b64100f5abd511f1e2d5a6263a54006 - ---- src/bootstrap/native.rs.orig 2022-04-13 15:53:33.692586000 +0200 -+++ src/bootstrap/native.rs 2022-04-13 15:53:47.191939000 +0200 -@@ -318,7 +318,7 @@ impl Step for Llvm { - - // Workaround for ppc32 lld limitation - if target == "powerpc-unknown-freebsd" { -- ldflags.exe.push(" -fuse-ld=bfd"); -+ cfg.define("CMAKE_EXE_LINKER_FLAGS", "-fuse-ld=bfd"); - } - - // https://llvm.org/docs/HowToCrossCompileLLVM.html |