From 876b9d2c707ee964b029cc075e889d8c714d6259d649eaf7708a1b49ffbe9b86 Mon Sep 17 00:00:00 2001 From: Luke Jones Date: Wed, 14 Jun 2017 06:25:34 +0000 Subject: [PATCH] Accepting request 503550 from home:luke_nukem:branches:devel:languages:rust Change i586 build to produce i686 instead. May cause issues on i586 hardware if it is still in use (not likely). OBS-URL: https://build.opensuse.org/request/show/503550 OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/rust?expand=0&rev=110 --- rust.changes | 6 ++++++ rust.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/rust.changes b/rust.changes index 94fc6b2..a479bae 100644 --- a/rust.changes +++ b/rust.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jun 14 06:23:20 UTC 2017 - luke.nukem.jones@gmail.com + +- Change i586 build to produce i686 target instead of i586 so that + x86 Firefox can be built with Rust. + ------------------------------------------------------------------- Thu Jun 8 21:48:54 UTC 2017 - luke.nukem.jones@gmail.com diff --git a/rust.spec b/rust.spec index 142b5e7..d6f6e30 100644 --- a/rust.spec +++ b/rust.spec @@ -40,7 +40,7 @@ %global _arch x86_64 %endif %ifarch %{ix86} -%global _arch i586 +%global _arch i686 %endif %global rust_triple %{_arch}-unknown-linux-%{abi} %global dl_url https://static.rust-lang.org/dist