Skip to content

Commit 7b4eec4

Browse files
angermangeekosaur
andauthored
Update Cabal/src/Distribution/Simple/GHC/Internal.hs
Co-authored-by: brandon s allbery kf8nh <[email protected]>
1 parent b23aae8 commit 7b4eec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cabal/src/Distribution/Simple/GHC/Internal.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ configureToolchain verbosity _implInfo ghcProg ghcInfo db = do
110110
-- this is a bit of a hack. We have a dependency of ld on gcc.
111111
-- ld needs to compile a c program, to check an ld feature.
112112
-- 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
113+
-- of the db stack appropriately, and thus we can run into situations
114114
-- where GHC will fail if it's stricter in its wired-in-unit
115115
-- selction and has the wrong db stack. However we don't need
116116
-- ghc to compile a _test_ c program. So we configure `gcc`

0 commit comments

Comments
 (0)