From 841d58b0284403df5b2ec6cdb22be638287d2330 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 30 Mar 2015 23:19:15 +0900 Subject: [PATCH] aarch64 production build --- ghc.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/ghc.spec b/ghc.spec index a3ec693..3e14576 100644 --- a/ghc.spec +++ b/ghc.spec @@ -3,9 +3,7 @@ %global build_minimum_smp 16 # To bootstrap build a new version of ghc, uncomment the following: -%ifarch aarch64 -%global ghc_bootstrapping 1 -%endif +#%%global ghc_bootstrapping 1 %if %{defined ghc_bootstrapping} %global without_testsuite 1 @@ -37,7 +35,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: 42.2%{?dist} +Release: 43%{?dist} Summary: Glasgow Haskell Compiler License: %BSDHaskellReport @@ -580,6 +578,9 @@ fi %changelog +* Mon Mar 30 2015 Jens Petersen - 7.8.4-43 +- aarch64 production build + * Mon Mar 23 2015 Jens Petersen - 7.8.4-42.2 - aarch64 bootstrap build - must use "make -j16" for Intel arches to preserve ABI hashes