summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorTamar Christina <tamar@zhox.com>2020-08-16 17:18:14 +0100
committerBen Gamari <ben@smart-cactus.org>2021-01-25 14:33:20 -0500
commit3fcbf64bf2608c6dd60da8536067688343fed63c (patch)
treed23b9677416f21041abff24dd8fa5e03893f7f85 /mk
parentb846d37c787574efc502e29f53c172ce20ffd5ad (diff)
downloadhaskell-3fcbf64bf2608c6dd60da8536067688343fed63c.tar.gz
Fix use distro toolchian
(cherry picked from commit f065b6b012fb8f73689bc5c2a4904d5e6e377af8)
Diffstat (limited to 'mk')
-rw-r--r--mk/project.mk.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/mk/project.mk.in b/mk/project.mk.in
index 9ee2eab59f..bb05baae21 100644
--- a/mk/project.mk.in
+++ b/mk/project.mk.in
@@ -20,8 +20,8 @@
#
# The ProjectVersionInt is included in interface files, and GHC
# checks that it's reading interface generated by the same ProjectVersion
-# as itself. It does this even though interface file syntax may not
-# change between versions. Rationale: calling conventions or other
+# as itself. It does this even though interface file syntax may not
+# change between versions. Rationale: calling conventions or other
# random .o-file stuff might change even if the .hi syntax doesn't
ProjectName = @ProjectName@
@@ -127,6 +127,7 @@ 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@