Skip to content
  • Andrey Mokhov's avatar
    Fix cyclic dependencies when using --configure · 15b26223
    Andrey Mokhov authored and Marge Bot's avatar Marge Bot committed
    This resolves #16809 (ghc/ghc#16809).
    
    This patch removes the unnecessary dependency on configure-generated
    flags `windowsHost`, `osxHost` and `iosHost`, using the information
    provided by the module `System.Info` instead.
    
    We also take care to use the `CrossCompiling` flag generated by the
    configure script only after the latter had a chance to run.
    15b26223