diff --git a/ghc-language-javascript.changes b/ghc-language-javascript.changes index ee09b56..042edde 100644 --- a/ghc-language-javascript.changes +++ b/ghc-language-javascript.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:45:18 UTC 2020 - Peter Simons diff --git a/ghc-language-javascript.spec b/ghc-language-javascript.spec index 9c8968d..d2e9812 100644 --- a/ghc-language-javascript.spec +++ b/ghc-language-javascript.spec @@ -36,6 +36,12 @@ BuildRequires: ghc-rpm-macros BuildRequires: ghc-text-devel BuildRequires: ghc-utf8-string-devel BuildRequires: happy +# 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-hspec-devel