From 3069a1c3302595c8b80f610220d4e743c41c570d Mon Sep 17 00:00:00 2001 From: Keith Seitz Date: Thu, 5 May 2022 09:54:16 -0700 Subject: [PATCH] Update fpc architectures. Only s390x is not supported. --- gdb.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gdb.spec b/gdb.spec index 3470e0a..735a642 100644 --- a/gdb.spec +++ b/gdb.spec @@ -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