[commit: ghc] wip/over-poly-kinds: Drop support for i386 and PowerPC in MachO linker (e87ae47)

git at git.haskell.org git at git.haskell.org
Sat Feb 23 19:22:51 UTC 2019


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

On branch  : wip/over-poly-kinds
Link       : http://ghc.haskell.org/trac/ghc/changeset/e87ae4733adb7420d13e96c2423aa71f804a2c46/ghc

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

commit e87ae4733adb7420d13e96c2423aa71f804a2c46
Author: Artem Pyanykh <artempyanykh at gmail.com>
Date:   Mon Feb 11 14:05:23 2019 +0300

    Drop support for i386 and PowerPC in MachO linker
    
    Some code is broken, there are no CI targets (so not obvious how to
    test), and no one seems to have built GHC for any of the above
    platforms in years.


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

e87ae4733adb7420d13e96c2423aa71f804a2c46
 rts/Linker.c            |   4 +-
 rts/linker/MachO.c      | 226 ++----------------------------------------------
 rts/linker/MachO.h      |   4 -
 rts/linker/MachOTypes.h |   5 --
 4 files changed, 8 insertions(+), 231 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 e87ae4733adb7420d13e96c2423aa71f804a2c46


More information about the ghc-commits mailing list