[project @ 2005-03-30 19:30:50 by simonmar]
authorsimonmar <unknown>
Wed, 30 Mar 2005 19:30:50 +0000 (19:30 +0000)
committersimonmar <unknown>
Wed, 30 Mar 2005 19:30:50 +0000 (19:30 +0000)
oops, undo accidental enabling of x86_64 native codegen

mk/config.mk.in

index 6db316e..2254cf0 100644 (file)
@@ -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