Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
5971 commits behind, 8 commits ahead of the upstream repository.
  • John Ericson's avatar
    eb5a6b91
    Give the RTS it's own configure script · eb5a6b91
    John Ericson authored and Marge Bot's avatar Marge Bot committed
    Currently it doesn't do much anything, we are just trying to introduce
    it without breaking the build. Later, we will move functionality from
    the top-level configure script over to it.
    
    We need to bump Cabal for https://github.com/haskell/cabal/pull/8649; to
    facilitate and existing hack of skipping some configure checks for the
    RTS we now need to skip just *part* not *all* of the "post configure"
    hook, as running the configure script (which we definitely want to do)
    is also implemented as part of the "post configure" hook. But doing this
    requires exposing functionality that wasn't exposed before.
    eb5a6b91
    History
    Give the RTS it's own configure script
    John Ericson authored and Marge Bot's avatar Marge Bot committed
    Currently it doesn't do much anything, we are just trying to introduce
    it without breaking the build. Later, we will move functionality from
    the top-level configure script over to it.
    
    We need to bump Cabal for https://github.com/haskell/cabal/pull/8649; to
    facilitate and existing hack of skipping some configure checks for the
    RTS we now need to skip just *part* not *all* of the "post configure"
    hook, as running the configure script (which we definitely want to do)
    is also implemented as part of the "post configure" hook. But doing this
    requires exposing functionality that wasn't exposed before.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
fp_find_libdw.m4 1.41 KiB