Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/af8cb680f41b0fdc0e22b1508d869e4ad15486c4

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

commit af8cb680f41b0fdc0e22b1508d869e4ad15486c4
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 5aa3132..d1f423d 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

Reply via email to