petersen pushed to ghc (f22). "bootstrap aarch64 again for ghc-deps.sh fixes"

notifications at fedoraproject.org notifications at fedoraproject.org
Mon Mar 30 15:27:47 UTC 2015


>From 23bd910b3d34d2ad4ca1a43a01c15e139a7929e5 Mon Sep 17 00:00:00 2001
From: Jens Petersen <petersen at redhat.com>
Date: Mon, 23 Mar 2015 18:56:46 +0900
Subject: bootstrap aarch64 again for ghc-deps.sh fixes


diff --git a/ghc.spec b/ghc.spec
index 46226b0..a3ec693 100644
--- a/ghc.spec
+++ b/ghc.spec
@@ -3,7 +3,9 @@
 %global build_minimum_smp 16
 
 # To bootstrap build a new version of ghc, uncomment the following:
-#%%global ghc_bootstrapping 1
+%ifarch aarch64
+%global ghc_bootstrapping 1
+%endif
 
 %if %{defined ghc_bootstrapping}
 %global without_testsuite 1
@@ -35,7 +37,7 @@ Version: 7.8.4
 #   (sometimes after a major release)
 # - minor release numbers for a branch should be incremented monotonically
 # xhtml moved from haskell-platform to ghc-7.8.3
-Release: 43%{?dist}
+Release: 42.2%{?dist}
 Summary: Glasgow Haskell Compiler
 
 License: %BSDHaskellReport
@@ -578,8 +580,8 @@ fi
 
 
 %changelog
-* Mon Mar 23 2015 Jens Petersen <petersen at redhat.com> - 7.8.4-43
-- aarch64 production build
+* Mon Mar 23 2015 Jens Petersen <petersen at redhat.com> - 7.8.4-42.2
+- aarch64 bootstrap build
 - must use "make -j16" for Intel arches to preserve ABI hashes
   (-j12 changed array's hash on i686)
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/ghc.git/commit/?h=f22&id=23bd910b3d34d2ad4ca1a43a01c15e139a7929e5


More information about the scm-commits mailing list