[commit: ghc] master: By default, use the dynamic way for programs in the GHC tree (b712667)
Ian Lynagh
igloo at earth.li
Sun Mar 17 01:50:51 CET 2013
Repository : http://darcs.haskell.org/ghc.git/
On branch : master
https://github.com/ghc/ghc/commit/b7126674a5f4ead9c73a6a2cbe0fbc85f7d36c12
>---------------------------------------------------------------
commit b7126674a5f4ead9c73a6a2cbe0fbc85f7d36c12
Author: Ian Lynagh <ian at well-typed.com>
Date: Wed Mar 13 21:29:27 2013 +0000
By default, use the dynamic way for programs in the GHC tree
In particular, this means that GHCi will use DLLs, rather than loading
object files itself.
compiler/ghc.mk | 10 ++++++++++
compiler/ghci/Linker.lhs | 28 +++++++++++-----------------
compiler/main/DynFlags.hs | 2 ++
compiler/utils/Util.lhs | 9 +--------
ghc.mk | 12 ++++++------
mk/build.mk.sample | 2 +-
mk/config.mk.in | 9 ++++++++-
mk/validate-settings.mk | 4 ++--
rts/Linker.c | 14 +++++++-------
rts/ghc.mk | 4 ++--
rules/build-package-data.mk | 2 +-
rules/build-package-way.mk | 2 +-
rules/build-prog.mk | 4 ++--
rules/shell-wrapper.mk | 4 ++--
14 files changed, 56 insertions(+), 50 deletions(-)
Diff suppressed because of size. To see it, use:
git show b7126674a5f4ead9c73a6a2cbe0fbc85f7d36c12
More information about the ghc-commits
mailing list