Try enabling %{ix86}

This commit is contained in:
Christoph Erhardt 2022-02-23 06:43:57 +01:00
parent e59637bab8
commit c2eb4e5e73
1 changed files with 2 additions and 2 deletions

View File

@ -21,8 +21,8 @@ Patch1: 0001-Skip-reloc-rodata-test-on-aarch64.patch
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68210
Patch2: 0002-Fix-compatibility-with-libstdc-9.patch
# mold can currently produce native binaries for x86, aarch64 and riscv64 only
ExclusiveArch: x86_64 aarch64 riscv64
# mold can currently produce native binaries for these architectures only
ExclusiveArch: %{ix86} x86_64 aarch64 riscv64
BuildRequires: cmake
%if 0%{?el7}