Sven Tennie pushed to branch wip/romes/hadrian-cross-stage2-rebase_SVEN_FIXED at Glasgow Haskell Compiler / GHC
Commits:
-
e3930f3e
by Sven Tennie at 2025-12-19T20:10:16+01:00
1 changed file:
Changes:
| ... | ... | @@ -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"
|