Commit 54890c93 authored by Ilias Tsitsimpis's avatar Ilias Tsitsimpis
Browse files

ghc: Remove cap on parallel builds, use `ggc-min-expand=10` instead

parent 24a48d76
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -7,6 +7,9 @@ ghc (8.6.5+dfsg1-4) UNRELEASED; urgency=medium
  [ Aurelien Jarno ]
  * build with -mxgot on mips64el

  [ Ilias Tsitsimpis ]
  * Remove cap on parallel builds, use `ggc-min-expand=10` instead

 -- John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>  Fri, 09 Aug 2019 13:21:37 +0200

ghc (8.6.5+dfsg1-3) unstable; urgency=medium
+1 −5
Original line number Diff line number Diff line
@@ -56,11 +56,7 @@ ifneq (,$(filter mips mipsel powerpc powerpcspe sparc64, $(DEB_HOST_ARCH)))
endif

%:
ifneq (,$(filter s390x, $(DEB_HOST_ARCH)))
	dh $@ --max-parallel=2
else
	dh $@
endif


override_dh_autoreconf:
@@ -91,7 +87,7 @@ endif
ifeq (big, $(DEB_TARGET_ARCH_ENDIAN))
	patch -p1 < debian/patches/Disable-unboxed-arrays.patch
endif
ifneq (,$(filter mips mipsel, $(DEB_HOST_ARCH)))
ifneq (,$(filter mips mipsel mips64el s390x, $(DEB_HOST_ARCH)))
	echo "SRC_HC_OPTS     += -optc--param -optcggc-min-expand=10" >> mk/build.mk
endif
ifneq (,$(filter mips64el, $(DEB_HOST_ARCH)))