Compare commits

...

6 Commits

Author SHA1 Message Date
David Abdurachmanov a7d87c0d11
Disable bootstrap
Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
2021-07-13 13:27:23 +03:00
David Abdurachmanov cadc16ba3b
Enable bootstrap
Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
2021-07-13 13:24:18 +03:00
David Abdurachmanov af04c658b5
Merge remote-tracking branch 'up/f33' into f33-riscv64
Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
2021-07-10 18:19:06 +03:00
David Abdurachmanov 8941be795f
Disable bootstrap
Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
2021-04-18 06:28:18 +03:00
David Abdurachmanov c78d9b6e46
Merge remote-tracking branch 'up/f33' into f33-riscv64
Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
2021-04-18 06:26:51 +03:00
David Abdurachmanov 46a6424c65
Add support for riscv64
Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
2021-04-16 21:42:23 +03:00
1 changed files with 16 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Only x86_64 and i686 are Tier 1 platforms at this time.
# https://doc.rust-lang.org/nightly/rustc/platform-support.html
%global rust_arches x86_64 i686 armv7hl aarch64 ppc64 ppc64le s390x
%global rust_arches x86_64 i686 armv7hl aarch64 ppc64 ppc64le s390x riscv64
# The channel can be stable, beta, or nightly
%{!?channel: %global channel stable}
@ -57,12 +57,16 @@
%if 0%{?rhel} && 0%{?rhel} < 8
%bcond_with lldb
%else
%ifnarch riscv64
%bcond_without lldb
%else
%bcond_with lldb
%endif
%endif
Name: rust
Version: 1.53.0
Release: 1%{?dist}
Release: 1.2.riscv64%{?dist}
Summary: The Rust Programming Language
License: (ASL 2.0 or MIT) and (BSD and MIT)
# ^ written as: (rust itself) and (bundled libraries)
@ -538,7 +542,7 @@ find -name '*.rs' -type f -perm /111 -exec chmod -v -x '{}' '+'
%build
export %{rust_env}
%ifarch %{arm} %{ix86} s390x
%ifarch %{arm} %{ix86} s390x riscv64
# full debuginfo is exhausting memory; just do libstd for now
# https://github.com/rust-lang/rust/issues/45854
%if 0%{?rhel} && 0%{?rhel} < 8
@ -804,6 +808,15 @@ end}
%changelog
* Tue Jul 13 2021 David Abdurachmanov <david.abdurachmanov@gmail.com> - 1.53.0-1.2.riscv64
- Disable bootstrap
* Mon Jul 12 2021 David Abdurachmanov <david.abdurachmanov@gmail.com> - 1.53.0-1.1.riscv64
- Enable bootstrap
* Sat Jul 10 2021 David Abdurachmanov <david.abdurachmanov@gmail.com> - 1.53.0-1.0.riscv64
- Add riscv64
* Thu Jun 17 2021 Josh Stone <jistone@redhat.com> - 1.53.0-1
- Update to 1.53.0.