From 30f7fffbe717563d0f68ea8e95f747aafff837ef Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Fri, 25 Aug 2006 13:36:28 +0000 Subject: [PATCH] Sparc supports SMP too --- mk/config.mk.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk/config.mk.in b/mk/config.mk.in index bd8cfc4..da16624 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 -- 1.7.10.4