From: Simon Marlow Date: Tue, 21 Mar 2006 10:17:50 +0000 (+0000) Subject: powerpc64 does not support GHCi right now X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=d957ac9587590c11a8879d7540731c0ffe7d8b5e powerpc64 does not support GHCi right now --- diff --git a/mk/config.mk.in b/mk/config.mk.in index edfff7c..23162f9 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -283,7 +283,7 @@ HaveLibDL = @HaveLibDL@ # has support for this OS/ARCH combination. OsSupportsGHCi=$(strip $(patsubst $(HostOS_CPP), YES, $(findstring $(HostOS_CPP), mingw32 cygwin32 linux solaris2 freebsd netbsd openbsd darwin))) -ArchSupportsGHCi=$(strip $(patsubst $(HostArch_CPP), YES, $(findstring $(HostArch_CPP), i386 x86_64 powerpc powerpc64 sparc sparc64))) +ArchSupportsGHCi=$(strip $(patsubst $(HostArch_CPP), YES, $(findstring $(HostArch_CPP), i386 x86_64 powerpc sparc sparc64))) ifeq "$(OsSupportsGHCi)$(ArchSupportsGHCi)" "YESYES" GhcWithInterpreter=YES