Add riscv64 to %golang_arches

This commit is contained in:
Nianqing Yao 2023-04-16 11:26:22 +08:00
parent 4c6093a6d9
commit da6db77f29

View File

@ -7,7 +7,7 @@ Version: 3.2.0
%global _docdir_fmt %{name} %global _docdir_fmt %{name}
# Master definition that will be written to macro files # Master definition that will be written to macro files
%global golang_arches_future x86_64 %{arm} aarch64 ppc64le s390x %global golang_arches_future x86_64 %{arm} aarch64 ppc64le s390x riscv64
%global golang_arches %{ix86} %{golang_arches_future} %global golang_arches %{ix86} %{golang_arches_future}
%global gccgo_arches %{mips} %global gccgo_arches %{mips}
%if 0%{?rhel} >= 9 %if 0%{?rhel} >= 9