X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=mk%2Fconfig.mk.in;h=dc69ff2116a0b9398deb3486b2a3c81fd1a44807;hb=8e2c0b76cd426ae794bd0ff046b95c437cef6e4a;hp=e5581cc6afdbe148ecb62fd381fb213f1745f878;hpb=57e4541e9922a49b01aee93a7468526e21cd6bf6;p=ghc-hetmet.git diff --git a/mk/config.mk.in b/mk/config.mk.in index e5581cc..dc69ff2 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -259,7 +259,7 @@ HaveLibDL = @HaveLibDL@ ArchSupportsSMP=$(strip $(patsubst $(HostArch_CPP), YES, $(findstring $(HostArch_CPP), i386 x86_64 sparc))) -ifeq "$(ArchSupportsSMP)" "YES" +ifeq "$(ArchSupportsSMP)$(GhcUnregisterised)" "YESNO" GhcWithSMP=YES else GhcWithSMP=NO