diff options
author | Geoffrey Noer <noer@cygnus.com> | 1999-02-28 01:23:55 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-02-27 18:23:55 -0700 |
commit | 282e5df8f100e7e834c8eb0be901b93560e67719 (patch) | |
tree | 74e1dbc75534e6bf65d00e04fed56b0b4e9d3f5e /config.sub | |
parent | 23a7f9f2fd407418af023c48d3c688bc7479e594 (diff) | |
download | gcc-282e5df8f100e7e834c8eb0be901b93560e67719.tar.gz |
* config.sub: Check for "cygwin*" rather than "cygwin32*"
From-SVN: r25497
Diffstat (limited to 'config.sub')
-rwxr-xr-x | config.sub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.sub b/config.sub index f19180b1f6c..f69686b9b0e 100755 --- a/config.sub +++ b/config.sub @@ -935,7 +935,7 @@ case $os in | -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \ - | -cygwin32* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ + | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \ | -mingw32* | -linux-gnu* | -uxpv* | -beos* | -mpeix* | -udk* \ | -interix* ) # Remember, each alternative MUST END IN *, to match a version number. |