From ab41b3b7c4cf119260797fe28d72c7355946326d Mon Sep 17 00:00:00 2001 From: Jan Palus Date: Mon, 18 Apr 2022 11:35:57 +0200 Subject: [PATCH] add EA: while it builds fine on x32 mold does not support elf32_x86_64 target --- mold.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/mold.spec b/mold.spec index f64170a..e8c869b 100644 --- a/mold.spec +++ b/mold.spec @@ -15,6 +15,7 @@ BuildRequires: tbb-devel >= 2021.3.0 BuildRequires: zlib-devel Requires: mimalloc >= 1.7 Requires: tbb >= 2021.3.0 +ExclusiveArch: %{ix86} %{x8664} aarch64 riscv64 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -- 2.43.0