osc copypac from project:devel:languages:haskell:ghc-8.8.x package:ghc-bootstrap revision:6, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-bootstrap?expand=0&rev=54
This commit is contained in:
Peter Simons 2020-02-27 18:23:48 +00:00 committed by Git OBS Bridge
parent f37c028ccc
commit 01dd23e89d
2 changed files with 15 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 4 08:50:52 UTC 2020 - Peter Trommler <ptrommler@icloud.com>
- Relax LLVM requirement on ARM and Aarch64
-------------------------------------------------------------------
Mon Jan 27 15:04:30 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org>

View File

@ -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