Commit 940e53ce by Jeffrey A Law Committed by Jeff Law

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

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

From-SVN: r25957
parent 7633094f
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=
;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment