[Git][ghc/ghc][wip/romes/hadrian-cross-stage2-rebase_SVEN_FINAL] Rebase fixup
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 Rebase fixup - - - - - 1 changed file: - hadrian/src/Settings/Builders/Ghc.hs Changes: ===================================== hadrian/src/Settings/Builders/Ghc.hs ===================================== @@ -49,7 +49,7 @@ compileAndLinkHs = (builder (Ghc CompileHs) ||^ builder (Ghc LinkHs)) ? do targetSupportsSharedLibs stage ? way vanilla ? arg "-dynamic-too" , (hasProfiling && hasProfilingDynamic) ? builder (Ghc CompileHs) ? - platformSupportsSharedLibs ? way profiling ? mconcat + targetSupportsSharedLibs stage ? way profiling ? mconcat [ arg "-dynamic-too" , arg "-dynosuf", arg $ osuf profilingDynamic , arg "-dynhisuf", arg $ hisuf profilingDynamic View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/2f46f1975cdc790e5b7b2e4d2825f367... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/2f46f1975cdc790e5b7b2e4d2825f367... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Sven Tennie (@supersven)