* config.sub: Check for "cygwin*" rather than "cygwin32*"

From-SVN: r25497
This commit is contained in:
Geoffrey Noer 1999-02-28 01:23:55 +00:00 committed by Jeff Law
parent 23a7f9f2fd
commit 282e5df8f1
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Sun Feb 28 02:20:00 1999 Geoffrey Noer <noer@cygnus.com>
* config.sub: Check for "cygwin*" rather than "cygwin32*"
1999-02-24 Nick Clifton <nickc@cygnus.com>
* config.sub: Fix typo in arm recognition.

2
config.sub vendored
View File

@ -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.