[commit: ghc] master: configure: Don't calle GET_ARM_ISA on x86_64 (5fb1a1c)
Ian Lynagh
igloo at earth.li
Sun Jan 8 01:02:19 CET 2012
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/5fb1a1c064e275e1c83996f0f6e6a1b343fae11c
>---------------------------------------------------------------
commit 5fb1a1c064e275e1c83996f0f6e6a1b343fae11c
Author: Ian Lynagh <igloo at earth.li>
Date: Sat Jan 7 22:19:39 2012 +0000
configure: Don't calle GET_ARM_ISA on x86_64
I assume this was a copy/paste-o or similar.
>---------------------------------------------------------------
aclocal.m4 | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/aclocal.m4 b/aclocal.m4
index d1f423d..421da0e 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -158,7 +158,6 @@ AC_DEFUN([FPTOOLS_SET_HASKELL_PLATFORM_VARS],
test -z "[$]2" || eval "[$]2=ArchX86"
;;
x86_64)
- GET_ARM_ISA()
test -z "[$]2" || eval "[$]2=ArchX86_64"
;;
powerpc)
More information about the Cvs-ghc
mailing list