X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=configure.ac;fp=configure.ac;h=2de4d8ad4859f977418a0e3d81074ec8741f8a62;hp=67d6b57f0f51bb8dc0caed9b1ead620557f081e8;hb=c5f7496604b096277e3ba57fcb6ed85422613c75;hpb=00f44fdc013f29c645d2b69ac5614c2af2a76c7e diff --git a/configure.ac b/configure.ac index 67d6b57..2de4d8a 100644 --- a/configure.ac +++ b/configure.ac @@ -242,7 +242,6 @@ case $host in ;; esac -# Sync this with cTargetArch in compiler/ghc.mk checkArch() { case $1 in alpha|arm|hppa|hppa1_1|i386|ia64|m68k|mips|mipseb|mipsel|powerpc|powerpc64|rs6000|s390|sparc|sparc64|vax|x86_64) @@ -265,7 +264,6 @@ checkVendor() { esac } -# Sync this with cTargetOS in compiler/ghc.mk checkOS() { case $1 in linux|freebsd|netbsd|openbsd|dragonfly|osf1|osf3|hpux|linuxaout|kfreebsdgnu|freebsd2|solaris2|cygwin32|mingw32|darwin|gnu|nextstep2|nextstep3|sunos4|ultrix|irix|aix|haiku)