[project @ 2005-07-11 09:17:41 by simonmar]
authorsimonmar <unknown>
Mon, 11 Jul 2005 09:17:41 +0000 (09:17 +0000)
committersimonmar <unknown>
Mon, 11 Jul 2005 09:17:41 +0000 (09:17 +0000)
enable splitting on x86_64

mk/config.mk.in

index 6287525..e3e0d4e 100644 (file)
@@ -348,7 +348,7 @@ StripLibraries=NO
 #      Don't use -split-objs in in GhcLibHcOpts, because the build
 #              system needs to do other special magic if you are
 #              doing object-file splitting
-ifneq "$(findstring $(HostArch_CPP), i386 powerpc sparc)" ""
+ifneq "$(findstring $(HostArch_CPP), i386 x86_64 powerpc sparc)" ""
 SplitObjs=YES
 else
 SplitObjs=NO