[commit: ghc] master: Fix inplace dynamic linking on OS X (#8266) (f7be53a)

git at git.haskell.org git at git.haskell.org
Tue Jan 28 14:27:37 UTC 2014


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/f7be53ac9dac85b83e7fe5ecede01b98a572ba48/ghc

>---------------------------------------------------------------

commit f7be53ac9dac85b83e7fe5ecede01b98a572ba48
Author: Christiaan Baaj <christiaan.baaij at gmail.com>
Date:   Tue Jan 28 08:24:55 2014 -0600

    Fix inplace dynamic linking on OS X (#8266)
    
    Signed-off-by: Austin Seipp <austin at well-typed.com>


>---------------------------------------------------------------

f7be53ac9dac85b83e7fe5ecede01b98a572ba48
 compiler/main/DriverPipeline.hs     |   16 +++++-----
 compiler/main/SysTools.lhs          |    7 ++---
 compiler/utils/Platform.hs          |    6 ++++
 ghc.mk                              |    5 ----
 rts/ghc.mk                          |    6 ++--
 rules/build-package-way.mk          |    1 -
 rules/build-prog.mk                 |    4 ---
 rules/distdir-way-opts.mk           |    4 ++-
 rules/relative-dynlib-references.mk |   55 -----------------------------------
 9 files changed, 25 insertions(+), 79 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 f7be53ac9dac85b83e7fe5ecede01b98a572ba48


More information about the ghc-commits mailing list