Sparc supports SMP too
[ghc-hetmet.git] / mk / config.mk.in
index bd8cfc4..da16624 100644 (file)
@@ -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