[Git][haskell-team/DHG_packages][experimental] ghc: disable ld override on powerpcspe too

Gianfranco Costamagna gitlab at salsa.debian.org
Mon Jul 30 07:32:50 BST 2018


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


Commits:
97ce9255 by John Paul Adrian Glaubitz at 2018-07-30T06:32:08Z
ghc: disable ld override on powerpcspe too

- - - - -


1 changed file:

- p/ghc/debian/rules


Changes:

=====================================
p/ghc/debian/rules
=====================================
--- a/p/ghc/debian/rules
+++ b/p/ghc/debian/rules
@@ -48,7 +48,8 @@ endif
 # https://bugs.debian.org/901947
 # NOTE: This should probably be removed, and revert back to using ld.gold,
 # once #901947 has been fixed.
-ifneq (,$(filter mips mipsel, $(DEB_HOST_ARCH)))
+# Do the same for powerpcspe, due to https://bugs.debian.org/904915
+ifneq (,$(filter mips mipsel powerpcspe, $(DEB_HOST_ARCH)))
   EXTRA_CONFIGURE_FLAGS += --disable-ld-override
 endif
 



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/97ce92551c0201b70f3a3cf8adf8c410d36affa1
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/20180730/7854a602/attachment.html>


More information about the Pkg-haskell-commits mailing list