* config.sub: Check for "cygwin*" rather than "cygwin32*"
From-SVN: r25497
This commit is contained in:
parent
23a7f9f2fd
commit
282e5df8f1
@ -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
2
config.sub
vendored
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user