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
The Glasgow Haskell Compiler
============================

This is a binary distribution of GHC, a compiler and interactive
environment for the Haskell functional programming language.

For more information, visit GHC's web site:

  https://www.haskell.org/ghc/

Information for developers of GHC can be found here:

  https://gitlab.haskell.org/ghc/ghc/-/wikis/home


For installation instructions, see the accompanying INSTALL file.


Binaries, links and scripts, for runghc/runhaskell may vary across platforms.