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 WIP: build cross-compiler stage1 and stage2 with internal-interpreter Get benchmarks out of the way for now: ------------------------- Metric Decrease: ManyAlternatives MultiComponentModulesRecomp MultiLayerModulesRecomp T10421 T12227 T12234 T12425 T12707 T13035 T13379 T14697 T15703 T16577 T18140 T18698a T18698b T18923 T1969 T21839c T3294 T4801 T5030 T5321FD T5321Fun T5642 T6048 T783 T9198 T9233 T9630 T9872d T9961 libdir parsing001 ------------------------- - - - - - 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/85bec785ecb2432cfdcfbd5be3575140... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/85bec785ecb2432cfdcfbd5be3575140... You're receiving this email because of your account on gitlab.haskell.org.