summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jordan <immoloism@gmail.com>2024-11-03 15:19:12 +0000
committerSam James <sam@gentoo.org>2024-11-06 11:19:48 +0000
commit9d39168d8ec3776067bd68226243abe050ad666a (patch)
tree02755a66c3de67989b7070bf4aa7346cf9ee74a0 /dev-lang
parenttoolchain.eclass: further death hook fixes (diff)
downloadgentoo-9d39168d8ec3776067bd68226243abe050ad666a.tar.gz
gentoo-9d39168d8ec3776067bd68226243abe050ad666a.tar.bz2
gentoo-9d39168d8ec3776067bd68226243abe050ad666a.zip
dev-lang/rust: Remove i586 sed
This was left in by mistake and requires a second patch which is not ready for primetime at this moment. Signed-off-by: Ian Jordan <immoloism@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/39192 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/rust/rust-1.82.0.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-lang/rust/rust-1.82.0.ebuild b/dev-lang/rust/rust-1.82.0.ebuild
index d7ad75bf3f9b..dbcf51f5fc2c 100644
--- a/dev-lang/rust/rust-1.82.0.ebuild
+++ b/dev-lang/rust/rust-1.82.0.ebuild
@@ -310,7 +310,8 @@ src_prepare() {
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
+ # Required for i586 support, commented out until ready for wider use.
+ #grep -rl cmd.args.push\(\"-march=i686\" . | xargs sed -i 's/march=i686/-march=i586/g' || die
fi
fi