[Git][ghc/ghc][master] hadrian: enable GHCi for loongarch64

Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC Commits: f2b532bc by Peng Fan at 2025-05-20T17:23:15-04:00 hadrian: enable GHCi for loongarch64 - - - - - 1 changed file: - hadrian/src/Oracles/Flag.hs Changes: ===================================== hadrian/src/Oracles/Flag.hs ===================================== @@ -165,7 +165,7 @@ ghcWithInterpreter stage = do anyTargetArch [ ArchX86, ArchX86_64, ArchPPC , ArchAArch64, ArchS390X , ArchPPC_64 ELF_V1, ArchPPC_64 ELF_V2 - , ArchRISCV64 + , ArchRISCV64, ArchLoongArch64 , ArchWasm32 ] <*> isArmTarget -- Maybe this should just be false for cross compilers. But for now View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/f2b532bc5a3f9a19d128cad1eb510e16... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/f2b532bc5a3f9a19d128cad1eb510e16... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Marge Bot (@marge-bot)