[Git][ghc/ghc][wip/romes/hadrian-cross-stage2-rebase_SVEN_FIXED] WIP: build cross-compiler stage1 and stage2 with internal-interpreter
Sven Tennie pushed to branch wip/romes/hadrian-cross-stage2-rebase_SVEN_FIXED at Glasgow Haskell Compiler / GHC Commits: 6f28da80 by Sven Tennie at 2025-11-24T11:55:34+01:00 WIP: build cross-compiler stage1 and stage2 with internal-interpreter - - - - - 1 changed file: - hadrian/src/Settings/Packages.hs Changes: ===================================== hadrian/src/Settings/Packages.hs ===================================== @@ -93,7 +93,7 @@ packageArgs = do -- load target code, otherwise enable for stage1 since -- that runs on the target and can use target's own -- ghci object linker - [ andM [expr (ghcWithInterpreter stage), orM [expr (notM cross), stage2]] `cabalFlag` "internal-interpreter" + [ andM [expr (ghcWithInterpreter stage), orM [expr (notM cross), stage1, stage2]] `cabalFlag` "internal-interpreter" , orM [ notM cross, haveCurses ] `cabalFlag` "terminfo" , arg "-build-tool-depends" , staged (buildFlag UseLibzstd) `cabalFlag` "with-libzstd" View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/6f28da80c9b3f2c70c35820d53bbd298... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/6f28da80c9b3f2c70c35820d53bbd298... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Sven Tennie (@supersven)