Skip to content
Snippets Groups Projects
Commit 34d14a0a authored by Ticat Fp's avatar Ticat Fp Committed by Ticat Fp
Browse files

Pass the mcmodel=medium parameter to CC via GHC

Ensure that GHC-driver builds default to mcmodel=medium, so that GHC
passes this default parameter to CC without having to add it to the
compiled project.

Commit e70d4140 does not ensure that all
GHC-built object files have a default model of medium, and will raise an
R_LARCH_B26 overflow error.
parent 24d373a6
No related branches found
No related tags found
No related merge requests found
Pipeline #108164 passed