Skip to content
Snippets Groups Projects
Verified Commit 8efc660d authored by Ben Gamari's avatar Ben Gamari Committed by Moritz Angermann
Browse files

configure: Fix parsing of ARM triples

To support proper parsing of arm64 targets, we needed to adjust
the GHC_LLVM_TARGET function to allow parsing arm64-apple-darwin
into aarch64. This however discared the proper os detection.

To rectify this, we'll pull the os detection into separate block.

Fixes #19173.
parent 8bc658ce
No related branches found
No related tags found
Loading
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