Repository : ssh://g...@git.haskell.org/ghc On branch : master Link : http://ghc.haskell.org/trac/ghc/changeset/b9c6fd72cd8a00e7c3604567fc4170a3f6421d71/ghc
>--------------------------------------------------------------- commit b9c6fd72cd8a00e7c3604567fc4170a3f6421d71 Author: Simon Marlow <marlo...@gmail.com> Date: Tue Oct 8 16:58:24 2013 +0100 Use dynamic linking only if the GHC package is compiled with -dynamic (#8376) >--------------------------------------------------------------- b9c6fd72cd8a00e7c3604567fc4170a3f6421d71 compiler/ghc.mk | 6 ------ compiler/ghci/Linker.lhs | 14 +++++++------- compiler/main/DynFlags.hs | 22 +++++++++++++++++++--- includes/Rts.h | 10 ++++++++++ includes/rts/prof/CCS.h | 3 --- rts/RtsUtils.c | 11 +++++++++++ rts/ghc.mk | 1 + 7 files changed, 48 insertions(+), 19 deletions(-) Diff suppressed because of size. To see it, use: git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc b9c6fd72cd8a00e7c3604567fc4170a3f6421d71 _______________________________________________ ghc-commits mailing list ghc-commits@haskell.org http://www.haskell.org/mailman/listinfo/ghc-commits