From b1b17ac7225b21f5c661fd48be160ebe7f866e1f0cf9508a4823aac5afa1d0b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Fri, 18 Dec 2020 12:51:28 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-Diff revision:9, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-Diff?expand=0&rev=22 --- ghc-Diff.changes | 5 +++++ ghc-Diff.spec | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/ghc-Diff.changes b/ghc-Diff.changes index dc34704..2686ebc 100644 --- a/ghc-Diff.changes +++ b/ghc-Diff.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 17 12:20:00 UTC 2020 - Ondřej Súkup + +- force i686 arch on i586 + ------------------------------------------------------------------- Tue Aug 18 10:43:45 UTC 2020 - Peter Simons diff --git a/ghc-Diff.spec b/ghc-Diff.spec index 6238a85..6378972 100644 --- a/ghc-Diff.spec +++ b/ghc-Diff.spec @@ -29,6 +29,12 @@ BuildRequires: ghc-Cabal-devel BuildRequires: ghc-array-devel BuildRequires: ghc-pretty-devel BuildRequires: ghc-rpm-macros +# GHC dont support i586 +%ifarch %{ix86} +ExclusiveArch: i586 i686 +ExclusiveArch: i686 +%{expand:%%global optflags %(echo "%{optflags}"|sed -e s/i586/i686/) -march=i686 -mtune=generic} +%endif %if %{with tests} BuildRequires: ghc-QuickCheck-devel BuildRequires: ghc-directory-devel