mirror of
https://abf.rosa.ru/djam/rust.git
synced 2025-02-23 09:52:52 +00:00
Bugfix aarch64
This commit is contained in:
parent
4600aae659
commit
c3f576aa35
1 changed files with 5 additions and 1 deletions
|
@ -46,9 +46,13 @@
|
|||
|
||||
%ifarch x86_64
|
||||
%define rust_triple x86_64-unknown-linux-gnu
|
||||
%else
|
||||
%endif
|
||||
%ifarch %{ix86}
|
||||
%define rust_triple i686-unknown-linux-gnu
|
||||
%endif
|
||||
%ifarch aarch64
|
||||
%define rust_triple aarch64-unknown-linux-gnu
|
||||
%endif
|
||||
|
||||
%ifarch %{bootstrap_arches}
|
||||
%define bootstrap_root rust-%{bootstrap_rust}-%{rust_triple}
|
||||
|
|
Loading…
Add table
Reference in a new issue