rpms/ghc/devel ghc.spec,1.86,1.87

Jens Petersen petersen at fedoraproject.org
Sat May 2 06:57:54 UTC 2009


Author: petersen

Update of /cvs/extras/rpms/ghc/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32311

Modified Files:
	ghc.spec 
Log Message:
try unregisterised ppc to see if that stops the segfaulting with runghc


Index: ghc.spec
===================================================================
RCS file: /cvs/extras/rpms/ghc/devel/ghc.spec,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -p -r1.86 -r1.87
--- ghc.spec	29 Apr 2009 07:33:54 -0000	1.86
+++ ghc.spec	2 May 2009 06:57:24 -0000	1.87
@@ -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 at 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 at redhat.com> - 6.10.2-4
 - add experimental bcond hscolour
 - add experimental support for building shared libraries (for ghc-6.11)




More information about the scm-commits mailing list