We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b831aa commit a178c68Copy full SHA for a178c68
Cabal/src/Distribution/Simple/GHC/Internal.hs
@@ -108,7 +108,7 @@ configureToolchain
108
-> IO ProgramDb
109
configureToolchain verbosity _implInfo ghcProg ghcInfo db = do
110
-- this is a bit of a hack. We have a dependency of ld on gcc.
111
- -- ld needs to compiler a c program, to check an ld feature.
+ -- ld needs to compile a c program, to check an ld feature.
112
-- we _could_ use ghc as a c frontend, but we do not pass all
113
-- db stack appropriately, and thus we can run into situations
114
-- where GHC will fail if it's stricter in it's wired-in-unit
0 commit comments