Update fpc architectures. Only s390x is not supported.

This commit is contained in:
Keith Seitz 2022-05-05 09:54:16 -07:00
parent e57e210d3f
commit 3069a1c330
1 changed files with 2 additions and 2 deletions

View File

@ -325,8 +325,8 @@ BuildRequires: prelink
BuildRequires: opencl-headers ocl-icd-devel%{bits_local} ocl-icd-devel%{bits_other}
%endif
%if 0%{!?rhel:1}
# Fedora arm+ppc64le do not yet have fpc built.
%ifnarch %{arm} ppc64le
# Fedora s390x does not have fpc.
%ifnarch s390x
BuildRequires: fpc
%endif
%endif