commit: 566ebab6378fcab190dab8165d6bd2c1c80e9692
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 31 03:33:49 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Oct 31 03:33:49 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=566ebab6
dev-lang/rust: add TODO for optimized-compiler-builtins for system-llvm
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-lang/rust/rust-1.91.0.ebuild | 3 +++
dev-lang/rust/rust-9999.ebuild | 3 +++
2 files changed, 6 insertions(+)
diff --git a/dev-lang/rust/rust-1.91.0.ebuild b/dev-lang/rust/rust-1.91.0.ebuild
index a2db6175d2e0..7d66215efeac 100644
--- a/dev-lang/rust/rust-1.91.0.ebuild
+++ b/dev-lang/rust/rust-1.91.0.ebuild
@@ -416,6 +416,9 @@ src_configure() {
build_channel="stable"
;;
esac
+
+ # TODO: Add optimized-compiler-builtins for system-llvm to avoid
+ # building bundled compiler-rt.
cat <<- _EOF_ > "${S}"/bootstrap.toml
# Suppresses a warning about tracking changes which we don't
care about.
change-id = "ignore"
diff --git a/dev-lang/rust/rust-9999.ebuild b/dev-lang/rust/rust-9999.ebuild
index 47af58466857..2854804a5fbd 100644
--- a/dev-lang/rust/rust-9999.ebuild
+++ b/dev-lang/rust/rust-9999.ebuild
@@ -416,6 +416,9 @@ src_configure() {
build_channel="stable"
;;
esac
+
+ # TODO: Add optimized-compiler-builtins for system-llvm to avoid
+ # building bundled compiler-rt.
cat <<- _EOF_ > "${S}"/bootstrap.toml
# Suppresses a warning about tracking changes which we don't
care about.
change-id = "ignore"