Skip to content
  • Austin Seipp's avatar
    db71ecda
    fix mk/build.mk for HaveLibGmp/HaveFrameworkGMP · db71ecda
    Austin Seipp authored
    Previously if you were to set HaveFrameworkGMP/HaveLibGmp in
    mk/build.mk (e.g. on mac os) the settings would be ignored, as
    gmp/config.mk is included late in GHC's ghc.mk, meaning autoconf
    overrides your settings. Now they ignore the values picked up by 
    configure if you set these variables.
    db71ecda
    fix mk/build.mk for HaveLibGmp/HaveFrameworkGMP
    Austin Seipp authored
    Previously if you were to set HaveFrameworkGMP/HaveLibGmp in
    mk/build.mk (e.g. on mac os) the settings would be ignored, as
    gmp/config.mk is included late in GHC's ghc.mk, meaning autoconf
    overrides your settings. Now they ignore the values picked up by 
    configure if you set these variables.
Loading