try unregisterised ppc to see if that stops the segfaulting with runghc

This commit is contained in:
Jens Petersen 2009-05-02 06:57:24 +00:00
parent 12ad68912d
commit 773bb46c70
1 changed files with 10 additions and 1 deletions

View File

@ -22,7 +22,7 @@
Name: ghc
Version: 6.10.2
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Glasgow Haskell Compilation system
# fedora ghc has only been bootstrapped on the following archs:
ExclusiveArch: %{ix86} x86_64 ppc alpha
@ -119,6 +119,12 @@ popd
exit 0
%endif
%ifarch ppc
echo "GhcUnregisterised=YES" >> mk/build.mk
echo "GhcWithNativeCodeGen=NO" >> mk/build.mk
echo "SplitObjs=NO" >> mk/build.mk
%endif
%if %{without prof}
echo "GhcLibWays=%{?with_shared:dyn}" >> mk/build.mk
%endif
@ -277,6 +283,9 @@ fi
%endif
%changelog
* Sat May 2 2009 Jens Petersen <petersen@redhat.com> - 6.10.2-5
- try unregisterised ppc to see if that stops the segfaulting with runghc
* Tue Apr 28 2009 Jens Petersen <petersen@redhat.com> - 6.10.2-4
- add experimental bcond hscolour
- add experimental support for building shared libraries (for ghc-6.11)