From 6f9735df43b9f863299abe38e51f449915831d632bbb2f3e5e905451955cdb53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Fri, 18 Dec 2020 12:52:13 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-hi-file-parser revision:6, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-hi-file-parser?expand=0&rev=14 --- ghc-hi-file-parser.changes | 5 +++++ ghc-hi-file-parser.spec | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/ghc-hi-file-parser.changes b/ghc-hi-file-parser.changes index 04f5100..afe55a0 100644 --- a/ghc-hi-file-parser.changes +++ b/ghc-hi-file-parser.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 17 12:20:00 UTC 2020 - Ondřej Súkup + +- force i686 arch on i586 + ------------------------------------------------------------------- Fri Sep 4 13:39:55 UTC 2020 - Peter Simons diff --git a/ghc-hi-file-parser.spec b/ghc-hi-file-parser.spec index 1d169e2..fc423eb 100644 --- a/ghc-hi-file-parser.spec +++ b/ghc-hi-file-parser.spec @@ -32,6 +32,12 @@ BuildRequires: ghc-bytestring-devel BuildRequires: ghc-rio-devel BuildRequires: ghc-rpm-macros BuildRequires: ghc-vector-devel +# 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-hspec-devel %endif