Skip to content
Snippets Groups Projects
Commit 15b26223 authored by Andrey Mokhov's avatar Andrey Mokhov Committed by Marge Bot
Browse files

Fix cyclic dependencies when using --configure

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.
parent 581cbc28
No related branches found
No related tags found
No related merge requests found
Showing
with 76 additions and 103 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment