From a60a1a893dcf3cbb425a4b52735cedec10b89203 Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 19 Oct 2004 08:52:33 +0000 Subject: [PATCH] [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). --- mk/config.mk.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 1.7.10.4