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
This commit is contained in:
parent
ef4d6663ef
commit
876b9d2c70
@ -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
|
Thu Jun 8 21:48:54 UTC 2017 - luke.nukem.jones@gmail.com
|
||||||
|
|
||||||
|
@ -40,7 +40,7 @@
|
|||||||
%global _arch x86_64
|
%global _arch x86_64
|
||||||
%endif
|
%endif
|
||||||
%ifarch %{ix86}
|
%ifarch %{ix86}
|
||||||
%global _arch i586
|
%global _arch i686
|
||||||
%endif
|
%endif
|
||||||
%global rust_triple %{_arch}-unknown-linux-%{abi}
|
%global rust_triple %{_arch}-unknown-linux-%{abi}
|
||||||
%global dl_url https://static.rust-lang.org/dist
|
%global dl_url https://static.rust-lang.org/dist
|
||||||
|
Loading…
Reference in New Issue
Block a user