Sven Tennie pushed to branch wip/romes/hadrian-cross-stage2-rebase_SVEN_FIXED at Glasgow Haskell Compiler / GHC

Commits:

1 changed file:

Changes:

  • hadrian/src/Settings/Packages.hs
    ... ... @@ -92,7 +92,7 @@ packageArgs = do
    92 92
                 --    on the host and must rely on external interpreter to load
    
    93 93
                 --    target code, otherwise enable for stage2 since that runs on
    
    94 94
                 --    the target and can use target's own ghci object linker
    
    95
    -            [ andM [expr (ghcWithInterpreter stage), orM [expr (notM cross), stage2]] `cabalFlag` "internal-interpreter"
    
    95
    +            [ andM [expr (ghcWithInterpreter stage), orM [expr (notM cross), stage1]] `cabalFlag` "internal-interpreter"
    
    96 96
                 , orM [ notM cross, haveCurses ]  `cabalFlag` "terminfo"
    
    97 97
                 , arg "-build-tool-depends"
    
    98 98
                 , staged (buildFlag UseLibzstd) `cabalFlag` "with-libzstd"