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

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


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


Commits:
47a13954 by John Paul Adrian Glaubitz at 2018-07-30T06:32:35Z
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
@@ -47,7 +47,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/47a1395463c153d0681626821f1d7a6ef6e66b3d

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/47a1395463c153d0681626821f1d7a6ef6e66b3d
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/f203c0fd/attachment.html>


More information about the Pkg-haskell-commits mailing list