Accepting request 308728 from home:mimi_vx:branches:devel:languages:haskell

- disable llvm on arm64

OBS-URL: https://build.opensuse.org/request/show/308728
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc?expand=0&rev=174
This commit is contained in:
Peter Trommler 2015-05-26 12:21:35 +00:00 committed by Git OBS Bridge
parent 7012bff814
commit e3f8ef15a9
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue May 26 09:19:09 UTC 2015 - mimi.vx@gmail.com
- disable llvm on arm64
------------------------------------------------------------------- -------------------------------------------------------------------
Thu May 21 23:32:56 CEST 2015 - ro@suse.de Thu May 21 23:32:56 CEST 2015 - ro@suse.de

View File

@ -34,7 +34,7 @@ BuildRequires: glibc-devel
BuildRequires: gmp-devel BuildRequires: gmp-devel
BuildRequires: libelf-devel BuildRequires: libelf-devel
BuildRequires: libffi-devel BuildRequires: libffi-devel
%ifnarch ppc %ifnarch ppc aarch64
BuildRequires: llvm BuildRequires: llvm
%endif %endif
BuildRequires: ncurses-devel BuildRequires: ncurses-devel