Sven Tennie pushed to branch wip/romes/hadrian-cross-stage2-rebase_SVEN_FIXED at Glasgow Haskell Compiler / GHC

Commits:

1 changed file:

Changes:

  • hadrian/src/Settings/Packages.hs
    ... ... @@ -323,7 +323,7 @@ rtsPackageArgs = package rts ? do
    323 323
                                                         , "-optc-DTICKY_TICKY"]
    
    324 324
               , Profiling `wayUnit` way          ? arg "-DPROFILING"
    
    325 325
               , Threaded  `wayUnit` way          ? arg "-DTHREADED_RTS"
    
    326
    -          , notM (targetSupportsSMP stage)   ? arg "-DNOSMP"
    
    326
    +          , notM (targetSupportsSMP stage)   ? arg "-optc-DNOSMP"
    
    327 327
     
    
    328 328
                 -- See Note [AutoApply.cmm for vectors] in genapply/Main.hs
    
    329 329
                 --