mkfixinc.sh: Recognize cygwin* instead of only cygwin32.

* fixinc/mkfixinc.sh: Recognize cygwin* instead of only
        cygwin32.

From-SVN: r25957
This commit is contained in:
Jeffrey A Law 1999-03-24 22:26:54 +00:00 committed by Jeff Law
parent 7633094fe2
commit 940e53cefe
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
Wed Mar 24 23:24:30 1999 Jeffrey A Law (law@cygnus.com)
* fixinc/mkfixinc.sh: Recognize cygwin* instead of only
cygwin32.
Wed Mar 24 15:44:12 1999 Nick Clifton <nickc@cygnus.com>
* config/m32r/m32r.c (init_idents): Accept both NAME and __NAME__

View File

@ -78,7 +78,7 @@ case $machine in
i[34567]86-moss-msdos* | i[34567]86-*-moss* | \
i[34567]86-*-osf1* | \
i[34567]86-*-win32 | \
i[34567]86-*-pe | i[34567]86-*-cygwin32 | \
i[34567]86-*-pe | i[34567]86-*-cygwin* | \
i[34567]86-*-mingw32* | \
mips-sgi-irix5cross64 | \
powerpc-*-eabiaix* | \
@ -88,7 +88,7 @@ case $machine in
powerpcle-*-eabisim* | \
powerpcle-*-eabi* | \
powerpcle-*-winnt* | \
powerpcle-*-pe | powerpcle-*-cygwin32 | \
powerpcle-*-pe | powerpcle-*-cygwin* | \
thumb-*-coff* | thumbel-*-coff* )
fixincludes=
;;