Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
-
f2b532bc
by Peng Fan at 2025-05-20T17:23:15-04:00
1 changed file:
Changes:
... | ... | @@ -165,7 +165,7 @@ ghcWithInterpreter stage = do |
165 | 165 | anyTargetArch [ ArchX86, ArchX86_64, ArchPPC
|
166 | 166 | , ArchAArch64, ArchS390X
|
167 | 167 | , ArchPPC_64 ELF_V1, ArchPPC_64 ELF_V2
|
168 | - , ArchRISCV64
|
|
168 | + , ArchRISCV64, ArchLoongArch64
|
|
169 | 169 | , ArchWasm32 ]
|
170 | 170 | <*> isArmTarget
|
171 | 171 | -- Maybe this should just be false for cross compilers. But for now
|