From: Ian Lynagh Date: Sat, 9 Dec 2006 17:42:03 +0000 (+0000) Subject: Add PowerPC to the list of SMP arches X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=139422fe20cad5d1cb859e16e609c6b33811ad2e;p=ghc-hetmet.git Add PowerPC to the list of SMP arches --- diff --git a/mk/config.mk.in b/mk/config.mk.in index 021d1fc..a1c6a84 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -257,7 +257,9 @@ GhcWithJavaGen=NO HaveLibDL = @HaveLibDL@ -ArchSupportsSMP=$(strip $(patsubst $(HostArch_CPP), YES, $(findstring $(HostArch_CPP), i386 x86_64 sparc))) +# ArchSupportsSMP should be set iff there is support for that arch in +# includes/SMP.h +ArchSupportsSMP=$(strip $(patsubst $(HostArch_CPP), YES, $(findstring $(HostArch_CPP), i386 x86_64 sparc powerpc))) ifeq "$(ArchSupportsSMP)$(GhcUnregisterised)" "YESNO" GhcWithSMP=YES