Commit 97ce9255 authored by John Paul Adrian Glaubitz's avatar John Paul Adrian Glaubitz Committed by Gianfranco Costamagna
Browse files

ghc: disable ld override on powerpcspe too

parent 5056046d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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