[commit: ghc] wip/aarch64-regd: configure.ac: AArch64 is now registerised (4f5ba6e)

git at git.haskell.org git at git.haskell.org
Mon Dec 21 21:16:02 UTC 2015


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/aarch64-regd
Link       : http://ghc.haskell.org/trac/ghc/changeset/4f5ba6e25ee13b14f26d86b868884faa4eb1fa6a/ghc

>---------------------------------------------------------------

commit 4f5ba6e25ee13b14f26d86b868884faa4eb1fa6a
Author: Erik de Castro Lopo <erikd at mega-nerd.com>
Date:   Sun Jul 5 11:22:24 2015 +0000

    configure.ac: AArch64 is now registerised


>---------------------------------------------------------------

4f5ba6e25ee13b14f26d86b868884faa4eb1fa6a
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 69cdd2b..e8ba693 100644
--- a/configure.ac
+++ b/configure.ac
@@ -240,7 +240,7 @@ AC_SUBST(SOLARIS_BROKEN_SHLD)
 dnl ** Do an unregisterised build?
 dnl --------------------------------------------------------------
 case "$HostArch" 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