diff options
author | simonmar <unknown> | 2005-07-11 09:17:41 +0000 |
---|---|---|
committer | simonmar <unknown> | 2005-07-11 09:17:41 +0000 |
commit | 90a2c9cb2e8fe1b4e156a4c78179ea9eb1adaaf2 (patch) | |
tree | cee60ad991cb6c77ebd10f3b77bb7c0ee481be8d /mk | |
parent | 6869e00cad046fdeeca3e4c5f6c883ca4007ac09 (diff) | |
download | haskell-90a2c9cb2e8fe1b4e156a4c78179ea9eb1adaaf2.tar.gz |
[project @ 2005-07-11 09:17:41 by simonmar]
enable splitting on x86_64
Diffstat (limited to 'mk')
-rw-r--r-- | mk/config.mk.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/config.mk.in b/mk/config.mk.in index 62875259b1..e3e0d4e57e 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -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 |