Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
5377 commits behind the upstream repository.
Matthew Pickering's avatar
Matthew Pickering authored
Previously we were trying to use the FP_CC_SUPPORTS_TARGET with 4
arguments, when it only takes 3 arguments. Instead we need to use the
`FP_PROG_CC_LINKER_TARGET` function in order to set the linker flags.

Actually fixes #24414
ab9281a2
History