From: simonmar Date: Fri, 1 Apr 2005 12:15:15 +0000 (+0000) Subject: [project @ 2005-04-01 12:15:15 by simonmar] X-Git-Tag: Initial_conversion_from_CVS_complete~833 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=97e69a512e2475f9ecbcf6ddcf3ce65a10f32ac4;p=ghc-hetmet.git [project @ 2005-04-01 12:15:15 by simonmar] enable x86_64 native codegen --- diff --git a/mk/config.mk.in b/mk/config.mk.in index 2254cf0..6db316e 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -255,7 +255,7 @@ GhcUnregisterised=NO # Target platforms supported: # i386, powerpc # sparc has bitrotted -ifneq "$(findstring $(HostArch_CPP), i386 powerpc)" "" +ifneq "$(findstring $(HostArch_CPP), i386 x86_64 powerpc)" "" GhcWithNativeCodeGen=YES else GhcWithNativeCodeGen=NO