Merge pull request #209522 from sternenseemann/ghc-js-backend-fix-config-sub-rollback
pkgsCross.ghcjs.haskellPackages.ghc: don't revert edited config.sub
This commit is contained in:
commit
747e2e43f5
1 changed files with 2 additions and 0 deletions
|
@ -353,6 +353,8 @@ stdenv.mkDerivation ({
|
|||
'';
|
||||
|
||||
${if targetPlatform.isGhcjs then "configureScript" else null} = "emconfigure ./configure";
|
||||
# GHC currently ships an edited config.sub so ghcjs is accepted which we can not rollback
|
||||
${if targetPlatform.isGhcjs then "dontUpdateAutotoolsGnuConfigScripts" else null} = true;
|
||||
|
||||
# TODO(@Ericson2314): Always pass "--target" and always prefix.
|
||||
configurePlatforms = [ "build" "host" ]
|
||||
|
|
Loading…
Reference in a new issue