summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2011-05-08 13:41:12 +0100
committerIan Lynagh <igloo@earth.li>2011-05-08 13:41:12 +0100
commitc5f7496604b096277e3ba57fcb6ed85422613c75 (patch)
tree5e02f62e6092a395151996e9e8f6b285dae5268e /configure.ac
parent00f44fdc013f29c645d2b69ac5614c2af2a76c7e (diff)
downloadhaskell-c5f7496604b096277e3ba57fcb6ed85422613c75.tar.gz
Change remaining uses of cTargetOS to platformOS
And remove cTargetOS/cTargetPlatform.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 67d6b57f0f..2de4d8ad48 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)