From: Ben.Lippmeier@anu.edu.au Date: Mon, 5 Jan 2009 07:04:29 +0000 (+0000) Subject: Enable the native code generator for SPARC X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=9fcdd13a743a2c982e999638f3d5c18e172eedf0 Enable the native code generator for SPARC --- diff --git a/mk/config.mk.in b/mk/config.mk.in index 495194d..bf97a16 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -281,9 +281,8 @@ endif # # Target platforms supported: # i386, powerpc -# sparc has bitrotted # AIX is not supported -ArchSupportsNCG=$(strip $(patsubst $(HostArch_CPP), YES, $(findstring $(HostArch_CPP), i386 x86_64 powerpc))) +ArchSupportsNCG=$(strip $(patsubst $(HostArch_CPP), YES, $(findstring $(HostArch_CPP), i386 x86_64 powerpc sparc))) OsSupportsNCG=$(strip $(patsubst $(HostOS_CPP), YES, $(patsubst aix,,$(HostOS_CPP)))) # lazy test, because $(GhcUnregisterised) might be set in build.mk later.