summaryrefslogtreecommitdiff
path: root/settings.in
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2011-04-29 14:19:53 +0100
committerIan Lynagh <igloo@earth.li>2011-04-29 14:19:53 +0100
commitfeabe9933969905173d0abe94343d9355e3d8df6 (patch)
treedb7f392a1238bb3aaf36ec76e955aa5dabd97633 /settings.in
parent28e92f3622eaf5ea28cb6226aa41cee8ad69681d (diff)
downloadhaskell-feabe9933969905173d0abe94343d9355e3d8df6.tar.gz
Add "C compiler flags" to settings file
I've made cpp_args include gcc_args. It effectively didn't before, but seeing as gcc_args sometimes has -D flags in, I think doing so is the right thing to do.
Diffstat (limited to 'settings.in')
-rw-r--r--settings.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/settings.in b/settings.in
index f4e922ace4..0d992a216f 100644
--- a/settings.in
+++ b/settings.in
@@ -1,4 +1,5 @@
[("GCC extra via C opts", "@GccExtraViaCOpts@"),
("C compiler command", "@WhatGccIsCalled@"),
+ ("C compiler flags", "@CONF_CC_OPTS_STAGE2@"),
("perl command", "@PerlCmd@")]