Ben Gamari pushed to branch wip/T26166 at Glasgow Haskell Compiler / GHC

WARNING: The push did not contain any new commits, but force pushed to delete the commits and changes below.

Deleted commits:

1 changed file:

Changes:

  • libraries/ghc-internal/ghc-internal.cabal.in
    ... ... @@ -434,6 +434,8 @@ Library
    434 434
         if !arch(javascript)
    
    435 435
           -- See Note [RTS/ghc-internal interface].
    
    436 436
           ld-options: -uinit_ghc_hs_iface
    
    437
    +      -- To maximize usability 
    
    438
    +      cc-options: -fPIC
    
    437 439
           c-sources:
    
    438 440
               cbits/DarwinUtils.c
    
    439 441
               cbits/PrelIOUtils.c