X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=mk%2Fconfig.mk.in;h=6100d1e2e40d430f07195d891454c8c67e75c35e;hb=108782603d8c3e5ed1db48441ca17e8617adc6b0;hp=18caa255c634680d18603d0f9efce5db593d8e64;hpb=145c989f0f2b6b648376ce3fe3b42e1a08d13a14;p=ghc-hetmet.git diff --git a/mk/config.mk.in b/mk/config.mk.in index 18caa25..6100d1e 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -272,7 +272,7 @@ HaveRtldLocal = @HaveRtldLocal@ # has support for this OS/ARCH combination. OsSupportsGHCi=$(strip $(patsubst $(HostOS_CPP), YES, $(findstring $(HostOS_CPP), mingw32 cygwin32 linux solaris2 freebsd netbsd openbsd darwin))) -ArchSupportsGHCi=$(strip $(patsubst $(HostArch_CPP), YES, $(findstring $(HostArch_CPP), i386 powerpc powerpc64 sparc sparc64))) +ArchSupportsGHCi=$(strip $(patsubst $(HostArch_CPP), YES, $(findstring $(HostArch_CPP), i386 x86_64 powerpc powerpc64 sparc sparc64))) ifeq "$(OsSupportsGHCi)$(ArchSupportsGHCi)" "YESYES" GhcWithInterpreter=YES @@ -313,7 +313,7 @@ endif ifeq "$(BootingFromHc)" "YES" GhcRTSWays= else -GhcRTSWays=thr thr_p debug +GhcRTSWays=thr thr_p debug thr_debug endif # Option flags to pass to GHC when it's compiling modules 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