[project @ 2004-10-19 08:52:33 by simonmar]
authorsimonmar <unknown>
Tue, 19 Oct 2004 08:52:33 +0000 (08:52 +0000)
committersimonmar <unknown>
Tue, 19 Oct 2004 08:52:33 +0000 (08:52 +0000)
GhcWithNativeCodeGen=NO for Sparc, until the old Sparc native codegen
is updated (not likely to happen soon).

mk/config.mk.in

index e0b3295..24e4e48 100644 (file)
@@ -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