Skip to content
  • Ben Gamari's avatar
    configure: detect whether -lpthreads is necessary for pthreads · e94bfb67
    Ben Gamari authored and Ben Gamari's avatar Ben Gamari committed
    Some platforms have pthreads support available without linking against
    libpthread (and indeed don't even offer a libpthread to link against).
    One example of this is Android's bionic library. Teach the RTS about
    this case.
    
    Test Plan: Validate while cross-compiling targetting Android on aarch64
    
    Reviewers: simonmar, austin, hvr, erikd, rwbarton
    
    Subscribers: danharaj, thomie, erikd, snowleopard
    
    Differential Revision: https://phabricator.haskell.org/D3149
    e94bfb67