Skip to content
Snippets Groups Projects
Commit f9978f53 authored by Stefan Schulze Frielinghaus's avatar Stefan Schulze Frielinghaus Committed by Marge Bot
Browse files

Hadrian: enable interpreter for s390x

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