[Git][haskell-team/DHG_packages][master] ghc: drop ghc unregistrised hack on Ubuntu armhf for now.

Gianfranco Costamagna (@locutusofborg) gitlab at salsa.debian.org
Mon Nov 7 13:09:57 GMT 2022



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


Commits:
6b7c8ce7 by Gianfranco Costamagna at 2022-11-07T14:09:34+01:00
ghc: drop ghc unregistrised hack on Ubuntu armhf for now.

- - - - -


1 changed file:

- p/ghc/debian/rules


Changes:

=====================================
p/ghc/debian/rules
=====================================
@@ -47,12 +47,12 @@ ifneq (,$(filter i386 powerpcspe x32 s390x, $(DEB_HOST_ARCH)))
   EXTRA_CONFIGURE_FLAGS += --enable-unregisterised
 endif
 
-ifeq (yes,$(shell dpkg-vendor --derives-from Ubuntu && echo yes))
-ifeq (armhf,$(DEB_HOST_ARCH))
-  # armhf on Ubuntu needs unregisterised due to performance issues during build.
-  EXTRA_CONFIGURE_FLAGS += --enable-unregisterised
-endif
-endif
+#ifeq (yes,$(shell dpkg-vendor --derives-from Ubuntu && echo yes))
+#ifeq (armhf,$(DEB_HOST_ARCH))
+#  # armhf on Ubuntu needs unregisterised due to performance issues during build.
+#  EXTRA_CONFIGURE_FLAGS += --enable-unregisterised
+#endif
+#endif
 
 # Use system's default ld (ld.bfd) rather than ld.gold, which fails for
 # haskell-cryptohash-sha256 on mips/mipsel. For more information, see



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/6b7c8ce73c12a30008bbd644bc138df7d7821152
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/20221107/57b3e425/attachment.htm>


More information about the Pkg-haskell-commits mailing list