[Git][haskell-team/DHG_packages][master] ghc: Build with --param ggc-min-expand=10 on powerpc
John Paul Adrian Glaubitz (@glaubitz)
gitlab at salsa.debian.org
Sat Jan 10 19:34:19 GMT 2026
John Paul Adrian Glaubitz pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
7911a774 by John Paul Adrian Glaubitz at 2026-01-10T20:34:02+01:00
ghc: Build with --param ggc-min-expand=10 on powerpc
- - - - -
2 changed files:
- p/ghc/debian/changelog
- p/ghc/debian/rules
Changes:
=====================================
p/ghc/debian/changelog
=====================================
@@ -1,6 +1,7 @@
ghc (9.10.3-2) UNRELEASED; urgency=medium
* Build with --enable-unregisterised on loong64 for bootstrap
+ * Build with --param ggc-min-expand=10 on powerpc
-- John Paul Adrian Glaubitz <glaubitz at physik.fu-berlin.de> Tue, 06 Jan 2026 10:50:15 +0100
=====================================
p/ghc/debian/rules
=====================================
@@ -85,7 +85,7 @@ ifneq (,$(filter armhf, $(DEB_HOST_ARCH)))
EXTRA_HADRIAN_FLAGS += "*.*.ghc.hs.opts += -D__ARM_PCS_VFP"
endif
-ifneq (,$(filter i386 mips mipsel hppa, $(DEB_HOST_ARCH)))
+ifneq (,$(filter i386 mips mipsel hppa powerpc, $(DEB_HOST_ARCH)))
EXTRA_HADRIAN_FLAGS += "*.*.ghc.hs.opts += -optc--param -optcggc-min-expand=10"
endif
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/7911a774749f2f9c54127d66b492515d7d83a36a
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/7911a774749f2f9c54127d66b492515d7d83a36a
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/20260110/df5e4aa2/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list