[commit: ghc] master: Remove cygwin32_HOST_OS #ifdefs (23e344b)

git at git.haskell.org git at git.haskell.org
Mon Oct 26 20:40:30 UTC 2015


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

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

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

commit 23e344bbbd27418bb84bdc588374b3e44f6d23a6
Author: Erik de Castro Lopo <erikd at mega-nerd.com>
Date:   Mon Oct 26 20:42:30 2015 +0100

    Remove cygwin32_HOST_OS #ifdefs
    
    Build system support for Cygwin was removed in b6be81b841.
    
    Test Plan:
     - Validate on x86_64/linux
     - Cross-compile rts/RtsSymbols.c and rts/Linker.c to Windows using the
       i686-w64-mingw32-gcc and x86_64-w64-mingw32-gcc cross compilers.
    
    Reviewers: hvr, austin, bgamari
    
    Reviewed By: bgamari
    
    Subscribers: thomie
    
    Differential Revision: https://phabricator.haskell.org/D1371


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

23e344bbbd27418bb84bdc588374b3e44f6d23a6
 libraries/base/System/CPUTime.hsc |  4 +-
 rts/Linker.c                      | 18 +-------
 rts/RtsMessages.c                 | 14 +++---
 rts/RtsSymbols.c                  | 90 +--------------------------------------
 rts/Trace.c                       |  2 +-
 testsuite/tests/rts/T5435.hs      |  2 +-
 testsuite/tests/rts/T5435_asm.c   |  2 +-
 7 files changed, 14 insertions(+), 118 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 23e344bbbd27418bb84bdc588374b3e44f6d23a6


More information about the ghc-commits mailing list