summaryrefslogtreecommitdiff
path: root/settings.in
diff options
context:
space:
mode:
authorCarter Tazio Schonwald <carter.schonwald@gmail.com>2014-07-02 08:52:53 -0500
committerAustin Seipp <austin@well-typed.com>2014-07-02 08:52:53 -0500
commit34f7e9a3c99850859901ca74370f55f1d4e2279a (patch)
treee2aa7573d85337837c911f0a815c60570ed945df /settings.in
parent8afe616d52c652db249c4d00b24c82a35ca75068 (diff)
downloadhaskell-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.in2
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@"),