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 b23aae8 commit 7b4eec4Copy full SHA for 7b4eec4
Cabal/src/Distribution/Simple/GHC/Internal.hs
@@ -110,7 +110,7 @@ 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 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
+ -- of the db stack appropriately, and thus we can run into situations
114
-- 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`
0 commit comments