[commit: ghc] ghc-8.2: configure.ac: add aarch64 to list of registerised (c769130)
git at git.haskell.org
git at git.haskell.org
Mon Apr 3 02:38:14 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-8.2
Link : http://ghc.haskell.org/trac/ghc/changeset/c769130654805c28838a16d55a385b3b53ae329b/ghc
>---------------------------------------------------------------
commit c769130654805c28838a16d55a385b3b53ae329b
Author: Sergei Trofimovich <slyfox at gentoo.org>
Date: Sun Apr 2 20:56:40 2017 +0100
configure.ac: add aarch64 to list of registerised
Similar to 'arm' 'aarch64' has working llvm codegen,
no need to fallback to unregisterised buld by default.
Signed-off-by: Sergei Trofimovich <slyfox at gentoo.org>
(cherry picked from commit 911055689eca26c7c2713e251646fa35359acba3)
>---------------------------------------------------------------
c769130654805c28838a16d55a385b3b53ae329b
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 2b1cc6d..ec567ac 100644
--- a/configure.ac
+++ b/configure.ac
@@ -242,7 +242,7 @@ AC_SUBST(SOLARIS_BROKEN_SHLD)
dnl ** Do an unregisterised build?
dnl --------------------------------------------------------------
case "$TargetArch" in
- i386|x86_64|powerpc|powerpc64|powerpc64le|arm)
+ i386|x86_64|powerpc|powerpc64|powerpc64le|arm|aarch64)
UnregisterisedDefault=NO
;;
*)
More information about the ghc-commits
mailing list