[Git][haskell-team/DHG_packages][master] ghc: Enable workaround to avoid memory exhaustation on m68k and sh4
John Paul Adrian Glaubitz
gitlab at salsa.debian.org
Thu Sep 12 06:56:20 BST 2019
John Paul Adrian Glaubitz pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
ef94c644 by John Paul Adrian Glaubitz at 2019-09-12T05:53:33Z
ghc: Enable workaround to avoid memory exhaustation on m68k and sh4
- - - - -
1 changed file:
- p/ghc/debian/rules
Changes:
=====================================
p/ghc/debian/rules
=====================================
@@ -118,7 +118,7 @@ ifneq (,$(filter noopt, $(DEB_BUILD_OPTIONS)))
# echo "GhcLibHcOpts += -O0" >> mk/build.mk
echo "GhcRtsCcOpts += -O0" >> mk/build.mk
endif
-ifneq (,$(filter mipsel hppa x32, $(DEB_HOST_ARCH)))
+ifneq (,$(filter m68k mipsel hppa sh4 x32, $(DEB_HOST_ARCH)))
# Virtual memory exhausted when trying to build unregisterised compiler on
# 32-bit targets. Disable optimizations for compiler/hsSyn/HsInstances.hs.
# See https://bugs.debian.org/933968
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/ef94c64454d8b2ba0d4283b2878d516f1f18badc
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/ef94c64454d8b2ba0d4283b2878d516f1f18badc
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20190912/1b097768/attachment.html>
More information about the Pkg-haskell-commits
mailing list