[commit: ghc] master: Revert "Remove the Windows GCC driver." (58c781d)
git at git.haskell.org
git at git.haskell.org
Thu Jun 29 14:37:08 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/58c781da4861faab11e4c5804e07e6892908ef72/ghc
>---------------------------------------------------------------
commit 58c781da4861faab11e4c5804e07e6892908ef72
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Thu Jun 29 15:34:39 2017 +0100
Revert "Remove the Windows GCC driver."
This reverts commit d6cecde585b0980ed8e0050c5a1d315789fb6356.
The patch broke Simon PJ's Windows build, becuase he didn't
have (and should not need) a separate msys2 gcc.
Following an exchange on the ghc-devs list, Tamar wrote
Oops, sorry, didn’t notice it because both mine and harbormaster’s
msys2 have separate GCCs installed as well.
I don’t see an easy fix that would also work for end user Configure
based cabal installs. So I think I’ll have to go back to the drawing
board for this one.
You can just leave it reverted.
>---------------------------------------------------------------
58c781da4861faab11e4c5804e07e6892908ef72
aclocal.m4 | 3 +-
compiler/main/SysTools.hs | 38 ++++++++---------------
configure.ac | 8 +++++
docs/users_guide/8.4.1-notes.rst | 3 --
driver/gcc/gcc.c | 66 ++++++++++++++++++++++++++++++++++++++++
5 files changed, 88 insertions(+), 30 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 58c781da4861faab11e4c5804e07e6892908ef72
More information about the ghc-commits
mailing list