Hadrian: support extra libraries + OSX rpath
Summary: This fixes some of the issues that surfaced when trying to build dynamic GHC on OSX. Unfortunately, due some other `libffi` issues, this doesn't completely fix dynamic builds on OSX. - Use 'extra-libraries' from .cabal files instead of hardcoding which packages need which extra libs. Also add support for 'extra-lib-dirs'. - Make sure Hadrian looks in the right places to support both plain '<pkg>.buildinfo' and '<pkg>.buildinfo.in' files. - Make the '-rpath' support more robust across OS's (it previously didn't work on OSX and possibly windows either). Reviewers: angerman, alpmestan, adamse, DavidEichmann, bgamari, Phyx Subscribers: rwbarton, carter GHC Trac Issues: #15990 Differential Revision: https://phabricator.haskell.org/D5409
Showing
- hadrian/src/Context.hs 6 additions, 3 deletionshadrian/src/Context.hs
- hadrian/src/Hadrian/Haskell/Cabal/Parse.hs 7 additions, 7 deletionshadrian/src/Hadrian/Haskell/Cabal/Parse.hs
- hadrian/src/Oracles/Setting.hs 9 additions, 1 deletionhadrian/src/Oracles/Setting.hs
- hadrian/src/Rules/BinaryDist.hs 1 addition, 3 deletionshadrian/src/Rules/BinaryDist.hs
- hadrian/src/Settings/Builders/Ghc.hs 11 additions, 10 deletionshadrian/src/Settings/Builders/Ghc.hs
Loading
Please register or sign in to comment