Sven Tennie pushed to branch wip/romes/hadrian-cross-stage2-rebase_SVEN_FIXED at Glasgow Haskell Compiler / GHC
Commits:
-
23292e9b
by Sven Tennie at 2025-11-02T12:14:18+01:00
1 changed file:
Changes:
| ... | ... | @@ -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 | --
|