summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsimonmar <unknown>2004-10-19 08:52:33 +0000
committersimonmar <unknown>2004-10-19 08:52:33 +0000
commita60a1a893dcf3cbb425a4b52735cedec10b89203 (patch)
treeb3306cbd485cd4232c06d6de6f29062c1fcb0918
parent71846adaa7d9a913940f45fbf95b8038bd07f361 (diff)
downloadhaskell-a60a1a893dcf3cbb425a4b52735cedec10b89203.tar.gz
[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).
-rw-r--r--mk/config.mk.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/mk/config.mk.in b/mk/config.mk.in
index e0b3295470..24e4e4850c 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