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
    ... ... @@ -93,7 +93,7 @@ packageArgs = do
    93 93
                 --    load target code, otherwise enable for stage1 since
    
    94 94
                 --    that runs on the target and can use target's own
    
    95 95
                 --    ghci object linker
    
    96
    -            [ andM [expr (ghcWithInterpreter stage), orM [expr (notM cross), stage2]] `cabalFlag` "internal-interpreter"
    
    96
    +            [ andM [expr (ghcWithInterpreter stage), orM [expr (notM cross), stage1, stage2]] `cabalFlag` "internal-interpreter"
    
    97 97
                 , orM [ notM cross, haveCurses ]  `cabalFlag` "terminfo"
    
    98 98
                 , arg "-build-tool-depends"
    
    99 99
                 , staged (buildFlag UseLibzstd) `cabalFlag` "with-libzstd"