From 9aec669b08f89ce19ce073e018f5c4f7e3153048 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 10 Mar 2019 13:36:49 +0100 Subject: community/rust: patched i686 for pentium3 (no SSE2) --- community/rust/PKGBUILD | 2 ++ 1 file changed, 2 insertions(+) (limited to 'community') diff --git a/community/rust/PKGBUILD b/community/rust/PKGBUILD index 221bfd43..14d3c061 100644 --- a/community/rust/PKGBUILD +++ b/community/rust/PKGBUILD @@ -5,5 +5,7 @@ eval "$( declare -f prepare | \ sed ' $ i patch -p1 -i "$srcdir/config.toml.patch" + /}/ i sed -i "s/pentium4/pentium3" "$srcdir/rustc-$pkgver-src/vendor/rustc-ap-rustc_target/spec/i686_unknown_linux_gnu.rs" + /}/ i sed -i "s/pentium4/pentium3" "$srcdir/rustc-$pkgver-src/src/librustc_target/spec/i686_unknown_linux_gnu.rs" ' )" -- cgit v1.2.3