diff options
author | Tamar Christina <tamar@zhox.com> | 2020-08-23 12:53:14 +0100 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-08-28 02:23:13 -0400 |
commit | 4517a38215eb72a4824c72d97377b9325059bf55 (patch) | |
tree | 402acc3b8a69f782988f3b282bf9a1fa055503f4 /includes | |
parent | f065b6b012fb8f73689bc5c2a4904d5e6e377af8 (diff) | |
download | haskell-4517a38215eb72a4824c72d97377b9325059bf55.tar.gz |
document how build system find toolchains on Windows
Diffstat (limited to 'includes')
-rw-r--r-- | includes/ghc.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/ghc.mk b/includes/ghc.mk index 38addb815e..f4b85d4e2f 100644 --- a/includes/ghc.mk +++ b/includes/ghc.mk @@ -207,6 +207,7 @@ $(eval $(call includesHeaderPlatform,1)) # These settings are read by GHC at runtime, so as to not cause spurious # rebuilds. +# See Note [tooldir: How GHC finds mingw on Windows] includes_SETTINGS = includes/dist/build/settings |