-
- Downloads
RTS: remove target info and fix host info (#24058)
The RTS isn't a compiler, hence it doesn't have a target and we remove the reported target info displayed by "+RTS --info". We also fix the host info displayed by "+RTS --info": the host of the RTS is the RTS-building compiler's target, not the compiler's host (wrong when doing cross-compilation).
Showing
- compiler/GHC/Driver/Session.hs 4 additions, 0 deletionscompiler/GHC/Driver/Session.hs
- configure.ac 2 additions, 2 deletionsconfigure.ac
- hadrian/src/Settings/Packages.hs 6 additions, 12 deletionshadrian/src/Settings/Packages.hs
- rts/RtsUtils.c 0 additions, 4 deletionsrts/RtsUtils.c
- testsuite/ghc-config/ghc-config.hs 15 additions, 4 deletionstestsuite/ghc-config/ghc-config.hs
Loading
Please register or sign in to comment