diff options
author | Ben.Lippmeier@anu.edu.au <unknown> | 2009-01-05 07:04:29 +0000 |
---|---|---|
committer | Ben.Lippmeier@anu.edu.au <unknown> | 2009-01-05 07:04:29 +0000 |
commit | 9fcdd13a743a2c982e999638f3d5c18e172eedf0 (patch) | |
tree | c9282e9713e12b18c06deee379cdfa662bcf90ae /mk | |
parent | 3be1d26ced96ec689f22c97fd1dc077e956cee5d (diff) | |
download | haskell-9fcdd13a743a2c982e999638f3d5c18e172eedf0.tar.gz |
Enable the native code generator for SPARC
Diffstat (limited to 'mk')
-rw-r--r-- | mk/config.mk.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mk/config.mk.in b/mk/config.mk.in index 495194d28a..bf97a16379 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. |