Skip to content
Snippets Groups Projects
Commit 657b5538 authored by Peter Trommler's avatar Peter Trommler :drum: Committed by Marge Bot
Browse files

Hadrian: Add powerpc64[le] to supported arch list

Fixes #19409
parent 3e082f8f
No related branches found
No related tags found
No related merge requests found
......@@ -265,7 +265,8 @@ ghcWithInterpreter = do
, "freebsd", "dragonfly", "netbsd", "openbsd"
, "darwin", "kfreebsdgnu" ]
goodArch <- anyTargetArch [ "i386", "x86_64", "powerpc", "sparc"
, "sparc64", "arm", "aarch64", "s390x" ]
, "sparc64", "arm", "aarch64", "s390x"
, "powerpc64", "powerpc64le" ]
return $ goodOs && goodArch
-- | Check to use @libffi@ for adjustors.
......
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