Skip to content
Snippets Groups Projects
Commit 7a0941c8 authored by lukexi's avatar lukexi
Browse files

Return Maybe Platform as part of compiler configure, and place it in...

Return Maybe Platform as part of compiler configure, and place it in LocalBuildInfo as hostPlatform.
GHC infers the platform form ghc --info using new 'platformFromTriple' function. Other compilers return Nothing, which triggers fallback to old behavior of using buildPlatform. hostPlatform is then threaded through to initialPathTemplateEnv.
parent 69af83ec
No related branches found
No related tags found
Loading
Showing
with 129 additions and 80 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