[project @ 2005-07-11 09:17:41 by simonmar]
[ghc-hetmet.git] / 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