Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/5fb1a1c064e275e1c83996f0f6e6a1b343fae11c >--------------------------------------------------------------- commit 5fb1a1c064e275e1c83996f0f6e6a1b343fae11c Author: Ian Lynagh <[email protected]> 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) _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
