[commit: ghc] master: Remove the Windows GCC driver. (d6cecde)
git at git.haskell.org
git at git.haskell.org
Sat Jun 17 00:17:19 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/d6cecde585b0980ed8e0050c5a1d315789fb6356/ghc
>---------------------------------------------------------------
commit d6cecde585b0980ed8e0050c5a1d315789fb6356
Author: Tamar Christina <tamar at zhox.com>
Date: Sat Jun 17 01:05:52 2017 +0100
Remove the Windows GCC driver.
Summary:
This patch drops the GCC driver and instead moves
the only remaining path that we need to keep for
backwards compatibility to the settings file.
It also generalizes the code that expands `$TopDir`
so it can expand it within any location in the string
and also changes it so `$TopDir` is expanded only
after the words call because `$TopDir` can contains
spaces which would be horribly broken.
Test Plan: ./validate
Reviewers: austin, hvr, bgamari
Reviewed By: bgamari
Subscribers: rwbarton, thomie, erikd
GHC Trac Issues: #13709
Differential Revision: https://phabricator.haskell.org/D3592
>---------------------------------------------------------------
d6cecde585b0980ed8e0050c5a1d315789fb6356
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, 30 insertions(+), 88 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 d6cecde585b0980ed8e0050c5a1d315789fb6356
More information about the ghc-commits
mailing list