Skip to content
  • Ticat Fp's avatar
    1a3f1131
    Pass the mcmodel=medium parameter to CC via GHC · 1a3f1131
    Ticat Fp authored and Marge Bot's avatar Marge Bot committed
    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.
    1a3f1131
    Pass the mcmodel=medium parameter to CC via GHC
    Ticat Fp authored and Marge Bot's avatar Marge Bot committed
    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.
Loading