From a4d3583a45369f022fe9e6dde35abcd055fce88a Mon Sep 17 00:00:00 2001 From: Christoph Erhardt Date: Fri, 18 Nov 2022 08:03:13 +0100 Subject: [PATCH] Move from `ExclusiveArch` to `ExcludeArch` as only MIPS remains unsupported --- mold.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mold.spec b/mold.spec index 3f40276..d431e9f 100644 --- a/mold.spec +++ b/mold.spec @@ -20,8 +20,8 @@ Patch0: tbb-strip-werror.patch # Allow building against the system-provided `xxhash.h` Patch2: 0001-Use-system-compatible-include-path-for-xxhash.h.patch -# mold can currently produce native binaries for these architectures only -ExclusiveArch: %{ix86} x86_64 %{arm32} aarch64 %{power64} %{riscv32} %{riscv64} s390x sparc64 sparc64v +# mold currently cannot produce native binaries for MIPS +ExcludeArch: %{mips} BuildRequires: cmake %if 0%{?el8} @@ -110,6 +110,7 @@ fi * Fri Nov 18 2022 Christoph Erhardt - 1.7.0-1 - Bump version to 1.7.0 - Drop upstreamed patches +- Move from `ExclusiveArch` to `ExcludeArch` as only MIPS remains unsupported * Sat Oct 22 2022 Christoph Erhardt - 1.6.0-1 - Bump version to 1.6.0