[Git][ghc/ghc][wip/T14586] Add ARM to the list of architectures that has a native codegen backend.

dmjio gitlab at gitlab.haskell.org
Wed Jun 24 16:38:30 UTC 2020



dmjio pushed to branch wip/T14586 at Glasgow Haskell Compiler / GHC


Commits:
71de9971 by David Johnson at 2020-06-24T16:37:21+00:00
Add ARM to the list of architectures that has a native codegen backend.

- - - - -


1 changed file:

- mk/config.mk.in


Changes:

=====================================
mk/config.mk.in
=====================================
@@ -179,7 +179,7 @@ GhcUnregisterised=@Unregisterised@
 # Target platforms supported:
 #   i386, powerpc, powerpc64, sparc
 #   IOS is not supported
-ArchSupportsNCG=$(strip $(patsubst $(TargetArch_CPP), YES, $(findstring $(TargetArch_CPP), i386 x86_64 powerpc powerpc64 powerpc64le sparc)))
+ArchSupportsNCG=$(strip $(patsubst $(TargetArch_CPP), YES, $(findstring $(TargetArch_CPP), i386 x86_64 powerpc powerpc64 powerpc64le sparc arm)))
 OsSupportsNCG=$(strip $(patsubst $(TargetOS_CPP), YES, $(patsubst ios,,$(TargetOS_CPP))))
 
 GhcWithNativeCodeGen := $(strip\



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

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/71de99712fbde4c9bad6e5c942ca01734b3cb5e3
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/20200624/4ffa4ac9/attachment.html>


More information about the ghc-commits mailing list