[Git][haskell-team/DHG_packages][master] ghc: enable unregisterised builds on armhf. This is mainly done for Ubuntu,...

Gianfranco Costamagna (@locutusofborg) gitlab at salsa.debian.org
Mon Sep 12 21:22:10 BST 2022



Gianfranco Costamagna pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
103362db by Gianfranco Costamagna at 2022-09-12T22:20:55+02:00
ghc: enable unregisterised builds on armhf. This is mainly done for Ubuntu, were we gain from building ghc itself in 2.5 days and more, to 2.5 hours.
This can be done also in Ubuntu only, but I'm pretty confident this performance gain can be beneficial in Debian too

- - - - -


1 changed file:

- p/ghc/debian/rules


Changes:

=====================================
p/ghc/debian/rules
=====================================
@@ -39,7 +39,7 @@ export GHC=$(firstword $(shell bash -c "type -p ghc"))
 
 DEB_HOOGLE_TXT_DIR = /usr/lib/ghc-doc/hoogle/
 
-ifneq (,$(filter i386 powerpcspe x32 s390x, $(DEB_HOST_ARCH)))
+ifneq (,$(filter armhf i386 powerpcspe x32 s390x, $(DEB_HOST_ARCH)))
   # 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



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/103362db9ced6cf43eb2464d954db6956c8cb4b2
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/20220912/21b82b8c/attachment.htm>


More information about the Pkg-haskell-commits mailing list