[commit: ghc] master: Control CPP through settings file (#8683) (34f7e9a)
git at git.haskell.org
git at git.haskell.org
Wed Jul 2 15:12:06 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/34f7e9a3c99850859901ca74370f55f1d4e2279a/ghc
>---------------------------------------------------------------
commit 34f7e9a3c99850859901ca74370f55f1d4e2279a
Author: Carter Tazio Schonwald <carter.schonwald at gmail.com>
Date: Wed Jul 2 08:52:53 2014 -0500
Control CPP through settings file (#8683)
Summary:
Allow the CPP program and flag choices for GHC
be configured via the the ghc settings file
Test Plan: ran validate yesterday
Reviewers: hvr, austin, mzero, simonmar
Reviewed By: austin, mzero, simonmar
Subscribers: mzero, simonmar, relrod, carter
Differential Revision: https://phabricator.haskell.org/D26
>---------------------------------------------------------------
34f7e9a3c99850859901ca74370f55f1d4e2279a
aclocal.m4 | 9 ++++++
compiler/ghc.mk | 2 --
compiler/main/SysTools.lhs | 8 ++---
configure.ac | 73 +++++++++++++++++++++++++++++++++++++++++-----
distrib/configure.ac.in | 59 +++++++++++++++++++++++++++++++++++++
settings.in | 2 ++
6 files changed, 140 insertions(+), 13 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 34f7e9a3c99850859901ca74370f55f1d4e2279a
More information about the ghc-commits
mailing list