From c8a382713b96c134b9a5fc7d6312d7d735fe25ac Mon Sep 17 00:00:00 2001 From: wolfgang Date: Wed, 12 Feb 2003 22:17:04 +0000 Subject: [PATCH] [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. --- mk/config.mk.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 1.7.10.4