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 a178c68 commit b23aae8Copy full SHA for b23aae8
Cabal/src/Distribution/Simple/GHC/Internal.hs
@@ -111,7 +111,7 @@ configureToolchain verbosity _implInfo ghcProg ghcInfo db = do
111
-- 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
+ -- where GHC will fail if it's stricter in its wired-in-unit
115
-- selction and has the wrong db stack. However we don't need
116
-- ghc to compile a _test_ c program. So we configure `gcc`
117
-- first and then use `gcc` (the generic c compiler in cabal
0 commit comments