From 14a6d06df66d3183d58babfd7b497d2811e5c3ca Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 15 Feb 2015 01:06:21 +0900 Subject: [PATCH] try "make -j16" on Intel arches to keep ABI hashes same as -40 --- ghc.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/ghc.spec b/ghc.spec index 087f64d..ac1fa22 100644 --- a/ghc.spec +++ b/ghc.spec @@ -31,7 +31,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: 41%{?dist} +Release: 42%{?dist} Summary: Glasgow Haskell Compiler License: %BSDHaskellReport @@ -343,6 +343,10 @@ export LDFLAGS="${LDFLAGS:-%__global_ldflags}" # avoid "ghc: hGetContents: invalid argument (invalid byte sequence)" export LANG=en_US.utf8 +echo %{?_smp_mflags} +%ifarch %{ix86} x86_64 +%global _smp_mflags -j16 +%endif make %{?_smp_mflags} @@ -540,6 +544,9 @@ fi %changelog +* Sat Feb 14 2015 Jens Petersen - 7.8.4-42 +- try "make -j16" on Intel arches to keep ABI hashes same as -40 + * Mon Feb 9 2015 Jens Petersen - 7.8.4-41 - update the arm64 patch for 7.8.4 - all archs have bindir/ghci