From: wolfgang Date: Wed, 12 Feb 2003 22:17:04 +0000 (+0000) Subject: [project @ 2003-02-12 22:17:04 by wolfgang] X-Git-Tag: Approx_11550_changesets_converted~1171 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=c8a382713b96c134b9a5fc7d6312d7d735fe25ac [project @ 2003-02-12 22:17:04 by wolfgang] 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. --- diff --git a/mk/config.mk.in b/mk/config.mk.in index b43a97f..9389107 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -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