X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=mk%2Fconfig.mk.in;h=23162f936312b3465d14010d6b1b808cbe27184d;hb=1494f895d69a33df2f8d855f73943faec5c6858e;hp=edfff7c38513a21f0a7a0fcaa34b5975b65fa3a9;hpb=6cdc302f571fd759b3d9b2586df595d4ed10f55b;p=ghc-hetmet.git 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