diff --git a/ghc-bootstrap.changes b/ghc-bootstrap.changes index b57afe1..640a9a4 100644 --- a/ghc-bootstrap.changes +++ b/ghc-bootstrap.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed May 6 14:02:54 UTC 2020 - Peter Simons + +- Drop duplicated ix86 case from list of conditionals. + ------------------------------------------------------------------- Tue Mar 10 20:33:07 UTC 2020 - Guillaume GARDET diff --git a/ghc-bootstrap.spec b/ghc-bootstrap.spec index 9823ce8..40421d4 100644 --- a/ghc-bootstrap.spec +++ b/ghc-bootstrap.spec @@ -55,7 +55,7 @@ %ifarch %{ix86} %define sysname deb9 %endif -%ifarch ppc64 ppc64le %{arm} aarch64 %{ix86} riscv64 +%ifarch ppc64 ppc64le %{arm} aarch64 riscv64 %define sysname unknown %endif