diff options
author | Ian Lynagh <igloo@earth.li> | 2011-04-29 14:19:53 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-04-29 14:19:53 +0100 |
commit | feabe9933969905173d0abe94343d9355e3d8df6 (patch) | |
tree | db7f392a1238bb3aaf36ec76e955aa5dabd97633 /settings.in | |
parent | 28e92f3622eaf5ea28cb6226aa41cee8ad69681d (diff) | |
download | haskell-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.in | 1 |
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@")] |