diff options
author | Ian Lynagh <igloo@earth.li> | 2011-06-21 00:58:32 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-06-22 19:11:26 +0100 |
commit | 1003471ce94d752eda3977c9fa07cbe32ac149f2 (patch) | |
tree | 86d8e990727436a1c0055bde3a040f07b9d34c0b /settings.in | |
parent | 0033d5a4aa015544a3ecbf9bae2e7b94f0c9d48d (diff) | |
download | haskell-1003471ce94d752eda3977c9fa07cbe32ac149f2.tar.gz |
Move some Windows special-casing out of the compiler
This is a little cleaner, and removes a barrier to cross-compiling
to/from Windows. There are a few more tools that still need to be
handled in the same way.
Diffstat (limited to 'settings.in')
-rw-r--r-- | settings.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/settings.in b/settings.in index 5d4e1d3a76..a82bd3508c 100644 --- a/settings.in +++ b/settings.in @@ -1,6 +1,6 @@ [("GCC extra via C opts", "@GccExtraViaCOpts@"), - ("C compiler command", "@WhatGccIsCalled@"), - ("C compiler flags", "@CONF_CC_OPTS_STAGE2@"), + ("C compiler command", "@SettingsCCompilerCommand@"), + ("C compiler flags", "@SettingsCCompilerFlags@"), ("ar command", "@ArCmd@"), ("ar flags", "@ArArgs@"), ("ar supports at file", "@ArSupportsAtFile@"), |