[Git][haskell-team/DHG_packages][master] Build with -optc-no-integrated-cpp on hppa
John Paul Adrian Glaubitz (@glaubitz)
gitlab at salsa.debian.org
Sun Jan 25 17:04:40 GMT 2026
John Paul Adrian Glaubitz pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
79afeacf by John Paul Adrian Glaubitz at 2026-01-25T17:57:21+01:00
Build with -optc-no-integrated-cpp on hppa
- - - - -
2 changed files:
- p/ghc/debian/changelog
- p/ghc/debian/rules
Changes:
=====================================
p/ghc/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+ghc (9.10.3-4) UNRELEASED; urgency=medium
+
+ * Build with -optc-no-integrated-cpp on hppa
+
+ -- John Paul Adrian Glaubitz <glaubitz at physik.fu-berlin.de> Sun, 25 Jan 2026 17:56:20 +0100
+
ghc (9.10.3-3) unstable; urgency=medium
* Do not pass --hash-unit-ids to hadrian (Closes: #1126311)
=====================================
p/ghc/debian/rules
=====================================
@@ -85,10 +85,14 @@ 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, $(DEB_HOST_ARCH)))
EXTRA_HADRIAN_FLAGS += "*.*.ghc.hs.opts += -optc--param -optcggc-min-expand=10"
endif
+ifneq (,$(filter hppa, $(DEB_HOST_ARCH)))
+ EXTRA_HADRIAN_FLAGS += "*.*.ghc.hs.opts += -optc--param -optcggc-min-expand=10 -optc-no-integrated-cpp"
+endif
+
# mips64el compiles fine without it. Keep this commented out in
# case we need it in the future.
# ifneq (,$(filter mips64el, $(DEB_HOST_ARCH)))
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/79afeacffbd11782005e3b55e85ae84ec4b81168
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/79afeacffbd11782005e3b55e85ae84ec4b81168
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/20260125/49d82de8/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list