related: RHEL-59777 - Build with ceph again for ppc64le

This is fixed https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104172
in gcc >= 11.3. It is ok to enable for rhel-9, rhel-10 and f41:

gcc-11.5.0-2.el9
gcc-14.2.1-2.el10
gcc-14.2.1-3.fc41
This commit is contained in:
Pavel Filipenský 2024-10-02 18:48:02 +02:00
parent 3a74d4375d
commit a3d4ccc4bf

View File

@ -55,9 +55,7 @@
# Build vfs_ceph module and ctdb cepth mutex helper by default on 64bit Fedora
%if 0%{?fedora}
# ppc64le excluded pending resolution of https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104172
#%%ifarch aarch64 ppc64le s390x x86_64
%ifarch aarch64 s390x x86_64 riscv64
%ifarch aarch64 ppc64le s390x x86_64 riscv64
%bcond_without vfs_cephfs
%bcond_without ceph_mutex
%else