powerpc64 does not support GHCi right now
authorSimon Marlow <simonmar@microsoft.com>
Tue, 21 Mar 2006 10:17:50 +0000 (10:17 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Tue, 21 Mar 2006 10:17:50 +0000 (10:17 +0000)
mk/config.mk.in

index edfff7c..23162f9 100644 (file)
@@ -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