diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2021-11-13 03:59:48 +0000 |
---|---|---|
committer | John Ericson <John.Ericson@Obsidian.Systems> | 2021-11-27 19:47:09 +0000 |
commit | f67060c6dcc2ba14949ab5e8a4ffe46bceadc14f (patch) | |
tree | 84b5821d2fa4ca215c6e1b0b03024059fd3ee7b7 /mk/project.mk.in | |
parent | 88481c942a24e8ffa1705fc51b0bc900ca311ea7 (diff) | |
download | haskell-f67060c6dcc2ba14949ab5e8a4ffe46bceadc14f.tar.gz |
Make ambient MinGW support a proper settings
Get rid of `USE_INPLACE_MINGW_TOOLCHAIN` and use a settings file entry
instead.
The CPP setting was originally introduced in f065b6b012.
Diffstat (limited to 'mk/project.mk.in')
-rw-r--r-- | mk/project.mk.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mk/project.mk.in b/mk/project.mk.in index 4f82b1607a..bf79614c24 100644 --- a/mk/project.mk.in +++ b/mk/project.mk.in @@ -127,7 +127,6 @@ BuildVendor_CPP = @BuildVendor_CPP@ # Valid options: YES/NO # LeadingUnderscore=@LeadingUnderscore@ -SettingsUseDistroMINGW=@SettingsUseDistroMINGW@ # Pin a suffix on executables? If so, what (Windows only). exeext0=@exeext_host@ |