From ed425b4dab3a9810ccf4750c45cf799fa85f089c9a6878b8e0d895761ab52312 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Li=C5=A1ka?= Date: Wed, 20 Apr 2022 06:53:47 +0000 Subject: [PATCH] Fix dependency. OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/mold?expand=0&rev=24 --- mold.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mold.spec b/mold.spec index 9494088..2591261 100644 --- a/mold.spec +++ b/mold.spec @@ -35,7 +35,7 @@ BuildRequires: clang BuildRequires: libdwarf-tools BuildRequires: mimalloc-devel BuildRequires: tbb-devel -%ifarch aarch64 x86_64 +%ifarch x86_64 BuildRequires: gcc-32bit %endif %endif