Skip to content
Snippets Groups Projects
Commit 838026c9 authored by Matthew Pickering's avatar Matthew Pickering Committed by Marge Bot
Browse files

ghc-toolchain: Add loongarch64 to parseArch

Towards #23868
parent 303dd237
No related merge requests found
......@@ -54,6 +54,7 @@ parseArch cc arch =
"hppa" -> pure ArchUnknown
"wasm32" -> pure ArchWasm32
"javascript" -> pure ArchJavaScript
"loongarch64" -> pure ArchLoongArch64
_ -> throwE $ "Unknown architecture " ++ arch
parseOs :: String -> M OS
......
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