diff options
author | Carter Tazio Schonwald <carter.schonwald@gmail.com> | 2014-07-02 08:52:53 -0500 |
---|---|---|
committer | Austin Seipp <austin@well-typed.com> | 2014-07-02 08:52:53 -0500 |
commit | 34f7e9a3c99850859901ca74370f55f1d4e2279a (patch) | |
tree | e2aa7573d85337837c911f0a815c60570ed945df /settings.in | |
parent | 8afe616d52c652db249c4d00b24c82a35ca75068 (diff) | |
download | haskell-34f7e9a3c99850859901ca74370f55f1d4e2279a.tar.gz |
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
Diffstat (limited to 'settings.in')
-rw-r--r-- | settings.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/settings.in b/settings.in index 9f9654c689..1bcb4aebc9 100644 --- a/settings.in +++ b/settings.in @@ -2,6 +2,8 @@ ("C compiler command", "@SettingsCCompilerCommand@"), ("C compiler flags", "@SettingsCCompilerFlags@"), ("C compiler link flags", "@SettingsCCompilerLinkFlags@"), + ("Haskell CPP command","@SettingsHaskellCPPCommand@"), + ("Haskell CPP flags","@SettingsHaskellCPPFlags@"), ("ld command", "@SettingsLdCommand@"), ("ld flags", "@SettingsLdFlags@"), ("ld supports compact unwind", "@LdHasNoCompactUnwind@"), |