disable ghci on aarch64 due to dynlinked runtime problems
This commit is contained in:
parent
88d8814ba6
commit
e76485122a
@ -4,7 +4,7 @@
|
|||||||
%global macros_dir %{_rpmconfigdir}/macros.d
|
%global macros_dir %{_rpmconfigdir}/macros.d
|
||||||
|
|
||||||
Name: ghc-srpm-macros
|
Name: ghc-srpm-macros
|
||||||
Version: 1.4
|
Version: 1.4.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: RPM macros for building Haskell source packages
|
Summary: RPM macros for building Haskell source packages
|
||||||
|
|
||||||
@ -35,6 +35,9 @@ install -p -D -m 0644 %{SOURCE0} %{buildroot}/%{macros_dir}/macros.ghc-srpm
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 19 2015 Jens Petersen <petersen@fedoraproject.org> - 1.4.1-1
|
||||||
|
- disable ghci on aarch64 due to dynlinked runtime problems (see #1195231)
|
||||||
|
|
||||||
* Tue Feb 17 2015 Jens Petersen <petersen@redhat.com> - 1.4-1
|
* Tue Feb 17 2015 Jens Petersen <petersen@redhat.com> - 1.4-1
|
||||||
- ghc-7.8 shared libraries allow ghci to work on all arch's
|
- ghc-7.8 shared libraries allow ghci to work on all arch's
|
||||||
|
|
||||||
|
@ -2,7 +2,8 @@
|
|||||||
|
|
||||||
# from ghc-7.8 ghci is supported on all arch's
|
# from ghc-7.8 ghci is supported on all arch's
|
||||||
# old archs: armv5tel ppc sparcv9
|
# old archs: armv5tel ppc sparcv9
|
||||||
%ghc_arches_with_ghci %{ix86} x86_64 armv7hl ppc64 ppc64le aarch64 s390 s390x
|
# no aarch64 yet due to dynlinked runtime problem (rhbz#1195231)
|
||||||
|
%ghc_arches_with_ghci %{ix86} x86_64 armv7hl ppc64 ppc64le s390 s390x
|
||||||
|
|
||||||
# ghc_arches is not used in current packages but still here for back compat
|
# ghc_arches is not used in current packages but still here for back compat
|
||||||
# old archs: alpha ppc sparcv9 armv5tel
|
# old archs: alpha ppc sparcv9 armv5tel
|
||||||
|
Loading…
Reference in New Issue
Block a user