From 4b8087c272d389ff6c8299106b8ffed110604d36 Mon Sep 17 00:00:00 2001 From: Christoph Erhardt Date: Wed, 23 Feb 2022 08:12:01 +0100 Subject: [PATCH] Revert "Try enabling %{ix86}" This reverts commit c2eb4e5e7397c2af39ed26afdc74612d3c450aa0. --- mold.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mold.spec b/mold.spec index c4ab880..e17b391 100644 --- a/mold.spec +++ b/mold.spec @@ -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 these architectures only -ExclusiveArch: %{ix86} x86_64 aarch64 riscv64 +# mold can currently produce native binaries for x86, aarch64 and riscv64 only +ExclusiveArch: x86_64 aarch64 riscv64 BuildRequires: cmake %if 0%{?el7}