Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/91c6593c45a2d39b61a9adca667b73e293872d23 >--------------------------------------------------------------- commit 91c6593c45a2d39b61a9adca667b73e293872d23 Author: Ian Lynagh <i...@well-typed.com> Date: Fri Nov 23 15:48:10 2012 +0000 Enable GhcWithInterpreter when DYNAMIC_BY_DEFAULT is on >--------------------------------------------------------------- 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 bc85bd4..e0dc017 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -190,7 +190,7 @@ ArchSupportsGHCi=$(strip $(patsubst $(TargetArch_CPP), YES, $(findstring $(Targe ifeq "$(OsSupportsGHCi)$(ArchSupportsGHCi)" "YESYES" GhcWithInterpreter=YES else -GhcWithInterpreter=NO +GhcWithInterpreter=$(if $(findstring YES,$(DYNAMIC_BY_DEFAULT)),YES,NO) endif # GhcEnableTablesNextToCode tells us whether the target architecture _______________________________________________ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc