summaryrefslogtreecommitdiff
path: root/lang/ghc90/patches/patch-compiler_GHC_Driver_Pipeline.hs
AgeCommit message (Collapse)AuthorFilesLines
2021-05-01Don't use "response file" while invoking CC and LDpho1-0/+19
Our tool wrappers don't look into response files, so common mistakes such as forgetting to declare dependencies have been overlooked by our buildlink framework. With the change that will no longer happen.