diff --git a/ghc-bootstrap.changes b/ghc-bootstrap.changes index 6f4caab..0a74d4d 100644 --- a/ghc-bootstrap.changes +++ b/ghc-bootstrap.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 4 08:50:52 UTC 2020 - Peter Trommler + +- Relax LLVM requirement on ARM and Aarch64 + ------------------------------------------------------------------- Mon Jan 27 15:04:30 UTC 2020 - Guillaume GARDET diff --git a/ghc-bootstrap.spec b/ghc-bootstrap.spec index 2faa339..4b4f00b 100644 --- a/ghc-bootstrap.spec +++ b/ghc-bootstrap.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-bootstrap # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -84,10 +84,19 @@ BuildRequires: libncurses5 BuildRequires: libnuma-devel Requires: libnuma-devel %endif + %ifarch aarch64 %{arm} BuildRequires: binutils-gold Requires: binutils-gold +%if 0%{?suse_version} >= 1550 +BuildRequires: llvm6 +Requires: llvm6 +%else +BuildRequires: llvm +Requires: llvm %endif +%endif + %ifarch s390x riscv64 BuildRequires: libffi-devel Requires: libffi-devel