From 139422fe20cad5d1cb859e16e609c6b33811ad2e Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sat, 9 Dec 2006 17:42:03 +0000 Subject: [PATCH] Add PowerPC to the list of SMP arches --- mk/config.mk.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 1.7.10.4