mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-17 06:38:55 +08:00
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:
parent
7633094fe2
commit
940e53cefe
@ -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__
|
||||
|
@ -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=
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user