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

Commits:

1 changed file:

Changes:

  • hadrian/src/Settings/Builders/Ghc.hs
    ... ... @@ -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