OSDN Git Service

* config.sub: Check for "cygwin*" rather than "cygwin32*"
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 28 Feb 1999 01:23:55 +0000 (01:23 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 28 Feb 1999 01:23:55 +0000 (01:23 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25497 138bc75d-0d04-0410-961f-82ee72b054a4

ChangeLog
config.sub

index 39c802a..427392f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index f19180b..f69686b 100755 (executable)
@@ -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.