From: simonmar Date: Tue, 19 Oct 2004 08:52:33 +0000 (+0000) Subject: [project @ 2004-10-19 08:52:33 by simonmar] X-Git-Tag: Initial_conversion_from_CVS_complete~1490 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=a60a1a893dcf3cbb425a4b52735cedec10b89203 [project @ 2004-10-19 08:52:33 by simonmar] GhcWithNativeCodeGen=NO for Sparc, until the old Sparc native codegen is updated (not likely to happen soon). --- diff --git a/mk/config.mk.in b/mk/config.mk.in index e0b3295..24e4e48 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -247,8 +247,9 @@ GhcUnregisterised=NO # (as well as a C backend) # # Target platforms supported: -# i386, sparc & powerpc -ifneq "$(findstring $(HostArch_CPP), i386 sparc powerpc)" "" +# i386, powerpc +# sparc has bitrotted +ifneq "$(findstring $(HostArch_CPP), i386 powerpc)" "" GhcWithNativeCodeGen=YES else GhcWithNativeCodeGen=NO