[project @ 2003-02-12 22:17:04 by wolfgang]
authorwolfgang <unknown>
Wed, 12 Feb 2003 22:17:04 +0000 (22:17 +0000)
committerwolfgang <unknown>
Wed, 12 Feb 2003 22:17:04 +0000 (22:17 +0000)
Enable building the native code generator for PowerPC/Mac OS X by default.
It's still not used by default, so you have to specify -fasm when you want
it.

mk/config.mk.in

index b43a97f..9389107 100644 (file)
@@ -193,8 +193,8 @@ GhcUnregisterised=NO
 # (as well as a C backend)
 #
 # Target platforms supported:
-#   i386 & sparc
-ifneq "$(findstring $(HostArch_CPP), i386 sparc)" ""
+#   i386, sparc & powerpc
+ifneq "$(findstring $(HostArch_CPP), i386 sparc powerpc)" ""
 GhcWithNativeCodeGen=YES
 else
 GhcWithNativeCodeGen=NO