[Git][ghc/ghc][master] Hadrian: enable GHCi support on riscv64

Marge Bot (@marge-bot) gitlab at gitlab.haskell.org
Wed Jul 12 15:24:57 UTC 2023



Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC


Commits:
dd38aca9 by Andreas Schwab at 2023-07-11T13:55:56+00:00
Hadrian: enable GHCi support on riscv64

- - - - -


1 changed file:

- hadrian/src/Oracles/Setting.hs


Changes:

=====================================
hadrian/src/Oracles/Setting.hs
=====================================
@@ -302,7 +302,8 @@ ghcWithInterpreter = do
                           , "darwin", "kfreebsdgnu" ]
     goodArch <- anyTargetArch [ "i386", "x86_64", "powerpc"
                               , "arm", "aarch64", "s390x"
-                              , "powerpc64", "powerpc64le" ]
+                              , "powerpc64", "powerpc64le"
+                              , "riscv64" ]
     return $ goodOs && goodArch
 
 -- | Variants of the ARM architecture.



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/dd38aca95ac25adc9888083669b32ff551151259

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/dd38aca95ac25adc9888083669b32ff551151259
You're receiving this email because of your account on gitlab.haskell.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20230712/bc8cffc6/attachment.html>


More information about the ghc-commits mailing list