Disable bootstrap for riscv64 and enable shared

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2022-08-16 16:18:13 +03:00
parent 75c0b5cfd4
commit 454b9941f5
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
1 changed files with 5 additions and 6 deletions

View File

@ -1,8 +1,4 @@
%ifnarch riscv64
%bcond_with bootstrap %bcond_with bootstrap
%else
%bcond_without bootstrap
%endif
# temporalily ignore test failures # temporalily ignore test failures
# due to https://github.com/golang/go/issues/39466 # due to https://github.com/golang/go/issues/39466
%ifarch aarch64 riscv64 %ifarch aarch64 riscv64
@ -71,7 +67,7 @@
%endif %endif
# Build golang shared objects for stdlib # Build golang shared objects for stdlib
%ifarch %{ix86} x86_64 ppc64le %{arm} aarch64 %ifarch %{ix86} x86_64 ppc64le %{arm} aarch64 riscv64
%global shared 1 %global shared 1
%else %else
%global shared 0 %global shared 0
@ -125,7 +121,7 @@
Name: golang Name: golang
Version: %{go_version} Version: %{go_version}
Release: %{baserelease}.0.riscv64%{?dist} Release: %{baserelease}.1.riscv64%{?dist}
Summary: The Go Programming Language Summary: The Go Programming Language
# source tree includes several copies of Mark.Twain-Tom.Sawyer.txt under Public Domain # source tree includes several copies of Mark.Twain-Tom.Sawyer.txt under Public Domain
License: BSD and Public Domain License: BSD and Public Domain
@ -548,6 +544,9 @@ fi
%endif %endif
%changelog %changelog
* Tue Aug 16 2022 David Abdurachmanov <davidlt@rivosinc.com> - 1.18.4-1.1.riscv64
- Disable bootstrap for riscv64 and enable shared
* Sat Jul 23 2022 David Abdurachmanov <davidlt@rivosinc.com> - 1.18.4-1.0.riscv64 * Sat Jul 23 2022 David Abdurachmanov <davidlt@rivosinc.com> - 1.18.4-1.0.riscv64
- Enable riscv64 (bootstrap) - Enable riscv64 (bootstrap)