diff options
author | Ian Lynagh <igloo@earth.li> | 2011-05-01 14:20:25 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-05-01 14:35:44 +0100 |
commit | 41f563b64122add41e2fcb539fed8865fafa0e8e (patch) | |
tree | e47d358f2ef7298dc6cfa3b230697af1d581c026 /configure.ac | |
parent | 62d3f119e02aa04941baf5fe8223dbaac8c72e9c (diff) | |
download | haskell-41f563b64122add41e2fcb539fed8865fafa0e8e.tar.gz |
Small DynFlags improvements
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index d2deeb6c06..4e9b54874f 100644 --- a/configure.ac +++ b/configure.ac @@ -265,6 +265,7 @@ 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) |