[commit: ghc] master: configure.ac: add aarch64 to list of registerised (9110556)
git at git.haskell.org
git at git.haskell.org
Sun Apr 2 20:00:25 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/911055689eca26c7c2713e251646fa35359acba3/ghc
>---------------------------------------------------------------
commit 911055689eca26c7c2713e251646fa35359acba3
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>
>---------------------------------------------------------------
911055689eca26c7c2713e251646fa35359acba3
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 65430bf..3086e03 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