diff options
Diffstat (limited to 'dev-lang')
| -rw-r--r-- | dev-lang/rust/rust-1.91.0.ebuild | 3 | ||||
| -rw-r--r-- | dev-lang/rust/rust-9999.ebuild | 3 |
2 files changed, 6 insertions, 0 deletions
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" |
