diff options
author | sof <unknown> | 1999-01-26 09:59:19 +0000 |
---|---|---|
committer | sof <unknown> | 1999-01-26 09:59:19 +0000 |
commit | ca392637df83efdce9c51dc3f467d382842c0dfb (patch) | |
tree | f87ffcda1bee1a91e06660a2b89bad4d2b57076e /config.sub | |
parent | 90cd8bd55573c48a6e28369f48fcc1d94c0eb63b (diff) | |
download | haskell-ca392637df83efdce9c51dc3f467d382842c0dfb.tar.gz |
[project @ 1999-01-26 09:59:18 by sof]
Prepared to support i?86-*-mingw32
Diffstat (limited to 'config.sub')
-rw-r--r-- | config.sub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.sub b/config.sub index c697467572..e75bb0567d 100644 --- a/config.sub +++ b/config.sub @@ -824,7 +824,7 @@ case $os in | -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* \ | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ - | -cygwin32* | -pe* | -psos*) + | -cygwin32* | -mingw32* | -pe* | -psos*) # Remember, each alternative MUST END IN *, to match a version number. ;; # CYGNUS LOCAL |