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