Sven Tennie pushed to branch wip/romes/hadrian-cross-stage2-rebase_SVEN_FIXED at Glasgow Haskell Compiler / GHC
Commits:
-
85bec785
by Sven Tennie at 2025-11-24T16:59:10+01:00
1 changed file:
Changes:
| ... | ... | @@ -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"
|