From: Debian Haskell Group Date: Sat, 16 Jun 2012 10:48:18 +0000 (+0000) Subject: no_ghci_on_powerpc X-Git-Tag: archive/raspbian/8.0.2-9+rpi1~1^2^2^2^2^2^2~8 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=35ba82e99fb977113f780ae07e13515b8e0bea43;p=ghc.git no_ghci_on_powerpc Gbp-Pq: Name no_ghci_on_powerpc --- diff --git a/mk/config.mk.in b/mk/config.mk.in index 04ee71c7..db29bf3e 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -172,7 +172,7 @@ GhcWithSMP=$(strip $(if $(filter YESNO, $(ArchSupportsSMP)$(GhcUnregisterised)), # has support for this OS/ARCH combination. OsSupportsGHCi=$(strip $(patsubst $(HostOS_CPP), YES, $(findstring $(HostOS_CPP), mingw32 cygwin32 linux solaris2 freebsd dragonfly netbsd openbsd darwin kfreebsdgnu))) -ArchSupportsGHCi=$(strip $(patsubst $(HostArch_CPP), YES, $(findstring $(HostArch_CPP), i386 x86_64 powerpc sparc sparc64))) +ArchSupportsGHCi=$(strip $(patsubst $(HostArch_CPP), YES, $(findstring $(HostArch_CPP), i386 x86_64 sparc sparc64))) ifeq "$(OsSupportsGHCi)$(ArchSupportsGHCi)" "YESYES" GhcWithInterpreter=YES