[Git][haskell-team/DHG_packages][master] 2 commits: Revert "ghc: Build with --param ggc-min-expand=10 on powerpc"
John Paul Adrian Glaubitz (@glaubitz)
gitlab at salsa.debian.org
Sat Jan 10 21:30:53 GMT 2026
John Paul Adrian Glaubitz pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
d4c66a69 by John Paul Adrian Glaubitz at 2026-01-10T22:28:06+01:00
Revert "ghc: Build with --param ggc-min-expand=10 on powerpc"
- - - - -
9d35badf by John Paul Adrian Glaubitz at 2026-01-10T22:29:44+01:00
ghc: Build with -optc-no-integrated-cpp on powerpc
- - - - -
2 changed files:
- p/ghc/debian/changelog
- p/ghc/debian/rules
Changes:
=====================================
p/ghc/debian/changelog
=====================================
@@ -1,9 +1,9 @@
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
* Add patch to add platform support for hppa and sparc64
* Add patch to use modern GCC atomics built-ins in ghc-prim
+ * Build with -optc-no-integrated-cpp on powerpc
-- John Paul Adrian Glaubitz <glaubitz at physik.fu-berlin.de> Tue, 06 Jan 2026 10:50:15 +0100
=====================================
p/ghc/debian/rules
=====================================
@@ -77,7 +77,7 @@ endif
# See https://bugs.debian.org/1060196
ifneq (,$(filter powerpc, $(DEB_HOST_ARCH)))
EXTRA_CONFIGURE_FLAGS += --enable-unregisterised
- EXTRA_HADRIAN_FLAGS += "*.*.ghc.hs.opts += -optc--param -optcggc-min-expand=10 -optc-O3"
+ EXTRA_HADRIAN_FLAGS += "*.*.ghc.hs.opts += -optc--param -optcggc-min-expand=10 -optc-O3 -optc-no-integrated-cpp"
endif
@@ -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 powerpc, $(DEB_HOST_ARCH)))
+ifneq (,$(filter i386 mips mipsel hppa, $(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/-/compare/684b526dd3719ab4de20e13fbce1bfa92be2cd03...9d35badf54c0436884ad3c7fa0ac2e323b5098d6
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/684b526dd3719ab4de20e13fbce1bfa92be2cd03...9d35badf54c0436884ad3c7fa0ac2e323b5098d6
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/6b006104/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list