diff options
author | Simon Marlow <simonmar@microsoft.com> | 2006-08-25 13:36:28 +0000 |
---|---|---|
committer | Simon Marlow <simonmar@microsoft.com> | 2006-08-25 13:36:28 +0000 |
commit | 30f7fffbe717563d0f68ea8e95f747aafff837ef (patch) | |
tree | b228e8292e8bfc2ce1ceaef513f6b13983398ae0 | |
parent | 70f6cbd1695128f2685085d423c09e4cb889d91e (diff) | |
download | haskell-30f7fffbe717563d0f68ea8e95f747aafff837ef.tar.gz |
Sparc supports SMP too
-rw-r--r-- | mk/config.mk.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/config.mk.in b/mk/config.mk.in index bd8cfc43ac..da16624adb 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -257,7 +257,7 @@ GhcWithJavaGen=NO HaveLibDL = @HaveLibDL@ -ArchSupportsSMP=$(strip $(patsubst $(HostArch_CPP), YES, $(findstring $(HostArch_CPP), i386 x86_64))) +ArchSupportsSMP=$(strip $(patsubst $(HostArch_CPP), YES, $(findstring $(HostArch_CPP), i386 x86_64 sparc))) ifeq "$(ArchSupportsSMP)" "YES" GhcWithSMP=YES |