From 6df96e7212debd7e9c9cf7b4b6ab3ad336bf3a5c Mon Sep 17 00:00:00 2001 From: simonmar Date: Wed, 30 Mar 2005 19:30:50 +0000 Subject: [PATCH] [project @ 2005-03-30 19:30:50 by simonmar] oops, undo accidental enabling of x86_64 native codegen --- mk/config.mk.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk/config.mk.in b/mk/config.mk.in index 6db316e..2254cf0 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 x86_64 powerpc)" "" +ifneq "$(findstring $(HostArch_CPP), i386 powerpc)" "" GhcWithNativeCodeGen=YES else GhcWithNativeCodeGen=NO -- 1.7.10.4