Give the RTS it's own configure script
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.
Showing
- boot 1 addition, 1 deletionboot
- hadrian/src/Base.hs 0 additions, 8 deletionshadrian/src/Base.hs
- hadrian/src/Rules/Generate.hs 2 additions, 21 deletionshadrian/src/Rules/Generate.hs
- hadrian/src/Rules/Lint.hs 5 additions, 3 deletionshadrian/src/Rules/Lint.hs
- hadrian/src/Rules/Register.hs 2 additions, 4 deletionshadrian/src/Rules/Register.hs
- hadrian/src/Rules/SourceDist.hs 3 additions, 1 deletionhadrian/src/Rules/SourceDist.hs
- libraries/base/.gitignore 0 additions, 1 deletionlibraries/base/.gitignore
- m4/fp_find_libdw.m4 0 additions, 3 deletionsm4/fp_find_libdw.m4
- rts/.gitignore 5 additions, 0 deletionsrts/.gitignore
- rts/configure.ac 57 additions, 0 deletionsrts/configure.ac
- rts/rts.cabal.in 17 additions, 1 deletionrts/rts.cabal.in
Loading
Please register or sign in to comment