diff options
| author | Matt Jolly <kangie@gentoo.org> | 2025-05-31 15:50:02 +1000 |
|---|---|---|
| committer | Matt Jolly <kangie@gentoo.org> | 2025-06-04 07:36:55 +1000 |
| commit | ae88df88b95f8e67016487beeeb22de75a071ec9 (patch) | |
| tree | 16b3077566a83e5b21d7706d9d43fb5e0363cecd /dev-lang/rust/rust-9999.ebuild | |
| parent | 66a491e379ce61aa6a4bf6598013a2790d763943 (diff) | |
| download | gentoo-ae88df88b95f8e67016487beeeb22de75a071ec9.tar.gz gentoo-ae88df88b95f8e67016487beeeb22de75a071ec9.tar.bz2 gentoo-ae88df88b95f8e67016487beeeb22de75a071ec9.zip | |
dev-lang/rust: drop i586 baseline patch
Rust upstream have identified issues with this patch relating to broken
x87 handling in LLVM.
Drop the patch and revbump all impacted revisions to ensure that this is
cleaned up.
Closes: https://www.github.com/gentoo/gentoo/pulls/40616
Signed-off-by: Matt Jolly <kangie@gentoo.org>
Diffstat (limited to 'dev-lang/rust/rust-9999.ebuild')
| -rw-r--r-- | dev-lang/rust/rust-9999.ebuild | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/dev-lang/rust/rust-9999.ebuild b/dev-lang/rust/rust-9999.ebuild index d9eff0ee970e..4b395498dc1b 100644 --- a/dev-lang/rust/rust-9999.ebuild +++ b/dev-lang/rust/rust-9999.ebuild @@ -304,14 +304,6 @@ src_prepare() { if [[ ${PV} = *9999* ]]; then # We need to update / generate lockfiles for the workspace ${CARGO} generate-lockfile --offline - - fi - # Rust baselines to Pentium4 on x86, this patch lowers the baseline to i586 when sse2 is not set. - if use x86; then - if ! use cpu_flags_x86_sse2; then - eapply "${FILESDIR}/1.82.0-i586-baseline.patch" - #grep -rl cmd.args.push\(\"-march=i686\" . | xargs sed -i 's/march=i686/-march=i586/g' || die - fi fi if use lto && tc-is-clang && ! tc-ld-is-lld && ! tc-ld-is-mold; then |
