* configure.in (i[3-6]86-*-win32): Becomes i[3-6]86-*-cygwin32.

(powerpc*-*-cygwin32): New.
	* configure: Regenerated.
This commit is contained in:
Steve Chamberlain 1996-02-01 18:08:36 +00:00
parent 4ad7025328
commit 904fe36b83
2 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,9 @@
Thu Feb 1 09:38:18 1996 Steve Chamberlain <sac@slash.cygnus.com>
* configure.in (i[3-6]86-*-win32): Becomes i[3-6]86-*-cygwin32.
(powerpc*-*-cygwin32): New.
* configure: Regenerated.
Wed Jan 31 13:22:03 1996 Richard Henderson <rth@tamu.edu>
* Makefile.in (distclean): Remove $(DEMANGLER_PROG).1.
@ -452,7 +458,7 @@ Fri Dec 15 16:30:57 1995 Ian Lance Taylor <ian@cygnus.com>
Fri Dec 15 07:51:34 1995 steve chamberlain <sac@slash.cygnus.com>
* dlltool.c (fill_ordinals): Start from 1 if no other instructions
given.
given.
Tue Dec 12 12:05:21 1995 Ian Lance Taylor <ian@cygnus.com>

4
binutils/configure vendored
View File

@ -1135,11 +1135,11 @@ do
BUILD_DLLTOOL='$(DLLTOOL_PROG)'
DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM"
;;
i[3-6]86-*pe* | i[3-6]86-*-win32)
i[3-6]86-*pe* | i[3-6]86-*-cygwin32)
BUILD_DLLTOOL='$(DLLTOOL_PROG)'
DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
;;
powerpc*-*-*pe* | powerpc*-*-win*)
powerpc*-*-*pe* | powerpc*-*-cygwin32)
BUILD_DLLTOOL='$(DLLTOOL_PROG)'
DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_PPC"
;;