Skip to content

rts/ghc.mk: Only build StgCRunAsm.S when it is needed

Ben Gamari requested to merge wip/T21478 into master

Previously the make build system unconditionally included StgCRunAsm.S in the link, meaning that the RTS would require an execstack unnecessarily.

Fixes #21478 (closed).

Merge request reports