Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (7b3529f35cd48e3dcf353d13ffc84a90eb91a099)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (7b3529f35cd48e3dcf353d13ffc84a90eb91a099)
  • Date: Thu, 20 Aug 2026 19:53:13 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

devel/rust/DETAILS
| 2 -
devel/rust/HISTORY
| 4 ++
devel/rust/patches/0001-Adjustments-for-rust-src-and-native-musl-hosts.patch
| 16 ----------
3 files changed, 5 insertions(+), 17 deletions(-)

New commits:
commit 7b3529f35cd48e3dcf353d13ffc84a90eb91a099
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

devel/rust: version 1.98.0

diff --git a/devel/rust/DETAILS b/devel/rust/DETAILS
index 15ec60c..d35ae49 100755
--- a/devel/rust/DETAILS
+++ b/devel/rust/DETAILS
@@ -1,5 +1,5 @@
SPELL=rust
- VERSION=1.97.1
+ VERSION=1.98.0
SECURITY_PATCH=4
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/rustc-${VERSION}-src"
TMPFS=off
diff --git a/devel/rust/HISTORY b/devel/rust/HISTORY
index 4e190be..d1d7d6d 100644
--- a/devel/rust/HISTORY
+++ b/devel/rust/HISTORY
@@ -1,3 +1,7 @@
+2026-08-20 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 1.98.0
+ * patches/0001-Adjustments-for-rust-src-and-native-musl-hosts.patch:
updated
+
2026-08-13 Ismael Luceno <ismael AT sourcemage.org>
* BUILD, INSTALL: always stage the install, because launching x.py
install
from the INSTALL phase caused rebuilding with different flags and
breakage.
diff --git
a/devel/rust/patches/0001-Adjustments-for-rust-src-and-native-musl-hosts.patch

b/devel/rust/patches/0001-Adjustments-for-rust-src-and-native-musl-hosts.patch
index ead8643..2bc3a94 100644
---
a/devel/rust/patches/0001-Adjustments-for-rust-src-and-native-musl-hosts.patch
+++
b/devel/rust/patches/0001-Adjustments-for-rust-src-and-native-musl-hosts.patch
@@ -110,22 +110,6 @@ index cfcb144..529be48 100644
+ base.crt_static_default = !cfg!(target_env = "musl");
base
}
-diff --git
a/compiler/rustc_target/src/spec/targets/i686_unknown_linux_musl.rs
b/compiler/rustc_target/src/spec/targets/i686_unknown_linux_musl.rs
-index cfcb144..529be48 100644
---- a/compiler/rustc_target/src/spec/targets/i686_unknown_linux_musl.rs
-+++ b/compiler/rustc_target/src/spec/targets/i686_unknown_linux_musl.rs
-@@ -12,8 +12,9 @@
- base.max_atomic_width = Some(64);
- base.add_pre_link_args(LinkerFlavor::Gnu(Cc::Yes, Lld::No), &["-m32",
"-Wl,-melf_i386"]);
- base.stack_probes = StackProbeType::Inline;
-- // FIXME(compiler-team#422): musl targets should be dynamically linked
by default.
-- base.crt_static_default = true;
-+ // FIXME(compiler-team#422): musl targets should be dynamically linked
by
-+ // default; a native musl host already is.
-+ base.crt_static_default = !cfg!(target_env = "musl");
-
- // The unwinder used by i686-unknown-linux-musl, the LLVM libunwind
- // implementation, apparently relies on frame pointers existing...
somehow.
diff --git
a/compiler/rustc_target/src/spec/targets/powerpc64le_unknown_linux_musl.rs
b/compiler/rustc_target/src/spec/targets/powerpc64le_unknown_linux_musl.rs
index cfcb144..529be48 100644
---
a/compiler/rustc_target/src/spec/targets/powerpc64le_unknown_linux_musl.rs


  • [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (7b3529f35cd48e3dcf353d13ffc84a90eb91a099), Pavel Vinogradov, 08/20/2026

Archive powered by MHonArc 2.6.24.

Top of Page