Sparc supports SMP too
authorSimon Marlow <simonmar@microsoft.com>
Fri, 25 Aug 2006 13:36:28 +0000 (13:36 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Fri, 25 Aug 2006 13:36:28 +0000 (13:36 +0000)
mk/config.mk.in

index bd8cfc4..da16624 100644 (file)
@@ -257,7 +257,7 @@ GhcWithJavaGen=NO
 
 HaveLibDL = @HaveLibDL@
 
 
 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
 
 ifeq "$(ArchSupportsSMP)" "YES"
 GhcWithSMP=YES