[Git][haskell-team/DHG_packages][experimental] ghc: re-enable registerised builds on i386

Clint Adams (@clint) gitlab at salsa.debian.org
Mon Sep 15 22:13:50 BST 2025



Clint Adams pushed to branch experimental at Debian Haskell Group / DHG_packages


Commits:
4a465cf3 by Clint Adams at 2025-09-15T16:44:38-04:00
ghc: re-enable registerised builds on i386

- - - - -


2 changed files:

- p/ghc/debian/changelog
- p/ghc/debian/rules


Changes:

=====================================
p/ghc/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+ghc (9.8.4-1~0exp3) experimental; urgency=medium
+
+  * Re-enable registerised builds on i386 (relying on SSE2).
+
+ -- Clint Adams <clint at debian.org>  Mon, 15 Sep 2025 15:01:33 -0400
+
 ghc (9.8.4-1~0exp2) experimental; urgency=medium
 
   * Fix patches.


=====================================
p/ghc/debian/rules
=====================================
@@ -70,11 +70,7 @@ ifneq (,$(filter armel armhf, $(DEB_HOST_ARCH)))
   EXTRA_INSTALL_CONFIGURE_FLAGS += --enable-ld-override
 endif
 
-# From GHC 8.10 and later, native code generator support for legacy x87
-# floating point coprocessor has been removed. GHC now only support floating
-# point via SSE2. This causes a baseline violation on Debian for i386 where
-# there is no SSE support. Fallback to unregisterised builds on i386.
-ifneq (,$(filter i386 powerpcspe x32, $(DEB_HOST_ARCH)))
+ifneq (,$(filter powerpcspe x32, $(DEB_HOST_ARCH)))
   EXTRA_CONFIGURE_FLAGS += --enable-unregisterised
 endif
 



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/4a465cf3cb62a789ac6a64cb5c5ed2231dded811

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/4a465cf3cb62a789ac6a64cb5c5ed2231dded811
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/20250915/14c18ef4/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list