Skip to content

Make: Do not generate ghc.* headers in stage0

John Ericson requested to merge wip/remove-stage0-gen-headers into master

GHC should get everything it needs from the RTS, which for stage0 is the "old" RTS that comes from the bootstrap compiler.

CC @hsyl20 @wz1000

Edited by John Ericson

Merge request reports