Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-7.4
http://hackage.haskell.org/trac/ghc/changeset/370f755e118bfb2fabd34334f6b6f7bce20f5c77 >--------------------------------------------------------------- commit 370f755e118bfb2fabd34334f6b6f7bce20f5c77 Author: Ian Lynagh <[email protected]> Date: Sat Jan 7 22:16:41 2012 +0000 Add alpha, mips, mipseb, mipsel to the list of ArchUnknown arches >--------------------------------------------------------------- aclocal.m4 | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/aclocal.m4 b/aclocal.m4 index c5d48fa..5400664 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -174,7 +174,7 @@ AC_DEFUN([FPTOOLS_SET_HASKELL_PLATFORM_VARS], GET_ARM_ISA() test -z "[$]2" || eval "[$]2=\"ArchARM {armISA = \$ARM_ISA, armISAExt = \$ARM_ISA_EXT}\"" ;; - hppa|hppa1_1|ia64|m68k|rs6000|s390|s390x|sparc64|vax) + alpha|mips|mipseb|mipsel|hppa|hppa1_1|ia64|m68k|rs6000|s390|s390x|sparc64|vax) test -z "[$]2" || eval "[$]2=ArchUnknown" ;; *) _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
