Sven Tennie pushed to branch wip/romes/hadrian-cross-stage2-rebase_SVEN_FINAL at Glasgow Haskell Compiler / GHC
Commits:
-
2f46f197
by Sven at 2026-03-15T15:24:16+00:00
1 changed file:
Changes:
| ... | ... | @@ -49,7 +49,7 @@ compileAndLinkHs = (builder (Ghc CompileHs) ||^ builder (Ghc LinkHs)) ? do |
| 49 | 49 | targetSupportsSharedLibs stage ? way vanilla ?
|
| 50 | 50 | arg "-dynamic-too"
|
| 51 | 51 | , (hasProfiling && hasProfilingDynamic) ? builder (Ghc CompileHs) ?
|
| 52 | - platformSupportsSharedLibs ? way profiling ? mconcat
|
|
| 52 | + targetSupportsSharedLibs stage ? way profiling ? mconcat
|
|
| 53 | 53 | [ arg "-dynamic-too"
|
| 54 | 54 | , arg "-dynosuf", arg $ osuf profilingDynamic
|
| 55 | 55 | , arg "-dynhisuf", arg $ hisuf profilingDynamic
|